OpenCPN Partial API docs
Loading...
Searching...
No Matches
OCPN_downloadEvent Class Reference
Inheritance diagram for OCPN_downloadEvent:

Public Member Functions

 OCPN_downloadEvent (wxEventType commandType=wxEVT_NULL, int id=0)
 
_OCPN_DLStatus getDLEventStatus ()
 
OCPN_DLCondition getDLEventCondition ()
 
void setDLEventStatus (_OCPN_DLStatus stat)
 
void setDLEventCondition (OCPN_DLCondition cond)
 
void setTotal (long bytes)
 
void setTransferred (long bytes)
 
long getTotal ()
 
long getTransferred ()
 
void setComplete (bool b_complete)
 
bool getComplete ()
 
wxEvent * Clone () const
 

Detailed Description

Definition at line 1346 of file ocpn_plugin.h.

Constructor & Destructor Documentation

◆ OCPN_downloadEvent()

OCPN_downloadEvent::OCPN_downloadEvent ( wxEventType  commandType = wxEVT_NULL,
int  id = 0 
)

Definition at line 1532 of file api_shim.cpp.

◆ ~OCPN_downloadEvent()

OCPN_downloadEvent::~OCPN_downloadEvent ( )

Definition at line 1534 of file api_shim.cpp.

Member Function Documentation

◆ Clone()

wxEvent * OCPN_downloadEvent::Clone ( ) const

Definition at line 1536 of file api_shim.cpp.

◆ getComplete()

bool OCPN_downloadEvent::getComplete ( )
inline

Definition at line 1364 of file ocpn_plugin.h.

◆ getDLEventCondition()

OCPN_DLCondition OCPN_downloadEvent::getDLEventCondition ( )
inline

Definition at line 1353 of file ocpn_plugin.h.

◆ getDLEventStatus()

_OCPN_DLStatus OCPN_downloadEvent::getDLEventStatus ( )
inline

Definition at line 1352 of file ocpn_plugin.h.

◆ getTotal()

long OCPN_downloadEvent::getTotal ( )
inline

Definition at line 1360 of file ocpn_plugin.h.

◆ getTransferred()

long OCPN_downloadEvent::getTransferred ( )
inline

Definition at line 1361 of file ocpn_plugin.h.

◆ setComplete()

void OCPN_downloadEvent::setComplete ( bool  b_complete)
inline

Definition at line 1363 of file ocpn_plugin.h.

◆ setDLEventCondition()

void OCPN_downloadEvent::setDLEventCondition ( OCPN_DLCondition  cond)
inline

Definition at line 1356 of file ocpn_plugin.h.

◆ setDLEventStatus()

void OCPN_downloadEvent::setDLEventStatus ( _OCPN_DLStatus  stat)
inline

Definition at line 1355 of file ocpn_plugin.h.

◆ setTotal()

void OCPN_downloadEvent::setTotal ( long  bytes)
inline

Definition at line 1358 of file ocpn_plugin.h.

◆ setTransferred()

void OCPN_downloadEvent::setTransferred ( long  bytes)
inline

Definition at line 1359 of file ocpn_plugin.h.


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