Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

vcf/ApplicationKit/WindowEvent.h File Reference


Namespaces

namespace  VCF

Classes

class  VCF::WindowEvent
class  VCF::WindowEventHandler< SOURCE_TYPE >
 WindowEventHandler handles the following: onWindowClose onWindowRestore onWindowMaximize onWindowMinimize. More...

Defines

#define WINDOW_CONST   600
#define WINDOW_EVENT_CLOSE   CUSTOM_EVENT_TYPES + WINDOW_CONST + 1
#define WINDOW_EVENT_RESTORE   CUSTOM_EVENT_TYPES + WINDOW_CONST + 2
#define WINDOW_EVENT_MAXIMIZE   CUSTOM_EVENT_TYPES + WINDOW_CONST + 3
#define WINDOW_EVENT_MINIMIZE   CUSTOM_EVENT_TYPES + WINDOW_CONST + 4

Define Documentation

#define WINDOW_CONST   600
 

#define WINDOW_EVENT_CLOSE   CUSTOM_EVENT_TYPES + WINDOW_CONST + 1
 

#define WINDOW_EVENT_MAXIMIZE   CUSTOM_EVENT_TYPES + WINDOW_CONST + 3
 

#define WINDOW_EVENT_MINIMIZE   CUSTOM_EVENT_TYPES + WINDOW_CONST + 4
 

#define WINDOW_EVENT_RESTORE   CUSTOM_EVENT_TYPES + WINDOW_CONST + 2
 

   Comments or Suggestions?    License Information