The Gnome Chemistry Utils
0.13.6
|
#include <gcugtk/stringinputdlg.h>
Public Member Functions | |
StringInputDlg (gcu::Document *doc, StringInputCB cb, char const *title) | |
virtual | ~StringInputDlg () |
bool | Apply () |
Represents the dialog used to enter a string. It is used by GChemPaint and GChem3d to import an InChI or a SMILES.
Definition at line 48 of file stringinputdlg.h.
gcugtk::StringInputDlg::StringInputDlg | ( | gcu::Document * | doc, |
StringInputCB | cb, | ||
char const * | title | ||
) |
doc | a document. |
cb | the callback to use when a string has been entered. |
title | the window title. |
The constructor.
virtual gcugtk::StringInputDlg::~StringInputDlg | ( | ) | [virtual] |
The destructor.
bool gcugtk::StringInputDlg::Apply | ( | ) | [virtual] |
Called after the user has eneterd and balidated a string.
Reimplemented from gcugtk::Dialog.