|
Index
C++ Code Documentation
app::ui::Shortcut
Derived from: widget::ui::Dialog
File: WIDGET/app/ui/Shortcut.H
public:
- Shortcut();
 | constructor | |
- virtual ~Shortcut();
 | destructor | |
- bool command( base::String const &command, base::String const &argument, base::String &response );
protected:
- char const *label() const;
 | callbacks | |
private:
- Shortcut( Shortcut const & );
 | widgets | |
- Shortcut &operator=( Shortcut const & );
|