class to pass using operator<< for creating a radio button with a label
More...
#include <Buttons.H>
|
| RadioFuncData (void) |
|
| RadioFuncData (const string &s, GCallback f, gpointer d) |
|
| RadioFuncData (const char *s, GCallback f, gpointer d) |
|
| RadioFuncData (const char *s, void(*f)(void *, void *), gpointer d) |
|
| AnyFuncData (void) |
|
| AnyFuncData (const string &s, GCallback f, gpointer d) |
|
| AnyFuncData (const char *s, GCallback f, gpointer d) |
|
| AnyFuncData (const char *s, void(*f)(void *, void *), gpointer d) |
|
|
const char * | str |
| The label to show in the button. More...
|
|
void(* | func )() |
| The function to call when the button is pressed. More...
|
|
gpointer | data |
| The data to pass to func when the button it pressed. More...
|
|
class to pass using operator<< for creating a radio button with a label
Definition at line 147 of file Buttons.H.
◆ RadioFuncData() [1/4]
RadioFuncData::RadioFuncData |
( |
void |
| ) |
|
|
inline |
◆ RadioFuncData() [2/4]
RadioFuncData::RadioFuncData |
( |
const string & |
s, |
|
|
GCallback |
f, |
|
|
gpointer |
d |
|
) |
| |
|
inline |
◆ RadioFuncData() [3/4]
RadioFuncData::RadioFuncData |
( |
const char * |
s, |
|
|
GCallback |
f, |
|
|
gpointer |
d |
|
) |
| |
|
inline |
◆ RadioFuncData() [4/4]
RadioFuncData::RadioFuncData |
( |
const char * |
s, |
|
|
void(*)(void *, void *) |
f, |
|
|
gpointer |
d |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: