#include <wxluxgui.h>
Public Member Functions | |
wxLuxErrorEvent (const boost::shared_ptr< LuxError > error, wxEventType eventType=wxEVT_NULL, int id=0) | |
boost::shared_ptr< LuxError > | GetError () |
wxEvent * | Clone (void) const |
Protected Attributes | |
boost::shared_ptr< LuxError > | m_error |
Definition at line 58 of file wxluxgui.h.
lux::wxLuxErrorEvent::wxLuxErrorEvent | ( | const boost::shared_ptr< LuxError > | error, | |
wxEventType | eventType = wxEVT_NULL , |
|||
int | id = 0 | |||
) | [inline] |
wxEvent* lux::wxLuxErrorEvent::Clone | ( | void | ) | const [inline] |
boost::shared_ptr<LuxError> lux::wxLuxErrorEvent::GetError | ( | ) | [inline] |
boost::shared_ptr<LuxError> lux::wxLuxErrorEvent::m_error [protected] |