The Gnome Chemistry Utils
0.14.0
|
The Gtk using base classes. More...
Classes | |
struct | Database |
class | Application |
class | Chem3dApplication |
class | Chem3dDoc |
class | Chem3dView |
class | Chem3dWindow |
class | CmdContextGtk |
A Gtk+ using gcu::CmdContext implementation. More... | |
class | Dialog |
class | FileChooser |
class | GLView |
class | Message |
Message box. More... | |
class | Molecule |
class | PrintSetupDlg |
class | Printable |
struct | JdxVar |
class | SpectrumDocument |
class | SpectrumView |
class | StringDlg |
class | StringInputDlg |
class | UIBuilder |
GtkBuilder wrapping. More... | |
class | UIManager |
A GtkUIManager wrapper. More... |
Typedefs | |
typedef void(* | StringInputCB )(gcu::Document *doc, char const *str) |
Functions | |
GtkUnit | gtk_unit_from_string (char const *name) |
char const * | gtk_unit_to_string (GtkUnit unit) |
The Gtk using base classes.
The namespace used for C++ base classes usin Gtk+. This namespace implements various virtual classes defined in namespace gcu.
gcugtk::StringInputCB |
Type for the callbacks used when a string has been entered in a StringInputDlg.
Definition at line 42 of file stringinputdlg.h.
enum gcugtk::CheckType |
CheckType CheckType describes how numbers entered in entries might be checked. Possible values are:
MinEqMaxEq: min <= value <= max.
This enumeration is used in Dialog::GetNumber.
Definition at line 55 of file tk/dialog.h.
gcugtks/printable.h Represents how printing is scaled
GCU_PRINT_SCALE_NONE |
No scaling is done. |
GCU_PRINT_SCALE_FIXED |
Explicit scaling. |
GCU_PRINT_SCALE_AUTO |
Automatic scaling (will fill the print area). |
Definition at line 37 of file printable.h.
gcugtk/spectrumdoc.h Represents the list of data formats from the JCAMP-DX specification supported by the gcu::SpectrumDocument class. See the JCAMP-DX specification for more information.
Definition at line 177 of file spectrumdoc.h.
enum gcugtk::SpectrumType |
gcugtk/spectrumdoc.h Represents the list of spectrum types supported (or which should be supported) by the gcu::SpectrumDocument class.
Definition at line 40 of file spectrumdoc.h.
gcugtk/spectrumdoc.h Represents the list of units supported by the gcu::SpectrumDocument class.
Definition at line 96 of file spectrumdoc.h.
gcu/spectrumdoc.h Represents the list of varialble types supported by the gcu::SpectrumDocument class.
Definition at line 152 of file spectrumdoc.h.
enum gcugtk::WindowState |
Window states
NormalWindowState |
Normal window. |
MaximizedWindowState |
Maximized window. |
MinimizedWindowState |
Minimized window. |
FullScreenWindowState |
Full screen window. |
Definition at line 64 of file gcugtk/application.h.
GtkUnit gcugtk::gtk_unit_from_string | ( | char const * | name | ) |
name | a string representing a GtkUnit. |
char const* gcugtk::gtk_unit_to_string | ( | GtkUnit | unit | ) |
unit | a GtkUnit. |