Index

C++ Code Documentation

app::ui::About

Derived from: widget::ui::Dialog

File: WIDGET/app/ui/About.H

public:
  • About();
    constructor
  • virtual ~About();
    destructor
  • bool command( base::String const &command, base::String const &argument, base::String &response );
protected:
  • char const *label() const;
private:
  • About( About const & );
  • About &operator=( About const & );


app::ui::About GANG