Class Index | Cross Index | Namespace Index |
Contained in: global
Derived from:
none
Derived by:
none
#include <gtk--/option.hh>
public function member index: |
||
Option | (); | |
Option | (const Option& option); | |
Option | (const string& longName, const string& shortName, int argInfo, void* arg, int val, const string& descrip, const string& argDescrip); | |
const char* | argDescrip | (); |
int | argInfo | (); |
const char* | descrip | (); |
bool | getBool | (); |
char* | getCStr | (); |
const char* | longName | () const; |
void | set | (bool value); |
void | set | (char* value); |
void | set | (Glib::ustring value); |
void | setWidget | (Gtk::Widget* newWidget); |
const char | shortName | (); |
Gtk::Widget* | widget | (); |
~Option | (); | |