| Relacs Widgets Library
    0.9.8
    | 
#include <optdialogbutton.h>


| Public Slots | |
| void | clicked (void) | 
| Signals | |
| void | accepted (void) | 
| void | clicked (int rcode) | 
| void | done (int rcode) | 
| Public Member Functions | |
| OptDialogButton (void) | |
| OptDialogButton (const OptDialogButton &odb) | |
| OptDialogButton (const string &title, OptDialog::Action action, int rcode, bool close, bool dflt) | |
| ~OptDialogButton (void) | |
| void | create (vector< OptWidget * > ows, int rejectc, QHBoxLayout *layout) | 
| bool | defaultButton (void) const | 
| void | setDefaultButton (bool d=true) | 
| bool | accept (void) const | 
| OptDialogButton | ( | void | ) | 
| OptDialogButton | ( | const OptDialogButton & | odb | ) | 
| OptDialogButton | ( | const string & | title, | 
| OptDialog::Action | action, | ||
| int | rcode, | ||
| bool | close, | ||
| bool | dflt | ||
| ) | 
| ~OptDialogButton | ( | void | ) | 
| void create | ( | vector< OptWidget * > | ows, | 
| int | rejectc, | ||
| QHBoxLayout * | layout | ||
| ) | 
References OptDialogButton::clicked(), and OptDialog::ReturnReject.
| bool defaultButton | ( | void | ) | const | 
| void setDefaultButton | ( | bool | d = true | ) | 
| bool accept | ( | void | ) | const | 
References OptDialog::Accept.
| 
 | slot | 
| 
 | signal | 
Referenced by OptDialogButton::clicked().
| 
 | signal | 
| 
 | signal | 
Referenced by OptDialogButton::clicked().
 1.8.6
 1.8.6