OpenCPN Partial API docs
Loading...
Searching...
No Matches
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 7250 of file pluginmanager.cpp.

Constructor & Destructor Documentation

◆ PI_DLEvtHandler()

PI_DLEvtHandler::PI_DLEvtHandler ( )

Definition at line 7268 of file pluginmanager.cpp.

◆ ~PI_DLEvtHandler()

PI_DLEvtHandler::~PI_DLEvtHandler ( )

Definition at line 7278 of file pluginmanager.cpp.

Member Function Documentation

◆ clearBackgroundMode()

void PI_DLEvtHandler::clearBackgroundMode ( )

Definition at line 7325 of file pluginmanager.cpp.

◆ onDLEvent()

void PI_DLEvtHandler::onDLEvent ( OCPN_downloadEvent event)

Definition at line 7285 of file pluginmanager.cpp.

◆ onTimerEvent()

void PI_DLEvtHandler::onTimerEvent ( wxTimerEvent &  event)

Definition at line 7330 of file pluginmanager.cpp.

◆ setBackgroundMode()

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

Definition at line 7313 of file pluginmanager.cpp.

Member Data Documentation

◆ m_download_evHandler

wxEvtHandler* PI_DLEvtHandler::m_download_evHandler

Definition at line 7262 of file pluginmanager.cpp.

◆ m_eventTimer

wxTimer PI_DLEvtHandler::m_eventTimer

Definition at line 7261 of file pluginmanager.cpp.

◆ m_id

long PI_DLEvtHandler::m_id

Definition at line 7260 of file pluginmanager.cpp.

◆ m_sofarBytes

long PI_DLEvtHandler::m_sofarBytes

Definition at line 7264 of file pluginmanager.cpp.

◆ m_totalBytes

long PI_DLEvtHandler::m_totalBytes

Definition at line 7265 of file pluginmanager.cpp.


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