YATISH
Yet Another TIme SHeet
/home/nicolas/sources/yatish/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/dialog.h>
7  #include <wx/sizer.h>
8  #include <wx/button.h>
9  #include <wx/choice.h>
10  //*)
11 #endif
12 //(*Headers(yatishDlgFilter)
13 //*)
14 
15 #include <wx/valgen.h>
16 #include "yatishDBsqlite.h"
17 
18 class yatishDlgFilter: public wxDialog {
19  public:
22  private:
23  //(*Identifiers(yatishDlgFilter)
24  static const long idChoiceFilter;
25  //*)
26  //(*Declarations(yatishDlgFilter)
27  wxChoice* choiceFilter;
28  //*)
31  int choice;
32  //(*Handlers(yatishDlgFilter)
33  void OnButtonOK(wxCommandEvent& event);
34  //*)
35  DECLARE_EVENT_TABLE()
36 };
37 
38 #endif
yatishDlgFilter(yatishDBsqlite *, tableID)
wxChoice * choiceFilter
tableID
Definition: yatishDB.h:20
Interacts with yatish tables in a SQLite database.
void OnButtonOK(wxCommandEvent &event)
static const long idChoiceFilter
yatishDBsqlite * pdb