#include <boost/shared_ptr.hpp>
#include <wx/event.h>
#include <wx/window.h>
Go to the source code of this file.
Classes | |
class | lux::wxViewerSelection |
class | lux::wxViewerEvent |
class | lux::wxViewerBase |
Namespaces | |
namespace | lux |
Defines | |
#define | EVT_LUX_VIEWER_SELECTION(id, fn) |
Typedefs | |
typedef void(wxEvtHandler::* | lux::wxViewerEventFunction )(wxViewerEvent &) |
Enumerations | |
enum | lux::wxViewerMode { lux::STATIC, lux::PANZOOM, lux::SELECTION, lux::EMPTY_VIEW, lux::LOGO_VIEW, lux::RENDER_VIEW } |
#define EVT_LUX_VIEWER_SELECTION | ( | id, | |||
fn | ) |
DECLARE_EVENT_TABLE_ENTRY( wxEVT_LUX_VIEWER_SELECTION, id, -1, \ (wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) (wxNotifyEventFunction) \ wxStaticCastEvent( wxViewerEventFunction, & fn ), (wxObject *) NULL ),
Definition at line 69 of file wxviewer.h.