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
IlvStOptions Class Reference

Property class. More...

#include <ivstudio/option.h>

Inheritance diagram for IlvStOptions:
IlvStPropertySet IlvStProperty

Public Member Functions

const char * getApplicationBaseClass () const
 Returns the default application base class name. More...
 
const char * getDefaultApplicationName () const
 Returns the default application name. More...
 
const char * getDefaultBufferName () const
 Returns the default buffer name. More...
 
const char * getDefaultDataDir () const
 Returns the default directory of the data files. More...
 
const char * getDefaultHeaderDir () const
 Returns the default directory of the header files. More...
 
const char * getDefaultObjDir () const
 Returns the default directory of the object files. More...
 
const char * getDefaultSrcDir () const
 Returns the default directory of the source files. More...
 
const char * getPanelBaseClass () const
 Returns the default panel base class name. More...
 
- Public Member Functions inherited from IlvStPropertySet
 IlvStPropertySet (const IlSymbol *name)
 Initializes an instance of IlvStPropertySet. More...
 
 IlvStPropertySet (const char *name)
 Initializes an instance of IlvStPropertySet. More...
 
virtual const char * getName () const
 Returns the property name. More...
 
virtual IlBoolean getPropertyValue (const IlSymbol *name, IlvValue &value)
 Returns the value from a property. More...
 
virtual void setName (const char *str)
 Sets the property name. More...
 
virtual IlBoolean setPropertyValue (const IlSymbol *name, const IlvValue &value)
 Sets the value of one property. More...
 
- Public Member Functions inherited from IlvStProperty
virtual const IlSymbolgetNameSymbol () const
 Returns the property name. More...
 
virtual IlvValuegetValue (IlvValue &value) const
 Returns the property value. More...
 
virtual void setNameSymbol (const IlSymbol *str)
 Sets the property name. More...
 
virtual void setValue (const IlvValue &value)
 Sets the property value. More...
 

Detailed Description

Property class.

Library: ivstudio

Rogue Wave Views Studio has an instance of this class to manage its options.

Member Function Documentation

const char* IlvStOptions::getApplicationBaseClass ( ) const

Returns the default application base class name.

Returns
The default application base class name.
const char* IlvStOptions::getDefaultApplicationName ( ) const

Returns the default application name.

Returns
The default application name.
const char* IlvStOptions::getDefaultBufferName ( ) const

Returns the default buffer name.

Returns
The default buffer name.
const char* IlvStOptions::getDefaultDataDir ( ) const

Returns the default directory of the data files.

Returns
The default directory of the data files.
const char* IlvStOptions::getDefaultHeaderDir ( ) const

Returns the default directory of the header files.

Returns
The default directory of the header files.
const char* IlvStOptions::getDefaultObjDir ( ) const

Returns the default directory of the object files.

Returns
The default directory of the object files.
const char* IlvStOptions::getDefaultSrcDir ( ) const

Returns the default directory of the source files.

Returns
The default directory of the source files.
const char* IlvStOptions::getPanelBaseClass ( ) const

Returns the default panel base class name.

Returns
The default panel base class name.

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