BitmapListChangedMsg Class Reference

This message is sent whenever the document bitmap list changes in some way. More...

#include <bmplist.h>

Inheritance diagram for BitmapListChangedMsg:

Msg CCObject SimpleCCObject List of all members.

Public Types

enum  BitmapListState { SELECTNEWBITMAP, LISTCHANGED }

Public Member Functions

 BitmapListChangedMsg (BitmapList *pList)
 BitmapListChangedMsg (BitmapList *pList, KernelBitmap *pBitmap)

Public Attributes

BitmapListpChangedBmpList
KernelBitmappNewBitmap
BitmapListState State

Private Member Functions

 CC_DECLARE_DYNAMIC (BitmapListChangedMsg)

Detailed Description

This message is sent whenever the document bitmap list changes in some way.

Author:
Will_Cowling (Xara Group Ltd) <camelotdev@xara.com>
Date:
8/8/94
See also:
-

Definition at line 241 of file bmplist.h.


Member Enumeration Documentation

enum BitmapListChangedMsg::BitmapListState
 

Enumerator:
SELECTNEWBITMAP 
LISTCHANGED 

Definition at line 247 of file bmplist.h.

00248     {
00249         SELECTNEWBITMAP,            // Sent when a new bitmap has been added to the list and
00250                                     // this new bitmap should be the new selection in the
00251                                     // bitmap gallery.
00252         LISTCHANGED,                // Sent when the list has changed. This is the default message.
00253     };


Constructor & Destructor Documentation

BitmapListChangedMsg::BitmapListChangedMsg BitmapList pList  )  [inline]
 

Definition at line 261 of file bmplist.h.

00261                                            :
00262         pChangedBmpList(pList), pNewBitmap(NULL), State(LISTCHANGED)    { } 
    

BitmapListChangedMsg::BitmapListChangedMsg BitmapList pList,
KernelBitmap pBitmap
[inline]
 

Definition at line 267 of file bmplist.h.

00267                                                                   :
00268         pChangedBmpList(pList), pNewBitmap(pBitmap), State(SELECTNEWBITMAP) { } 
};


Member Function Documentation

BitmapListChangedMsg::CC_DECLARE_DYNAMIC BitmapListChangedMsg   )  [private]
 


Member Data Documentation

BitmapList* BitmapListChangedMsg::pChangedBmpList
 

Definition at line 255 of file bmplist.h.

KernelBitmap* BitmapListChangedMsg::pNewBitmap
 

Definition at line 256 of file bmplist.h.

BitmapListState BitmapListChangedMsg::State
 

Definition at line 257 of file bmplist.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 03:51:20 2007 for Camelot by  doxygen 1.4.4