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

Public Member Functions | |
| Standard_EXPORT | Dynamic_IntegerParameter (const Standard_CString aparameter) |
| Creates an IntegerParameter with <aparameter> as identifier. . | |
| Standard_EXPORT | Dynamic_IntegerParameter (const Standard_CString aparameter, const Standard_Integer avalue) |
| Creates an IntegerParameter with <aparameter> as identifier and <avalue> as initial value. . | |
| Standard_EXPORT Standard_Integer | Value () const |
| Returns the integer value <thevalue>. . | |
| Standard_EXPORT void | Value (const Standard_Integer avalue) |
| Sets the field <thevalue> with the integer 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_Integer | thevalue |
|
|
|
|
||||||||||||
|
|
|
|
Reimplemented from Dynamic_Parameter. |
|
|
Reimplemented from Dynamic_Parameter. |
|
|
|
|
|
|
|
|
|
1.4.1