OpenCPN Partial API docs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PI_DLEvtHandler Class Reference
Inheritance diagram for PI_DLEvtHandler:

Public Member Functions

void onDLEvent (OCPN_downloadEvent &event)
 
void setBackgroundMode (long ID, wxEvtHandler *handler)
 
void clearBackgroundMode ()
 
void onTimerEvent (wxTimerEvent &event)
 

Public Attributes

long m_id
 
wxTimer m_eventTimer
 
wxEvtHandler * m_download_evHandler
 
long m_sofarBytes
 
long m_totalBytes
 

Detailed Description

Definition at line 5017 of file pluginmanager.cpp.

Constructor & Destructor Documentation

◆ PI_DLEvtHandler()

PI_DLEvtHandler::PI_DLEvtHandler ( )

Definition at line 5035 of file pluginmanager.cpp.

◆ ~PI_DLEvtHandler()

PI_DLEvtHandler::~PI_DLEvtHandler ( )

Definition at line 5045 of file pluginmanager.cpp.

Member Function Documentation

◆ clearBackgroundMode()

void PI_DLEvtHandler::clearBackgroundMode ( )

Definition at line 5092 of file pluginmanager.cpp.

◆ onDLEvent()

void PI_DLEvtHandler::onDLEvent ( OCPN_downloadEvent event)

Definition at line 5052 of file pluginmanager.cpp.

◆ onTimerEvent()

void PI_DLEvtHandler::onTimerEvent ( wxTimerEvent &  event)

Definition at line 5097 of file pluginmanager.cpp.

◆ setBackgroundMode()

void PI_DLEvtHandler::setBackgroundMode ( long  ID,
wxEvtHandler *  handler 
)

Definition at line 5080 of file pluginmanager.cpp.

Member Data Documentation

◆ m_download_evHandler

wxEvtHandler* PI_DLEvtHandler::m_download_evHandler

Definition at line 5029 of file pluginmanager.cpp.

◆ m_eventTimer

wxTimer PI_DLEvtHandler::m_eventTimer

Definition at line 5028 of file pluginmanager.cpp.

◆ m_id

long PI_DLEvtHandler::m_id

Definition at line 5027 of file pluginmanager.cpp.

◆ m_sofarBytes

long PI_DLEvtHandler::m_sofarBytes

Definition at line 5031 of file pluginmanager.cpp.

◆ m_totalBytes

long PI_DLEvtHandler::m_totalBytes

Definition at line 5032 of file pluginmanager.cpp.


The documentation for this class was generated from the following file: