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

vcf/ApplicationKit/ListModelEvent.h File Reference


Namespaces

namespace  VCF

Classes

class  VCF::ListModelEvent
class  VCF::ListModelEventHandler< SOURCE_TYPE >
 ListModelEventHandler handles the following: onListModelContentsChanged onItemAdded onItemDeleted. More...

Defines

#define LIST_MODEL_CONST   900
#define LIST_MODEL_CONTENTS_DELETED   CUSTOM_EVENT_TYPES + LIST_MODEL_CONST + 1
#define LIST_MODEL_ITEM_CHANGED   CUSTOM_EVENT_TYPES + LIST_MODEL_CONST + 2
#define LIST_MODEL_ITEM_ADDED   CUSTOM_EVENT_TYPES + LIST_MODEL_CONST + 3
#define LIST_MODEL_ITEM_DELETED   CUSTOM_EVENT_TYPES + LIST_MODEL_CONST + 4

Define Documentation

#define LIST_MODEL_CONST   900
 

#define LIST_MODEL_CONTENTS_DELETED   CUSTOM_EVENT_TYPES + LIST_MODEL_CONST + 1
 

#define LIST_MODEL_ITEM_ADDED   CUSTOM_EVENT_TYPES + LIST_MODEL_CONST + 3
 

#define LIST_MODEL_ITEM_CHANGED   CUSTOM_EVENT_TYPES + LIST_MODEL_CONST + 2
 

#define LIST_MODEL_ITEM_DELETED   CUSTOM_EVENT_TYPES + LIST_MODEL_CONST + 4
 

   Comments or Suggestions?    License Information