GTK+ IOStream  Beta
<< GTK+ >> add C++ IOStream operators to GTK+. Now with extra abilities ... like network serialisation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Gtkdialog Class Reference

#include <gtkDialog.H>

Collaboration diagram for Gtkdialog:
Collaboration graph
[legend]

Public Member Functions

 Gtkdialog (void)
 
 ~Gtkdialog (void)
 
Gtkdialogoperator<< (Box &b)
 
Gtkdialogoperator<< (Box *b)
 
Gtkdialogoperator<< (void *w)
 
Gtkdialogoperator>> (void *w)
 

Static Public Member Functions

static gint quit (GtkWidget *widget, GdkEvent *event, gpointer data)
 

Public Attributes

GtkWidget * win
 

Detailed Description

Definition at line 25 of file gtkDialog.H.

Constructor & Destructor Documentation

Gtkdialog::Gtkdialog ( void  )
inline

Definition at line 28 of file gtkDialog.H.

Here is the call graph for this function:

Gtkdialog::~Gtkdialog ( void  )
inline

Definition at line 41 of file gtkDialog.H.

Member Function Documentation

Gtkdialog& Gtkdialog::operator<< ( Box b)
inline

Definition at line 53 of file gtkDialog.H.

Here is the call graph for this function:

Gtkdialog& Gtkdialog::operator<< ( Box b)
inline

Definition at line 57 of file gtkDialog.H.

Here is the call graph for this function:

Gtkdialog& Gtkdialog::operator<< ( void *  w)
inline

Definition at line 61 of file gtkDialog.H.

Gtkdialog& Gtkdialog::operator>> ( void *  w)
inline

Definition at line 65 of file gtkDialog.H.

static gint Gtkdialog::quit ( GtkWidget *  widget,
GdkEvent *  event,
gpointer  data 
)
inlinestatic

Definition at line 48 of file gtkDialog.H.

Here is the caller graph for this function:

Member Data Documentation

GtkWidget* Gtkdialog::win

Definition at line 27 of file gtkDialog.H.


The documentation for this class was generated from the following file: