|
Index
C++ Code Documentation
isight::IsightCmd
Derived from: isight::IsightBaseCmd
, app::cmd::Ui
, app::ui::Ui
, protected widget::ui::Command
File: VIEWER/isight/interface/IsightCmd.H
public:
- IsightCmd();
 | constructor | |
- virtual ~IsightCmd();
 | destructor | |
- virtual char const *app_name();
 | name of executable | |
protected:
private:
- virtual void show_all( bool state );
 | show/hide all dialog boxes | |
- void hide_all();
 | hide all dialog boxes | |
- virtual void enable_all_tooltips( bool state );
 | enable/disable help balloons | |
- void toggle_all_tooltips();
 | toggle help balloons | |
- virtual void message( base::String const &text ) const;
 | -> app::ui::Message connector function | |
- virtual void execute_command( base::String const &text );
 | app::ui::Commands -> widget::ui::Command connector functions | |
- virtual void command_respond( base::String const &text, bool raw );
 | widget::ui::Command -> app::ui::Commands connector functions | |
- virtual bool command( base::String const &command, base::String const &argument, base::String &response );
 | widget::ui::Command -> connector functions | |
- virtual void exit();
- virtual int key_press_event_d( uint key, uint state );
 | key handler from dialog boxes | |
- virtual int window_key_press_event( uint key, uint state );
 | key handler from geometry window | |
- IsightCmd( IsightCmd const & );
 | disabled copy constructor | |
- IsightCmd &operator=( IsightCmd const & );
 | disabled assignment operator | |
|