Overture  Version 25
Public Types | Public Member Functions | Protected Attributes | List of all members
ShowFileParameter Class Reference

#include <ShowFileParameter.h>

Public Types

enum  ParameterType { intParameter =0, realParameter, stringParameter }
 

Public Member Functions

 ShowFileParameter ()
 
 ShowFileParameter (const aString &name_, int value)
 
 ShowFileParameter (const aString &name_, real value)
 
 ShowFileParameter (const aString &name_, const aString &value)
 
 ~ShowFileParameter ()
 
ParameterType getType () const
 
const aStringgetName () const
 
int get (aString &name_, ParameterType &type_, int &ivalue_, real &rvalue_, aString &stringValue_) const
 
int set (const aString &name_, ParameterType type_, int ivalue_, real rvalue_, const aString &stringValue_)
 
int set (const aString &name_, int value)
 
int set (const aString &name_, real value)
 
int set (const aString &name_, const aString &value)
 
int set (int value)
 
int set (real value)
 
int set (const aString &value)
 

Protected Attributes

ParameterType type
 
aString name
 
real rvalue
 
int ivalue
 
aString stringValue
 

Member Enumeration Documentation

Enumerator
intParameter 
realParameter 
stringParameter 

Constructor & Destructor Documentation

ShowFileParameter::ShowFileParameter ( )

References intParameter, ivalue, name, rvalue, and type.

ShowFileParameter::ShowFileParameter ( const aString name_,
int  value 
)

References name.

ShowFileParameter::ShowFileParameter ( const aString name_,
real  value 
)

References name.

ShowFileParameter::ShowFileParameter ( const aString name_,
const aString value 
)

References name.

ShowFileParameter::~ShowFileParameter ( )

Member Function Documentation

int ShowFileParameter::get ( aString name_,
ParameterType type_,
int &  ivalue_,
real rvalue_,
aString stringValue_ 
) const
const aString & ShowFileParameter::getName ( ) const

References name.

Referenced by ShowFilePlotter::setFrameSeriesTitles().

ShowFileParameter::ParameterType ShowFileParameter::getType ( ) const
int ShowFileParameter::set ( const aString name_,
ParameterType  type_,
int  ivalue_,
real  rvalue_,
const aString stringValue_ 
)
int ShowFileParameter::set ( const aString name_,
int  value 
)

References intParameter, ivalue, name, rvalue, and type.

int ShowFileParameter::set ( const aString name_,
real  value 
)

References ivalue, name, realParameter, rvalue, and type.

int ShowFileParameter::set ( const aString name_,
const aString value 
)
int ShowFileParameter::set ( int  value)

References name.

int ShowFileParameter::set ( real  value)

References name.

int ShowFileParameter::set ( const aString value)

References name.

Member Data Documentation

int ShowFileParameter::ivalue
protected

Referenced by set(), and ShowFileParameter().

aString ShowFileParameter::name
protected

Referenced by getName(), set(), and ShowFileParameter().

real ShowFileParameter::rvalue
protected

Referenced by set(), and ShowFileParameter().

aString ShowFileParameter::stringValue
protected

Referenced by set().

ParameterType ShowFileParameter::type
protected

Referenced by getType(), set(), and ShowFileParameter().


The documentation for this class was generated from the following files: