#include <IFSelect_IntParam.hxx>
Public Member Functions | |
Standard_EXPORT | IFSelect_IntParam () |
Creates an IntParam. Initial value is set to zer . | |
Standard_EXPORT void | SetStaticName (const Standard_CString statname) |
Commands this IntParam to be bound to a Static Hence, Value will return the value if this Static if it is set Else, Value works on the locally stored value SetValue also will set the value of the Static This works only for a present static of type integer or enum Else, it is ignored If <statname> is empty, disconnects the IntParam from Static . | |
Standard_EXPORT Standard_CString | StaticName () const |
Returns the name of static parameter to which this IntParam is bound, empty if none . | |
Standard_EXPORT Standard_Integer | Value () const |
Reads Integer Value of the IntParam. If a StaticName is defined and the Static is set, looks in priority the value of the static . | |
Standard_EXPORT void | SetValue (const Standard_Integer val) |
Sets a new Integer Value for the IntParam. If a StaticName is defined and the Static is set, also sets the value of the static . | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
Standard_Integer | theval |
TCollection_AsciiString | thestn |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|