gtkIOStream  1.7.0
GTK+ << C++ IOStream operators for GTK+. Now with ORBing, numerical computation, audio client and more ...
RadioFuncData Class Reference

class to pass using operator<< for creating a radio button with a label More...

#include <Buttons.H>

Inheritance diagram for RadioFuncData:
[legend]
Collaboration diagram for RadioFuncData:
[legend]

Public Member Functions

 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)
 
- Public Member Functions inherited from AnyFuncData
 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)
 

Additional Inherited Members

- Public Attributes inherited from AnyFuncData
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...
 

Detailed Description

class to pass using operator<< for creating a radio button with a label

Definition at line 147 of file Buttons.H.

Constructor & Destructor Documentation

◆ RadioFuncData() [1/4]

RadioFuncData::RadioFuncData ( void  )
inline

Definition at line 149 of file Buttons.H.

◆ RadioFuncData() [2/4]

RadioFuncData::RadioFuncData ( const string &  s,
GCallback  f,
gpointer  d 
)
inline

Definition at line 150 of file Buttons.H.

◆ RadioFuncData() [3/4]

RadioFuncData::RadioFuncData ( const char *  s,
GCallback  f,
gpointer  d 
)
inline

Definition at line 151 of file Buttons.H.

◆ RadioFuncData() [4/4]

RadioFuncData::RadioFuncData ( const char *  s,
void(*)(void *, void *)  f,
gpointer  d 
)
inline

Definition at line 152 of file Buttons.H.


The documentation for this class was generated from the following file:
gtkIOStream: RadioFuncData Class Reference
GTK+ IOStream  Beta