#include <exotkParameter_Boolean.hxx>
Inheritance diagram for exotkParameter_Boolean:


Public Methods | |
| Standard_EXPORT | exotkParameter_Boolean (const Standard_Boolean aValue) |
| Constructor. More... | |
| virtual Standard_EXPORT | ~exotkParameter_Boolean () |
| Destructor. More... | |
| virtual Standard_EXPORT void | DeepCopy (const Handle_exotkParameter_Root &aParameterToCopy) |
| copy all the fields of aParameterToCopy into this. More... | |
| Standard_EXPORT void | SetValue (const Standard_Boolean aValue) |
| Set the parameter value to aValue. More... | |
| Standard_EXPORT Standard_Boolean | Value () const |
| return the parameter value. More... | |
| virtual Standard_EXPORT Standard_Boolean | SetParameterAsString (const TCollection_AsciiString &aParameter) |
| set the parameter as string if you enter "Standard_True" , "True" , the value is Standard_True if you enter "Standard_False" , "False" , the value is Standard_False else the parameter is not set the string is not case sensitive, it meens that if you write "TrUe" , the parameter is Standard_True. More... | |
| virtual Standard_EXPORT TCollection_AsciiString | ParameterAsString () const |
| return the parameter as string. The string is either "true" or "false". More... | |
Private Attributes | |
| Standard_Boolean | myValue |
Definition at line 44 of file exotkParameter_Boolean.hxx.
|
|
Constructor.
Definition at line 65 of file exotkParameter_Boolean.cxx. References exotkParameter_Type_Boolean, and exotkParameter_Root::myType. |
|
|
Destructor.
Definition at line 79 of file exotkParameter_Boolean.cxx. |
|
|
copy all the fields of aParameterToCopy into this.
Reimplemented from exotkParameter_Root. Definition at line 93 of file exotkParameter_Boolean.cxx. References exotkParameter_Root::DeepCopy(), myValue, and STANDARD_TYPE(). |
|
|
return the parameter as string. The string is either "true" or "false".
Reimplemented from exotkParameter_Root. Definition at line 160 of file exotkParameter_Boolean.cxx. |
|
|
set the parameter as string if you enter "Standard_True" , "True" , the value is Standard_True if you enter "Standard_False" , "False" , the value is Standard_False else the parameter is not set the string is not case sensitive, it meens that if you write "TrUe" , the parameter is Standard_True.
Reimplemented from exotkParameter_Root. Definition at line 136 of file exotkParameter_Boolean.cxx. References myValue. |
|
|
Set the parameter value to aValue.
Definition at line 111 of file exotkParameter_Boolean.cxx. References myValue. |
|
|
return the parameter value.
Definition at line 123 of file exotkParameter_Boolean.cxx. References myValue. |
|
|
the parameter value Definition at line 107 of file exotkParameter_Boolean.hxx. Referenced by DeepCopy(), SetParameterAsString(), SetValue(), and Value(). |
1.2.12 written by Dimitri van Heesch,
© 1997-2001