Rogue Wave Views 5.6 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Inspector class. More...
#include <ivstudio/object.h>
Public Member Functions | |
IlvStValue (IlvValueInterface *v) | |
Initializes an instance of IlvStValue with a value. | |
IlvStValue (IlvBitmap *b) | |
Initializes an instance of IlvStValue with a value. | |
IlvStValue (IlvDirection d) | |
Initializes an instance of IlvStValue with a value. | |
IlvStValue (IlvAntialiasingMode f) | |
Initializes an instance of IlvStValue with a value. | |
IlvStValue (IlvArcMode f) | |
Initializes an instance of IlvStValue with a value. | |
IlvStValue (IlvFillRule f) | |
Initializes an instance of IlvStValue with a value. | |
IlvStValue (IlvFillStyle f) | |
Initializes an instance of IlvStValue with a value. | |
IlvStValue (IlvLineStyle *l) | |
Initializes an instance of IlvStValue with a value. | |
IlvStValue (IlvColorPattern *p) | |
Initializes an instance of IlvStValue with a value. | |
IlvStValue (IlvPattern *p) | |
Initializes an instance of IlvStValue with a value. | |
IlvStValue (IlvFont *f) | |
Initializes an instance of IlvStValue with a value. | |
IlvStValue (IlvColor *c) | |
Initializes an instance of IlvStValue with a value. | |
IlvStValue (IlBoolean b) | |
Initializes an instance of IlvStValue with a value. | |
IlvStValue (const char *s) | |
Initializes an instance of IlvStValue with a value. | |
IlvStValue (const tm *time) | |
Initializes an instance of IlvStValue with a value. | |
IlvStValue (IlDouble d) | |
Initializes an instance of IlvStValue with a value. | |
IlvStValue (IlFloat f) | |
Initializes an instance of IlvStValue with a value. | |
IlvStValue (IlUInt n) | |
Initializes an instance of IlvStValue with a value. | |
IlvStValue (IlInt n) | |
Initializes an instance of IlvStValue with a value. | |
IlvStValue (IlAny p) | |
Initializes an instance of IlvStValue with a value. | |
IlvStValue (const IlvValue &src) | |
Initializes an instance of IlvStValue with a value. | |
IlvStValue () | |
Initializes an instance of IlvStValue . |
Inspector class.
Library: ivstudio
This class defines an IlvValue
with no accessor name. Unlike IlvValue
, it is not used to query and change the values of a graphic object but to stores values that have different types in the same object class. For more information, see the class IlvValue
in the Rogue Wave Views Foundation Reference Manual.
IlvStValue::IlvStValue | ( | const IlvValue & | src | ) |
Initializes an instance of IlvStValue
with a value.
The instance is initialized with a value of IlvValue
type.
src | The value. |
IlvStValue::IlvStValue | ( | IlAny | p | ) |
Initializes an instance of IlvStValue
with a value.
The instance is initialized with a value of IlAny
type.
p | The value. |
IlvStValue::IlvStValue | ( | IlInt | n | ) |
Initializes an instance of IlvStValue
with a value.
The instance is initialized with a value of IlInt
type.
n | The value. |
IlvStValue::IlvStValue | ( | IlUInt | n | ) |
Initializes an instance of IlvStValue
with a value.
The instance is initialized with a value of IlUInt
type.
n | The value. |
IlvStValue::IlvStValue | ( | IlFloat | f | ) |
Initializes an instance of IlvStValue
with a value.
The instance is initialized with a value of IlFloat
type.
f | The value. |
IlvStValue::IlvStValue | ( | IlDouble | d | ) |
Initializes an instance of IlvStValue
with a value.
The instance is initialized with a value of IlDouble
type.
d | The value. |
IlvStValue::IlvStValue | ( | const tm * | time | ) |
Initializes an instance of IlvStValue
with a value.
The instance is initialized with a value of tm
structure type.
time | The value. |
IlvStValue::IlvStValue | ( | const char * | s | ) |
Initializes an instance of IlvStValue
with a value.
The instance is initialized with a value of string
type.
s | The value. |
IlvStValue::IlvStValue | ( | IlBoolean | b | ) |
Initializes an instance of IlvStValue
with a value.
The instance is initialized with a value of IlBoolean
type.
b | The value. |
IlvStValue::IlvStValue | ( | IlvColor * | c | ) |
Initializes an instance of IlvStValue
with a value.
The instance is initialized with a value of IlvColor
type.
c | The value. |
IlvStValue::IlvStValue | ( | IlvFont * | f | ) |
Initializes an instance of IlvStValue
with a value.
The instance is initialized with a value of IlvFont
type.
f | The value. |
IlvStValue::IlvStValue | ( | IlvPattern * | p | ) |
Initializes an instance of IlvStValue
with a value.
The instance is initialized with a value of IlvPattern
type.
p | The value. |
IlvStValue::IlvStValue | ( | IlvColorPattern * | p | ) |
Initializes an instance of IlvStValue
with a value.
The instance is initialized with a value of IlvColorPattern
type.
p | The value. |
IlvStValue::IlvStValue | ( | IlvLineStyle * | l | ) |
Initializes an instance of IlvStValue
with a value.
The instance is initialized with a value of IlvLineStyle
type.
l | The value. |
IlvStValue::IlvStValue | ( | IlvFillStyle | f | ) |
Initializes an instance of IlvStValue
with a value.
The instance is initialized with a value of IlvFillStyle
type.
f | The value. |
IlvStValue::IlvStValue | ( | IlvFillRule | f | ) |
Initializes an instance of IlvStValue
with a value.
The instance is initialized with a value of IlvFillRule
type.
f | The value. |
IlvStValue::IlvStValue | ( | IlvArcMode | f | ) |
Initializes an instance of IlvStValue
with a value.
The instance is initialized with a value of IlvArcMode
type.
f | The value. |
IlvStValue::IlvStValue | ( | IlvAntialiasingMode | f | ) |
Initializes an instance of IlvStValue
with a value.
The instance is initialized with a value of IlvAntialiasingMode
type.
f | The value. |
IlvStValue::IlvStValue | ( | IlvDirection | d | ) |
Initializes an instance of IlvStValue
with a value.
The instance is initialized with a value of IlvDirection
type.
d | The value. |
IlvStValue::IlvStValue | ( | IlvBitmap * | b | ) |
Initializes an instance of IlvStValue
with a value.
The instance is initialized with a value of IlvBitmap
type.
b | The value. |
IlvStValue::IlvStValue | ( | IlvValueInterface * | v | ) |
Initializes an instance of IlvStValue
with a value.
The instance is initialized with a value of IlvValueInterface
type.
v | The value. |
© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.