rwlogo

Rogue Wave Views
Studio Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
List of all members | Public Member Functions
IlvStValue Class Reference

Inspector class. More...

#include <ivstudio/object.h>

Inheritance diagram for IlvStValue:
IlvValue

Public Member Functions

 IlvStValue ()
 Initializes an empty instance of IlvStValue.
 
 IlvStValue (const IlvValue &src)
 Initializes an instance of IlvStValue with another instance. More...
 
 IlvStValue (IlAny p)
 Initializes an instance of IlvStValue with a pointer 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 (IlFloat f)
 Initializes an instance of IlvStValue with a float value. More...
 
 IlvStValue (IlDouble d)
 Initializes an instance of IlvStValue with a double value. More...
 
 IlvStValue (const tm *time)
 Initializes an instance of IlvStValue with a time value. More...
 
 IlvStValue (const char *s)
 Initializes an instance of IlvStValue with a string value. More...
 
 IlvStValue (IlBoolean b)
 Initializes an instance of IlvStValue with a Boolean value. More...
 
 IlvStValue (IlvColor *c)
 Initializes an instance of IlvStValue with a color value. More...
 
 IlvStValue (IlvFont *f)
 Initializes an instance of IlvStValue with a font value. More...
 
 IlvStValue (IlvPattern *p)
 Initializes an instance of IlvStValue with a pattern value. More...
 
 IlvStValue (IlvColorPattern *p)
 Initializes an instance of IlvStValue with a color pattern value. More...
 
 IlvStValue (IlvLineStyle *l)
 Initializes an instance of IlvStValue with a line style value. More...
 
 IlvStValue (IlvFillStyle f)
 Initializes an instance of IlvStValue with a fill style value. More...
 
 IlvStValue (IlvFillRule f)
 Initializes an instance of IlvStValue with a fill rule value. More...
 
 IlvStValue (IlvArcMode f)
 Initializes an instance of IlvStValue with an arc mode value. More...
 
 IlvStValue (IlvAntialiasingMode f)
 Initializes an instance of IlvStValue with an anti-aliasing mode value. More...
 
 IlvStValue (IlvDirection d)
 Initializes an instance of IlvStValue with a direction value. More...
 
 IlvStValue (IlvBitmap *b)
 Initializes an instance of IlvStValue with a bitmap value. More...
 
 IlvStValue (IlvValueInterface *v)
 Initializes an instance of IlvStValue with a value interface value. More...
 

Detailed Description

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.

See Also
IlvValue.

Constructor & Destructor Documentation

IlvStValue::IlvStValue ( const IlvValue src)

Initializes an instance of IlvStValue with another instance.

The instance is initialized with a value of IlvValue type.

Parameters
srcThe value.
IlvStValue::IlvStValue ( IlAny  p)

Initializes an instance of IlvStValue with a pointer value.

The instance is initialized with a value of IlAny type.

Parameters
pThe value.
IlvStValue::IlvStValue ( IlInt  n)

Initializes an instance of IlvStValue with an integer value.

The instance is initialized with a value of IlInt type.

Parameters
nThe 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.

Parameters
nThe value.
IlvStValue::IlvStValue ( IlFloat  f)

Initializes an instance of IlvStValue with a float value.

The instance is initialized with a value of IlFloat type.

Parameters
fThe value.
IlvStValue::IlvStValue ( IlDouble  d)

Initializes an instance of IlvStValue with a double value.

The instance is initialized with a value of IlDouble type.

Parameters
dThe 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.

Parameters
timeThe 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.

Parameters
sThe value.
IlvStValue::IlvStValue ( IlBoolean  b)

Initializes an instance of IlvStValue with a Boolean value.

The instance is initialized with a value of IlBoolean type.

Parameters
bThe value.
IlvStValue::IlvStValue ( IlvColor c)

Initializes an instance of IlvStValue with a color value.

The instance is initialized with a value of IlvColor type.

Parameters
cThe value.
IlvStValue::IlvStValue ( IlvFont f)

Initializes an instance of IlvStValue with a font value.

The instance is initialized with a value of IlvFont type.

Parameters
fThe value.
IlvStValue::IlvStValue ( IlvPattern p)

Initializes an instance of IlvStValue with a pattern value.

The instance is initialized with a value of IlvPattern type.

Parameters
pThe 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.

Parameters
pThe 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.

Parameters
lThe 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.

Parameters
fThe 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.

Parameters
fThe 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.

Parameters
fThe 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.

Parameters
fThe value.
IlvStValue::IlvStValue ( IlvDirection  d)

Initializes an instance of IlvStValue with a direction value.

The instance is initialized with a value of IlvDirection type.

Parameters
dThe value.
IlvStValue::IlvStValue ( IlvBitmap b)

Initializes an instance of IlvStValue with a bitmap value.

The instance is initialized with a value of IlvBitmap type.

Parameters
bThe 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.

Parameters
vThe value.

© Copyright 2015, 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.