rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Studio Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IlvStValue Class Reference

Inspector class. More...

#include <ivstudio/object.h>

Inheritance diagram for IlvStValue:
IlvValue

List of all members.

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.

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:
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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Parameters:
v The value.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

© 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.