|
Index
C++ Code Documentation
widget::ui::KeyBase
Children: gtk::widget1::Menu, widget::ui::KeyHandler
File: WIDGET/widget/ui/KeyBase.H
public:
- KeyBase() : _entry();
 | constructor | |
- KeyBase( KeyBase const &a ) : _entry(a._entry);
 | copy constructor | |
- virtual ~KeyBase();
 | destructor | |
- } KeyBase &operator=( KeyBase const &a );
 | assignment operator | |
- return *this;
- } template <class A> void insert( base::String const &label, guint key, GdkModifierType modifier, A *obj, void (A::*fn)() );
- virtual void insert_separator();
- std::list<EntryBase *> const &entry() const;
protected:
- virtual void insert_v( EntryBase *e );
private:
- std::list<EntryBase *> _entry;
|