rwlogo

Rogue Wave Views
Studio Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

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 instance of IlvStValue.
 
 IlvStValue (const IlvValue &src)
 Initializes an instance of IlvStValue with a value. More...
 
 IlvStValue (IlAny p)
 Initializes an instance of IlvStValue with a value. More...
 
 IlvStValue (IlInt n)
 Initializes an instance of IlvStValue with a value. More...
 
 IlvStValue (IlUInt n)
 Initializes an instance of IlvStValue with a value. More...
 
 IlvStValue (IlFloat f)
 Initializes an instance of IlvStValue with a value. More...
 
 IlvStValue (IlDouble d)
 Initializes an instance of IlvStValue with a value. More...
 
 IlvStValue (const tm *time)
 Initializes an instance of IlvStValue with a value. More...
 
 IlvStValue (const char *s)
 Initializes an instance of IlvStValue with a value. More...
 
 IlvStValue (IlBoolean b)
 Initializes an instance of IlvStValue with a value. More...
 
 IlvStValue (IlvColor *c)
 Initializes an instance of IlvStValue with a value. More...
 
 IlvStValue (IlvFont *f)
 Initializes an instance of IlvStValue with a value. More...
 
 IlvStValue (IlvPattern *p)
 Initializes an instance of IlvStValue with a value. More...
 
 IlvStValue (IlvColorPattern *p)
 Initializes an instance of IlvStValue with a value. More...
 
 IlvStValue (IlvLineStyle *l)
 Initializes an instance of IlvStValue with a value. More...
 
 IlvStValue (IlvFillStyle f)
 Initializes an instance of IlvStValue with a value. More...
 
 IlvStValue (IlvFillRule f)
 Initializes an instance of IlvStValue with a value. More...
 
 IlvStValue (IlvArcMode f)
 Initializes an instance of IlvStValue with a value. More...
 
 IlvStValue (IlvAntialiasingMode f)
 Initializes an instance of IlvStValue with a value. More...
 
 IlvStValue (IlvDirection d)
 Initializes an instance of IlvStValue with a value. More...
 
 IlvStValue (IlvBitmap *b)
 Initializes an instance of IlvStValue with a value. More...
 
 IlvStValue (IlvValueInterface *v)
 Initializes an instance of IlvStValue with a 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 a value.

The instance is initialized with a value of IlvValue type.

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

Initializes an instance of IlvStValue with a value.

The instance is initialized with a value of IlAny type.

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

Initializes an instance of IlvStValue with a value.

The instance is initialized with a value of IlInt type.

Parameters
nThe value.
IlvStValue::IlvStValue ( IlUInt  n)

Initializes an instance of IlvStValue with a 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 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 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 value.

The instance is initialized with a value of tm structure type.

Parameters
timeThe value.
IlvStValue::IlvStValue ( const char *  s)

Initializes an instance of IlvStValue with a 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 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 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 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 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 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 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 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 value.

The instance is initialized with a value of IlvFillRule type.

Parameters
fThe value.
IlvStValue::IlvStValue ( IlvArcMode  f)

Initializes an instance of IlvStValue with a value.

The instance is initialized with a value of IlvArcMode type.

Parameters
fThe value.
IlvStValue::IlvStValue ( IlvAntialiasingMode  f)

Initializes an instance of IlvStValue with a 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 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 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.

The instance is initialized with a value of IlvValueInterface type.

Parameters
vThe value.

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