add detached option for viewelements

This commit is contained in:
louis
2015-03-22 08:29:52 +01:00
parent 9c93fbc072
commit d1ea7bd4a4
14 changed files with 65 additions and 36 deletions

View File

@@ -107,6 +107,7 @@ public:
cTemplatePixmap *GetNextPixmap(void);
cTemplateFunction *GetFunction(string name);
bool Execute(void);
bool Detach(void);
bool DebugTokens(void);
virtual void Debug(void);
};