Inspector class. More...
#include <ivstudio/object.h>
Public Member Functions | |
| IlvStValue () | |
Initializes an empty instance of IlvStValue. | |
| IlvStValue (const char *s) | |
Initializes an instance of IlvStValue with a string value. More... | |
| IlvStValue (const IlvValue &src) | |
Initializes an instance of IlvStValue with another instance. More... | |
| IlvStValue (const tm *time) | |
Initializes an instance of IlvStValue with a time value. More... | |
| IlvStValue (IlAny p) | |
Initializes an instance of IlvStValue with a pointer value. More... | |
| IlvStValue (IlBoolean b) | |
Initializes an instance of IlvStValue with a Boolean value. More... | |
| IlvStValue (IlDouble d) | |
Initializes an instance of IlvStValue with a double value. More... | |
| IlvStValue (IlFloat f) | |
Initializes an instance of IlvStValue with a float value. More... | |
| IlvStValue (IlInt n) | |
Initializes an instance of IlvStValue with an integer value. More... | |
| IlvStValue (IlUInt n) | |
Initializes an instance of IlvStValue with an unsigned integer value. More... | |
| IlvStValue (IlvAntialiasingMode f) | |
Initializes an instance of IlvStValue with an anti-aliasing mode value. More... | |
| IlvStValue (IlvArcMode f) | |
Initializes an instance of IlvStValue with an arc mode value. More... | |
| IlvStValue (IlvBitmap *b) | |
Initializes an instance of IlvStValue with a bitmap value. More... | |
| IlvStValue (IlvColor *c) | |
Initializes an instance of IlvStValue with a color value. More... | |
| IlvStValue (IlvColorPattern *p) | |
Initializes an instance of IlvStValue with a color pattern value. More... | |
| IlvStValue (IlvDirection d) | |
Initializes an instance of IlvStValue with a direction value. More... | |
| IlvStValue (IlvFillRule f) | |
Initializes an instance of IlvStValue with a fill rule value. More... | |
| IlvStValue (IlvFillStyle f) | |
Initializes an instance of IlvStValue with a fill style value. More... | |
| IlvStValue (IlvFont *f) | |
Initializes an instance of IlvStValue with a font value. More... | |
| IlvStValue (IlvLineStyle *l) | |
Initializes an instance of IlvStValue with a line style value. More... | |
| IlvStValue (IlvPattern *p) | |
Initializes an instance of IlvStValue with a pattern value. More... | |
| IlvStValue (IlvValueInterface *v) | |
Initializes an instance of IlvStValue with a value interface value. More... | |
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.
IlvValue. | IlvStValue::IlvStValue | ( | const IlvValue & | src | ) |
Initializes an instance of IlvStValue with another instance.
The instance is initialized with a value of IlvValue type.
| src | The value. |
| IlvStValue::IlvStValue | ( | IlAny | p | ) |
Initializes an instance of IlvStValue with a pointer value.
The instance is initialized with a value of IlAny type.
| p | The value. |
| IlvStValue::IlvStValue | ( | IlInt | n | ) |
Initializes an instance of IlvStValue with an integer value.
The instance is initialized with a value of IlInt type.
| n | The value. |
| IlvStValue::IlvStValue | ( | IlUInt | n | ) |
Initializes an instance of IlvStValue with an unsigned integer 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 float 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 double 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 time value.
The instance is initialized with a value of tm structure type.
| time | The time value. |
| IlvStValue::IlvStValue | ( | const char * | s | ) |
Initializes an instance of IlvStValue with a string 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 Boolean 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 color 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 font 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 pattern 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 color pattern 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 line style 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 fill style 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 fill rule value.
The instance is initialized with a value of IlvFillRule type.
| f | The value. |
| IlvStValue::IlvStValue | ( | IlvArcMode | f | ) |
Initializes an instance of IlvStValue with an arc mode value.
The instance is initialized with a value of IlvArcMode type.
| f | The value. |
| IlvStValue::IlvStValue | ( | IlvAntialiasingMode | f | ) |
Initializes an instance of IlvStValue with an anti-aliasing mode 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 direction 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 bitmap 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 interface value.
The instance is initialized with a value of IlvValueInterface type.
| v | The value. |