#include "camtypes.h"
#include "cartprov.h"
#include "camframe.h"
#include "cartctl.h"
Go to the source code of this file.
Functions | |
DECLARE_EVENT_TABLE_ENTRY (wxEVT_CAMARTPROVIDER_GETBITMAP, wxID_ANY,-1,(wxObjectEventFunction)(wxEventFunction)(wxCamArtProviderEventFunction)&CamArtProvider::GetBitmapEvent,(wxObject *) NULL) | |
DECLARE_EVENT_TABLE_ENTRY (wxEVT_CAMARTPROVIDER_INVALIDATEART, wxID_ANY,-1,(wxObjectEventFunction)(wxEventFunction)(wxCamArtProviderEventFunction)&CamArtProvider::InvalidateArtEvent,(wxObject *) NULL) | |
END_EVENT_TABLE () |
|
|
|
This file contains the class for CamArtProvider, derived from wxEvtHandler. This contains a mapping allowing dialogs of ANY class derived from wxDialog to call the relevant bits of DialogManager. |
|
|