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

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

#include <Buttons.H>

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

Public Member Functions

 LabelFuncData (void)
 
 LabelFuncData (const string &s, GCallback f, gpointer d)
 
 LabelFuncData (const char *s, GCallback f, gpointer d)
 
 LabelFuncData (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 label button

Definition at line 66 of file Buttons.H.

Constructor & Destructor Documentation

◆ LabelFuncData() [1/4]

LabelFuncData::LabelFuncData ( void  )
inline

Definition at line 68 of file Buttons.H.

◆ LabelFuncData() [2/4]

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

Definition at line 69 of file Buttons.H.

◆ LabelFuncData() [3/4]

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

Definition at line 70 of file Buttons.H.

◆ LabelFuncData() [4/4]

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

Definition at line 71 of file Buttons.H.


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