The Gnome Chemistry Utils  0.14.0
Public Member Functions | List of all members
gcu::UIManager Class Reference

base class for a user interface manager More...

#include <gcu/ui-manager.h>

Inheritance diagram for gcu::UIManager:
gcugtk::UIManager

Public Member Functions

 UIManager ()
virtual ~UIManager ()
virtual void ActivateActionWidget (char const *path, bool activate)

Detailed Description

base class for a user interface manager

Definition at line 33 of file ui-manager.h.

Constructor & Destructor Documentation

gcu::UIManager::UIManager ( )

The default constructor.

virtual gcu::UIManager::~UIManager ( )
virtual

The destructor.

Reimplemented in gcugtk::UIManager.

Member Function Documentation

virtual void gcu::UIManager::ActivateActionWidget ( char const *  path,
bool  activate 
)
virtual
Parameters
patha path describing a menu or tool.
activatewhether to activate the item.

Make the item associated to path active or inactive according to activate.

Reimplemented in gcugtk::UIManager.


The documentation for this class was generated from the following file: