ImageAndBitmap Class Reference

#include <cartprov.h>

Inheritance diagram for ImageAndBitmap:

SimpleCCObject List of all members.

Public Member Functions

 ImageAndBitmap (wxImage *pImage=NULL, wxBitmap *pBitmap=NULL)
 ~ImageAndBitmap ()

Public Attributes

wxImage * m_pImage
wxBitmap * m_pBitmap

Detailed Description

Definition at line 149 of file cartprov.h.


Constructor & Destructor Documentation

ImageAndBitmap::ImageAndBitmap wxImage *  pImage = NULL,
wxBitmap *  pBitmap = NULL
[inline]
 

Definition at line 154 of file cartprov.h.

00154 : m_pImage(pImage) , m_pBitmap(pBitmap) {}

ImageAndBitmap::~ImageAndBitmap  )  [inline]
 

Definition at line 155 of file cartprov.h.

00155 {if (m_pBitmap) delete (m_pBitmap); m_pBitmap=NULL; m_pImage=NULL; }


Member Data Documentation

wxBitmap* ImageAndBitmap::m_pBitmap
 

Definition at line 153 of file cartprov.h.

wxImage* ImageAndBitmap::m_pImage
 

Definition at line 152 of file cartprov.h.


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