#include <uicomponent.h>
Inheritance diagram for Gnome::Bonobo::Servers::UIComponent:

Public Types | |
| typedef sigc::slot< void > | SlotVerbHandler |
Public Member Functions | |
| UIComponent () | |
| virtual | ~UIComponent () |
| virtual void | setContainer (::Bonobo::UIContainer_ptr container) throw (CORBA::SystemException) |
| virtual void | unsetContainer () throw (CORBA::SystemException) |
| virtual char * | name () throw (CORBA::SystemException) |
| virtual char * | describeVerbs () throw (CORBA::SystemException) |
| virtual void | execVerb (char const *cname) throw (CORBA::SystemException) |
| virtual void | uiEvent (char const *id,::Bonobo::UIComponent::EventType type, char const *state) throw (CORBA::SystemException) |
| virtual void | unImplemented () throw (CORBA::SystemException) |
| virtual void | unImplemented2 () throw (CORBA::SystemException) |
| virtual void | unImplemented3 () throw (CORBA::SystemException) |
| virtual void | unImplemented4 () throw (CORBA::SystemException) |
| virtual void | add_verb_handler (const SlotVerbHandler &slot, const Glib::ustring &verb_name) |
Protected Types | |
| typedef std::map< Glib::ustring, SlotVerbHandler > | type_mapSlots |
Protected Attributes | |
| ::Bonobo::UIContainer_ptr | m_container |
| std::string | m_name |
| type_mapSlots | m_mapSlots |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6