YATiSh
Yet Another TIme SHeet
Classes | Macros | Enumerations
yatishFrame.h File Reference
#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"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  yatishFrame
 Main Yatish frame; apart from menus, status bar, etc. this (large!) class: More...
 

Macros

#define UNFORTUNATE_TRICK   if (currentChartLib == wxCharts) SetSize ( GetSize() + wxSize (0, 1) );
 

Enumerations

enum  mysqlStatus { mysql_off , mysql_on , mysql_err }
 

Macro Definition Documentation

◆ UNFORTUNATE_TRICK

#define UNFORTUNATE_TRICK   if (currentChartLib == wxCharts) SetSize ( GetSize() + wxSize (0, 1) );

Definition at line 47 of file yatishFrame.h.

Enumeration Type Documentation

◆ mysqlStatus

Enumerator
mysql_off 
mysql_on 
mysql_err 

Definition at line 40 of file yatishFrame.h.