YATiSh
Yet Another TIme SHeet
yatishDlgFilter.h
Go to the documentation of this file.
1 #ifndef YATISHDLGFILTER_H
2 #define YATISHDLGFILTER_H
3 
4 #ifndef WX_PRECOMP
5  //(*HeadersPCH(yatishDlgFilter)
6  #include <wx/button.h>
7  #include <wx/choice.h>
8  #include <wx/dialog.h>
9  #include <wx/sizer.h>
10  //*)
11 #endif
12 //(*Headers(yatishDlgFilter)
13 //*)
14 
15 #include "yatishDBsqlite.h"
16 
17 class yatishDlgFilter: public wxDialog {
18  public:
21  private:
22  //(*Identifiers(yatishDlgFilter)
23  static const long idChoiceFilter;
24  //*)
25  //(*Declarations(yatishDlgFilter)
26  wxChoice* choiceFilter;
27  //*)
30  int choice;
31  //(*Handlers(yatishDlgFilter)
32  void OnButtonOK(wxCommandEvent& event);
33  //*)
34  DECLARE_EVENT_TABLE()
35 };
36 
37 #endif
Interacts with yatish tables in a SQLite database.
static const long idChoiceFilter
wxChoice * choiceFilter
yatishDlgFilter(yatishDBsqlite *, tableID)
yatishDBsqlite * pdb
void OnButtonOK(wxCommandEvent &event)
tableID
Definition: yatishDB.h:13