IVT
GUIFactory.h File Reference

Go to the source code of this file.

Functions

CApplicationHandlerInterfaceCreateApplicationHandler (int argc=0, char **argv=0)
 
CMainWindowInterfaceCreateMainWindow (int x, int y, int width, int height, const char *title)
 
bool FileDialog (bool save_dialog, const char **filter, int num_filter, const char *caption, char *filename, int max_length)
 
bool LoadImageFromFile (const char *filename, CByteImage *pImage)
 

Function Documentation

CApplicationHandlerInterface* CreateApplicationHandler ( int  argc = 0,
char **  argv = 0 
)
CMainWindowInterface* CreateMainWindow ( int  x,
int  y,
int  width,
int  height,
const char *  title 
)
bool FileDialog ( bool  save_dialog,
const char **  filter,
int  num_filter,
const char *  caption,
char *  filename,
int  max_length 
)
bool LoadImageFromFile ( const char *  filename,
CByteImage pImage 
)