|
YATISH
Yet Another TIme SHeet
|
#include <wx/database/wxprec.h>#include <wx/fileconf.h>#include <wx/filename.h>#include <wx/sstream.h>#include <wx/stdpaths.h>#include <wx/wfstream.h>

Go to the source code of this file.
Classes | |
| class | yatishDB |
| Provides a few basic methods and (static) members to interact with yatish tables. More... | |
Macros | |
| #define | CATCH(returnValue) |
Enumerations | |
| enum | tableID { client_tid, task_tid, tool_tid, project_tid, activity_tid, timeslot_tid } |
| #define CATCH | ( | returnValue | ) |
Definition at line 29 of file yatishDB.h.
| enum tableID |
| Enumerator | |
|---|---|
| client_tid | |
| task_tid | |
| tool_tid | |
| project_tid | |
| activity_tid | |
| timeslot_tid | |
Definition at line 20 of file yatishDB.h.
1.8.13