Public Types | |
enum | data_type { SMILES, INCHI } |
Public Member Functions | |
virtual bool | Apply () |
Definition at line 38 of file stringdlg.h.
virtual bool gcp::StringDlg::Apply | ( | ) | [virtual] |
Called after a click on the OK or Apply buttons. After clicking the OK button and if the method returns true, Destroy will be called to close the dialog box. A derived class should implement this method, as the default just returns true.
Reimplemented from gcu::Dialog.