|
Index
C++ Code Documentation
widget::ui::Command
Derived from: base::ReadUtil
File: WIDGET/widget/ui/Command.H
public:
- Command();
 | constructor | |
- virtual ~Command();
 | destructor | |
- void execute_command( uint fd, uint type );
- void execute_command( base::String const &text, bool raw = false );
protected:
- virtual void command_respond( base::String const &response, bool raw ) = 0;
private:
- virtual bool command( base::String const &command, base::String const &argument, base::String &response ) = 0;
 | pure virtual | |
- virtual void message( base::String const & ) const = 0;
 | pure virtual | |
- bool getline( base::String &s );
- base::String _buffer;
- Command( Command const & );
 | disabled copy constructor | |
- Command &operator=( Command const & );
 | disabled assignment operator | |
|