#include <wx/button.h>
#include <wx/choice.h>
#include <wx/datectrl.h>
#include <wx/dateevt.h>
#include <wx/frame.h>
#include <wx/listctrl.h>
#include <wx/menu.h>
#include <wx/notebook.h>
#include <wx/panel.h>
#include <wx/sizer.h>
#include <wx/statusbr.h>
#include <wx/textctrl.h>
#include <wx/timer.h>
#include "yatishDBmysql.h"
#include "yatishDBsqlite.h"
#include "yatishDlgActivity.h"
#include "yatishDlgFilter.h"
#include "yatishDlgName.h"
#include "yatishDlgProject.h"
#include "yatishDlgTimeslot.h"
#include "yatishPDF.h"
#include "yatishPlot.h"
#include "yatishSettings.h"
Go to the source code of this file.
|
class | yatishFrame |
| Main Yatish frame; apart from menus, status bar, etc. this (large!) class: More...
|
|
◆ UNFORTUNATE_TRICK
#define UNFORTUNATE_TRICK if (currentChartLib == wxCharts) SetSize ( GetSize() + wxSize (0, 1) ); |
◆ mysqlStatus
Enumerator |
---|
mysql_off | |
mysql_on | |
mysql_err | |
Definition at line 40 of file yatishFrame.h.