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

Public Member Functions | |
| Standard_EXPORT | Dynamic_BooleanParameter (const Standard_CString aparameter) |
| Creates a boolean parameter with <aparameter> as name. . | |
| Standard_EXPORT | Dynamic_BooleanParameter (const Standard_CString aparameter, const Standard_Boolean avalue) |
| Creates a boolean parameter with <aparameter> and <avalue> respectively as name and value. . | |
| Standard_EXPORT | Dynamic_BooleanParameter (const Standard_CString aparameter, const Standard_CString avalue) |
| Creates a boolean parameter with <aparameter> as name and <avalue> as value. <avalue> is a CString with two possible values which are : "Standard_True" and "Standard_False". . | |
| Standard_EXPORT Standard_Boolean | Value () const |
| Returns the boolean value <thevalue>. . | |
| Standard_EXPORT void | Value (const Standard_Boolean avalue) |
| Sets the field <thevalue> with the boolean value <avalue> . | |
| virtual Standard_EXPORT void | Dump (Standard_OStream &astream) const |
| Useful for debugging. . | |
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
| Standard_Boolean | thevalue |
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Reimplemented from Dynamic_Parameter. |
|
|
Reimplemented from Dynamic_Parameter. |
|
|
|
|
|
|
|
|
|
1.4.1