| Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
FileInputControl Class Reference#include <FileInputControl.h>
Inheritance diagram for FileInputControl: ![]() Detailed DescriptionUpon activation, allows user to browse files and select one; stores path in a string.
Definition at line 9 of file FileInputControl.h.
Constructor & Destructor Documentation
don't call
Member Function Documentation
clears the last input (i.e. so you can easily tell later if new input is entered)
Definition at line 25 of file FileInputControl.h. Referenced by WaypointWalkControl::refresh(), and PostureEditor::refresh().
returns the path to file last selected
Definition at line 22 of file FileInputControl.h. Referenced by WaypointWalkControl::refresh(), WalkCalibration::refresh(), and PostureEditor::refresh().
don't call
the big money function - by default calls the parent if it exists, otherwise nothing returning NULL means deactivate, this (default) to stay put, or a different Control if you want a submenu Reimplemented from FileBrowserControl. Definition at line 31 of file FileInputControl.h. Referenced by clearLastInput().
pass pointer to an external string you wish to have set when a file is selected; NULL otherwise
Definition at line 28 of file FileInputControl.h.
Member Data Documentation
if we're supposed to store in an external string, this will point to it, otherwise NULL
Definition at line 38 of file FileInputControl.h. Referenced by selectedFile(), and setStore().
stores last file selected
Definition at line 39 of file FileInputControl.h. Referenced by getLastInput(), and selectedFile().
The documentation for this class was generated from the following file: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Tekkotsu v3.0 |
Generated Wed Oct 4 00:05:02 2006 by Doxygen 1.4.7 |