Classes | |
class | Applet |
class | SignalProxy_Factory |
Namespaces | |
namespace | @0 |
Typedefs | |
typedef sigc::slot< bool, PanelApplet *, const Glib::ustring & > | SlotFactory |
Enumerations | |
enum | AppletBackgroundType { NO_BACKGROUND, COLOR_BACKGROUND, PIXMAP_BACKGROUND } |
enum | AppletFlags { APPLET_FLAGS_NONE = 0, APPLET_EXPAND_MAJOR = 1 << 0, APPLET_EXPAND_MINOR = 1 << 1, APPLET_HAS_HANDLE = 1 << 2 } |
enum | AppletOrient { APPLET_ORIENT_UP, APPLET_ORIENT_DOWN, APPLET_ORIENT_LEFT, APPLET_ORIENT_RIGHT } |
Functions | |
AppletFlags | operator| (AppletFlags lhs, AppletFlags rhs) |
AppletFlags | operator & (AppletFlags lhs, AppletFlags rhs) |
AppletFlags | operator^ (AppletFlags lhs, AppletFlags rhs) |
AppletFlags | operator~ (AppletFlags flags) |
AppletFlags & | operator|= (AppletFlags &lhs, AppletFlags rhs) |
AppletFlags & | operator &= (AppletFlags &lhs, AppletFlags rhs) |
AppletFlags & | operator^= (AppletFlags &lhs, AppletFlags rhs) |
template<class DerivedApplet> | |
bool | applet_factory_callback (PanelApplet *panel_applet, const Glib::ustring &iid) |
template<class DerivedApplet> | |
int | factory_main (const Glib::ustring &iid) |
template<class DerivedApplet> | |
Bonobo_Unknown | shlib_factory (const Glib::ustring &iid, PortableServer_POA poa, void *impl_ptr, const SlotFactory &slot, CORBA_Environment *ev) |
int | factory_main_closure (const Glib::ustring &iid, GClosure *closure) |
Bonobo_Unknown | shlib_factory_closure (const Glib::ustring &iid, PortableServer_POA poa, void *impl_ptr, GClosure *closure, CORBA_Environment *ev) |
void | init (const Glib::ustring &app_id, const Glib::ustring &app_version, int argc, char **argv) |
void | wrap_init () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|