22 #ifndef TETRAEDGE_GAME_DOCUMENTS_BROWSER_H 23 #define TETRAEDGE_GAME_DOCUMENTS_BROWSER_H 25 #include "common/str.h" 26 #include "tetraedge/game/document.h" 27 #include "tetraedge/te/te_lua_gui.h" 41 bool addDocument(
Document *document);
44 void currentPage(
int page);
65 TeLayout &zoomedLayout() {
return _zoomedLayout; }
73 bool onDocumentSelected(
Document &doc);
75 bool onPreviousPage();
76 bool onQuitDocumentDoubleClickTimer();
77 bool onZoomedButton();
82 bool onShowedDocumentButton0();
83 bool onShowedDocumentButton1();
84 bool onShowedDocumentButton2();
85 bool onShowedDocumentButton3();
86 bool onShowedDocumentButton4();
87 bool onShowedDocumentButton5();
88 bool onShowedDocumentButton6();
89 bool onShowedDocumentButton7();
90 bool onShowedDocumentButton8();
91 bool onShowedDocumentButton9();
121 #endif // TETRAEDGE_GAME_DOCUMENTS_BROWSER_H
Definition: detection.h:27
Definition: te_lua_gui.h:51
Definition: serializer.h:79
Definition: te_timer.h:33
Definition: documents_browser.h:33
Definition: te_layout.h:35
Definition: document.h:34
Definition: documents_browser.h:31