The Gnome Chemistry Utils
0.14.0
|
#include <gcu/window.h>
Inherited by gcugtk::Window.
Public Member Functions | |
Window () | |
virtual | ~Window () |
virtual void | Destroy () |
virtual void | Show () |
void | ActivateActionWidget (char const *path, bool activate) |
Protected Attributes | |
UIManager * | m_UIManager |
Base class for windows. Just a placeholder for now.
Definition at line 35 of file gcu/window.h.
gcu::Window::Window | ( | ) |
The default constructor.
|
virtual |
The destructor.
Reimplemented in gcr::Window, and gcp::Window.
void gcu::Window::ActivateActionWidget | ( | char const * | path, |
bool | activate | ||
) |
path | the path to activate. |
activate | whether to activate or deactivate. |
Activates or deactivates the menu item corresponding to path according to the value of activate.
To deactivate the "Paste" menu item, use:
|
virtual |
Destroys the window. This method should be overloaded in derived classes since default imlementation does not do anything.
Reimplemented in gcp::Window, and gcr::Window.
|
virtual |
Raises the window and makes it active. This method should be overloaded in derived classes since default imlementation does not do anything.
Reimplemented in gcp::Window.
|
protected |
The gcugtk::UIManager associated with the window.
Definition at line 75 of file gcu/window.h.