SavePostureControl Class Reference#include <SavePostureControl.h>
Inheritance diagram for SavePostureControl:
[legend]List of all members.
Detailed Description
Upon activation, saves the current position to a file name read from user (default is /ms/data/motion...).
Definition at line 9 of file SavePostureControl.h.
|
Public Member Functions |
| SavePostureControl () |
| Constructor.
|
| SavePostureControl (const std::string &n) |
| Constructor.
|
virtual ControlBase * | takeInput (const std::string &msg) |
| called when the user has supplied a text string (may or may not have been prompted by doReadStdIn()! May not even be active yet - the user can direct the same input to a set of hilighted menus)
|
Constructor & Destructor Documentation
SavePostureControl::SavePostureControl |
( |
|
) |
[inline] |
|
SavePostureControl::SavePostureControl |
( |
const std::string & |
n |
) |
[inline] |
|
Member Function Documentation
virtual ControlBase* SavePostureControl::takeInput |
( |
const std::string & |
msg |
) |
[inline, virtual] |
|
|
called when the user has supplied a text string (may or may not have been prompted by doReadStdIn()! May not even be active yet - the user can direct the same input to a set of hilighted menus)
The value which is returned is then activate()ed and pushed on the Controller's stack
Reimplemented from StringInputControl.
Definition at line 16 of file SavePostureControl.h. |
The documentation for this class was generated from the following file:
|