YATiSh
Yet Another TIme SHeet
|
#include <wx/button.h>
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/dialog.h>
#include <wx/panel.h>
#include <wx/radiobut.h>
#include <wx/sizer.h>
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include <wx/notebook.h>
#include <wx/spinctrl.h>
Go to the source code of this file.
Classes | |
struct | Settings |
As its names implies: the class holding YATiSh settings. More... | |
class | yatishSettings |
A dialog to modify YATiSh settings. More... | |
Enumerations | |
enum | ChartLib { wxMathPlot , wxFreeChart , wxCharts } |
Same order as yatishSettings::choiceLib. More... | |
enum ChartLib |
Same order as yatishSettings::choiceLib.
Enumerator | |
---|---|
wxMathPlot | |
wxFreeChart | |
wxCharts |
Definition at line 23 of file yatishSettings.h.