Dialog::result_t Struct Reference

#include <Dialog.h>


Public Member Functions

 result_t (const int r, const DialogFunction f, GtkWidget *w)

Data Fields

int result
DialogFunction function
GtkWidgetwidget


Constructor & Destructor Documentation

Dialog::result_t::result_t const int  r,
const DialogFunction  f,
GtkWidget w
[inline]
 

Definition at line 44 of file Dialog.h.

00045                                                      :
00046       result(r), function(f), widget(w) {}
    int result;


Field Documentation

DialogFunction Dialog::result_t::function
 

Definition at line 48 of file Dialog.h.

Referenced by Dialog::generate_result().

int Dialog::result_t::result
 

Definition at line 47 of file Dialog.h.

Referenced by Dialog::generate_result().

GtkWidget* Dialog::result_t::widget
 

Definition at line 49 of file Dialog.h.

Referenced by Dialog::generate_result().


The documentation for this struct was generated from the following file:
Generated on Fri Oct 15 15:49:49 2004 for Real Time Battle by  doxygen 1.3.9.1