Classes
core/vgui/internals/vgui_dialog_impl.h File Reference

vgui_dialog_impl is the abstract base class for dialog implementation. More...

#include <vcl_string.h>
#include <vcl_vector.h>
#include <vgui/vgui_tableau.h>
#include <vgui/vgui_command_sptr.h>

Go to the source code of this file.

Classes

class  vgui_dialog_impl
 vgui_dialog_impl is the abstract base class for dialog implementation. More...
struct  vgui_dialog_impl::element
 Data associated with each field in the dialog box. More...

Detailed Description

vgui_dialog_impl is the abstract base class for dialog implementation.

Author:
Philip C. Pritchett, RRG, University of Oxford
Date:
25 Oct 99
    Modifications
     K.Y.McGaul  25-JAN-2000  Moved field functions to this class to save repetition.
                              Added virtual ..._widget functions.
                              Added text_message function.
     K.Y.McGaul  27-JAN-2000  Added modal function.
     Marko Bacic 11-JUL-2000  Added support for inline file browser
     Marko Bacic 12-JUL-2000  Added support for inline color chooser
     Joris Sch.  09-NOV-2000  Fixed weird color browser things
     K.Y.McGaul  22-MAY-2001  Added tableau field.
     Lianqing Yu 02-JAN-2010  Added push button.
   

Definition in file vgui_dialog_impl.h.