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

Public Member Functions

 InProgressIndicator (wxWindow *parent, wxWindowID id, int range, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxGA_HORIZONTAL, const wxValidator &validator=wxDefaultValidator, const wxString &name="inprogress")
 
void OnTimer (wxTimerEvent &evt)
 
void Start ()
 
void Stop ()
 

Public Attributes

wxTimer m_timer
 
int msec
 
bool m_bAlive
 

Detailed Description

Definition at line 203 of file androidUTIL.h.

Constructor & Destructor Documentation

◆ InProgressIndicator() [1/2]

InProgressIndicator::InProgressIndicator ( )

Definition at line 5367 of file androidUTIL.cpp.

◆ InProgressIndicator() [2/2]

InProgressIndicator::InProgressIndicator ( wxWindow *  parent,
wxWindowID  id,
int  range,
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxDefaultSize,
long  style = wxGA_HORIZONTAL,
const wxValidator &  validator = wxDefaultValidator,
const wxString &  name = "inprogress" 
)

Definition at line 5371 of file androidUTIL.cpp.

◆ ~InProgressIndicator()

InProgressIndicator::~InProgressIndicator ( )

Definition at line 5384 of file androidUTIL.cpp.

Member Function Documentation

◆ OnTimer()

void InProgressIndicator::OnTimer ( wxTimerEvent &  evt)

Definition at line 5389 of file androidUTIL.cpp.

◆ Start()

void InProgressIndicator::Start ( )

Definition at line 5396 of file androidUTIL.cpp.

◆ Stop()

void InProgressIndicator::Stop ( )

Definition at line 5403 of file androidUTIL.cpp.

Member Data Documentation

◆ m_bAlive

bool InProgressIndicator::m_bAlive

Definition at line 222 of file androidUTIL.h.

◆ m_timer

wxTimer InProgressIndicator::m_timer

Definition at line 220 of file androidUTIL.h.

◆ msec

int InProgressIndicator::msec

Definition at line 221 of file androidUTIL.h.


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