#include <GaudiKernel/CommandProperty.h>
Inheritance diagram for CommandProperty:

Public Methods | |
| CommandProperty () | |
| Constructors and destructors. More... | |
| CommandProperty ( const std::string& name ) | |
| CommandProperty ( const std::string& name, const std::string& value ) | |
| virtual | ~CommandProperty () |
| virtual bool | set ( const std::string& value ) |
| Set value method. More... | |
| virtual void | handler ( const std::string& value ) = 0 |
| User call back function. | |
The CommandProperty is a subclass of StringProperty that has a callback when the value is changed. Not very useful until we have a scripting language
Definition at line 16 of file CommandProperty.h.
|
|
Constructors and destructors.
Definition at line 5 of file CommandProperty.cpp. |
|
|
Definition at line 9 of file CommandProperty.cpp. |
|
|
Definition at line 13 of file CommandProperty.cpp. |
|
|
Definition at line 18 of file CommandProperty.cpp. |
|
|
User call back function.
Referenced by set(). |
|
|
Set value method.
Definition at line 21 of file CommandProperty.cpp. |
1.2.3 written by Dimitri van Heesch,
© 1997-2000