The Gnome Chemistry Utils  0.13.6
Public Member Functions
gcugtk::StringInputDlg Class Reference

#include <gcugtk/stringinputdlg.h>

Inheritance diagram for gcugtk::StringInputDlg:
gcugtk::Dialog gcugtk::UIBuilder gcu::Dialog

List of all members.

Public Member Functions

 StringInputDlg (gcu::Document *doc, StringInputCB cb, char const *title)
virtual ~StringInputDlg ()
bool Apply ()

Detailed Description

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.


Constructor & Destructor Documentation

gcugtk::StringInputDlg::StringInputDlg ( gcu::Document doc,
StringInputCB  cb,
char const *  title 
)
Parameters:
doca document.
cbthe callback to use when a string has been entered.
titlethe window title.

The constructor.

The destructor.


Member Function Documentation

bool gcugtk::StringInputDlg::Apply ( ) [virtual]

Called after the user has eneterd and balidated a string.

Returns:
true.

Reimplemented from gcugtk::Dialog.


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