diff options
Diffstat (limited to 'libtemplate/templateviewtab.h')
| -rw-r--r-- | libtemplate/templateviewtab.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/libtemplate/templateviewtab.h b/libtemplate/templateviewtab.h deleted file mode 100644 index 8514cad..0000000 --- a/libtemplate/templateviewtab.h +++ /dev/null @@ -1,31 +0,0 @@ -#ifndef __TEMPLATEVIEWTAB_H -#define __TEMPLATEVIEWTAB_H - -#include <iostream> -#include <stdio.h> -#include <stdlib.h> -#include <stdint.h> -#include <string> -#include <vector> -#include <map> -#include <set> - -#include "templatepixmap.h" - -using namespace std; - -// --- cTemplateViewTab ------------------------------------------------------------- - -class cTemplateViewTab : public cTemplatePixmap { -private: - int scrollStep; -public: - cTemplateViewTab(void); - ~cTemplateViewTab(void); - int GetScrollStep(void); - string GetName(void); - void SetName(string trans); - void Debug(void); -}; - -#endif //__TEMPLATEVIEWTAB_H
\ No newline at end of file |
