The Gnome Chemistry Utils  0.13.90
Public Member Functions
gcu::UIManager Class Reference

base class for a user interface manager More...

#include <gcu/ui-manager.h>

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

List of all members.

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: