• Main Page
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

imlab.h

Go to the documentation of this file.
00001 
00006 #ifndef __IMLAB_H
00007 #define __IMLAB_H
00008 
00009 
00023 #define IMLAB_TITLE "ImLab 3.2"
00024 
00026 #define IMLAB_BUILD "09 Jan 2019"
00027 
00029 struct _sbStatusBar* imlabStatusBar(void);
00030 
00032 void imlabLogMessagef(const char* format, ...);
00033 
00035 void imlabNewWindowPos(int *xpos, int *ypos);
00036 
00037 class imlabImageDocument;
00038 
00040 imlabImageDocument* imlabGetCurrentDocument(Ihandle* ih);
00041 
00042 void imlabSetCurrentDocument(imlabImageDocument *document);
00043 
00044 Ihandle*  imlabSubmenu(const char* title, Ihandle* child);
00045 Ihandle* imlabItem(const char* title, const char* action);
00046 
00047 Ihandle* imlabConfig(void);
00048 
00049 
00050 #endif  /* __IMLAB_H */

Generated on Wed Jan 9 2019 09:48:59 for IMLAB by  doxygen 1.7.1