Create a Lyaout with radio buttons for selection of disk or DB selection.
More...
#include "us_widgets.h"
|
void | changed (bool) |
| A signal to indicate that the current selection has changed. More...
|
|
|
QGridLayout * | us_radiobutton (const QString &text, QRadioButton *&rb, bool state=false) |
|
Create a Lyaout with radio buttons for selection of disk or DB selection.
Definition at line 213 of file us_widgets.h.
Define a type of data access.
Enumerator |
---|
Default |
|
DB |
|
Disk |
|
Definition at line 219 of file us_widgets.h.
US_Disk_DB_Controls::US_Disk_DB_Controls |
( |
int |
state = Default | ) |
|
Build a widget with radio buttons for selection of disk or database access.
- Parameters
-
state | Indicates the button to be initially set. The |
Definition at line 690 of file us_widgets.cpp.
void US_Disk_DB_Controls::changed |
( |
bool |
| ) |
|
|
signal |
A signal to indicate that the current selection has changed.
bool US_Disk_DB_Controls::db |
( |
void |
| ) |
|
A function to determine if the DB radio buttone is set.
- Returns
- True if the DB radio button is set
Definition at line 713 of file us_widgets.cpp.
void US_Disk_DB_Controls::rb_changed |
( |
bool |
| ) |
|
|
privateslot |
void US_Disk_DB_Controls::set_db |
( |
void |
| ) |
|
A utility routine to set the DB radio button.
Definition at line 718 of file us_widgets.cpp.
void US_Disk_DB_Controls::set_disk |
( |
void |
| ) |
|
A utility routine to set the disk radio button.
Definition at line 725 of file us_widgets.cpp.
QGridLayout * US_Disk_DB_Controls::us_radiobutton |
( |
const QString & |
text, |
|
|
QRadioButton *& |
rb, |
|
|
bool |
state = false |
|
) |
| |
|
private |
QRadioButton* US_Disk_DB_Controls::rb_db |
|
private |
QRadioButton* US_Disk_DB_Controls::rb_disk |
|
private |
The documentation for this class was generated from the following files: