Index

C++ Code Documentation

bubbletonlab::cmdlab::BubbletonLab

Derived from: kernel::Lab , cmd::Ui

File: LAB/bubbletonlab/cmdlab/BubbletonLab.H

public:
  • BubbletonLab();
    constructor
  • virtual ~BubbletonLab();
    destructor
  • static char const *app_name();
protected:
  • virtual bool command( base::String const &command, base::String const &argument, base::String &response );
private:
  • virtual void toggle_raise_show_controls();
  • BubbletonLab( BubbletonLab const & );
    disabled copy constructor
  • BubbletonLab &operator=( BubbletonLab const & );
    disabled assignment operator


bubbletonlab::cmdlab::BubbletonLab GANG