added: now plugin ticket uses a new horizontal table (plugins.ticket)
columns: dir_id, param, value we are able to build complicated tickets git-svn-id: svn://ttmath.org/publicrep/winix/trunk@664 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -34,9 +34,23 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
void TicketDeleteFirst();
|
||||
TDb * tdb;
|
||||
TicketInfo * ticket_info;
|
||||
std::vector<Item*> child_tab;
|
||||
std::vector<long> id_tab;
|
||||
|
||||
struct SortByDate
|
||||
{
|
||||
FunTicket * fun_ticket;
|
||||
SortByDate(FunTicket * f) : fun_ticket(f) {}
|
||||
bool operator()(const Item * item1, const Item * item2);
|
||||
};
|
||||
|
||||
void SelectTickets();
|
||||
void SortDirs();
|
||||
void PageDirs();
|
||||
void CreateIdTab();
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user