ToolMap
Loading...
Searching...
No Matches
QueriesListDLG Class Reference

Queries panel dialog. More...

#include <queries_panel_dlg.h>

Inheritance diagram for QueriesListDLG:

Public Member Functions

 QueriesListDLG (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxT("Edit queries"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxRESIZE_BORDER|wxDEFAULT_DIALOG_STYLE)
 Constructor.
 
 ~QueriesListDLG ()
 Destructor.
 
wxString GetQueriesName ()
 
void SetQueriesName (const wxString &name)
 
wxString GetQueriesDescription ()
 
void SetQueriesDescription (const wxString &desc)
 
int GetQueriesTarget ()
 
void SetQueriesTarget (int toc_generic_name)
 

Protected Attributes

wxTextCtrl * m_QueriesName
 
wxTextCtrl * m_QueriesDescription
 
wxChoice * m_Target
 

Detailed Description

Queries panel dialog.

This is the first very simple version of the dialog. In a future version a better version will be used.

Todo:
Implement a new more complete version of this dialog
Author
Lucien Schreiber (c) CREALP 2008
Date
09 November 2008

Constructor & Destructor Documentation

◆ QueriesListDLG()

QueriesListDLG::QueriesListDLG ( wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxString &  title = wxT("Edit queries"),
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = wxRESIZE_BORDER | wxDEFAULT_DIALOG_STYLE 
)

Constructor.

Create all the controls

Author
Lucien Schreiber (c) CREALP 2008
Date
09 November 2008

◆ ~QueriesListDLG()

QueriesListDLG::~QueriesListDLG ( )

Destructor.

Author
Lucien Schreiber (c) CREALP 2008
Date
09 November 2008

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