Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

QueryGui.h

Go to the documentation of this file.
00001 
00013 #ifndef _QUERYGUI
00014 #define _QUERYGUI
00015 
00016 #include "TerminalGui.h"
00017 
00018 class QueryGui : public TerminalGui
00019 {
00020     public:
00021         QueryGui(Connessione* connection, PARENT_FRAME* parent,
00022                  wxWindowID id = -1,
00023                  const wxString& title = _("Query"), 
00024                  const wxPoint& position = wxDefaultPosition, 
00025                  const wxSize& size = wxDefaultSize, 
00026                  long style = GUI_STYLE, 
00027                  const wxString& name = _("Quirck Query"));
00028 };
00029 
00030 #endif
00031 

Generated on Thu Dec 2 16:51:42 2004 for Quirck by  doxygen 1.3.9.1