Electroneum
Electroneum::DeviceProgress Struct Reference

#include <wallet2_api.h>

Public Member Functions

 DeviceProgress ()
 
 DeviceProgress (double progress, bool indeterminate=false)
 
virtual double progress () const
 
virtual bool indeterminate () const
 

Protected Attributes

double m_progress
 
bool m_indeterminate
 

Detailed Description

Definition at line 335 of file wallet2_api.h.

Constructor & Destructor Documentation

◆ DeviceProgress() [1/2]

Electroneum::DeviceProgress::DeviceProgress ( )
inline

Definition at line 336 of file wallet2_api.h.

◆ DeviceProgress() [2/2]

Electroneum::DeviceProgress::DeviceProgress ( double  progress,
bool  indeterminate = false 
)
inline

Definition at line 337 of file wallet2_api.h.

Member Function Documentation

◆ indeterminate()

virtual bool Electroneum::DeviceProgress::indeterminate ( ) const
inlinevirtual

Definition at line 340 of file wallet2_api.h.

340 { return m_indeterminate; }

◆ progress()

virtual double Electroneum::DeviceProgress::progress ( ) const
inlinevirtual

Definition at line 339 of file wallet2_api.h.

339 { return m_progress; }

Member Data Documentation

◆ m_indeterminate

bool Electroneum::DeviceProgress::m_indeterminate
protected

Definition at line 344 of file wallet2_api.h.

◆ m_progress

double Electroneum::DeviceProgress::m_progress
protected

Definition at line 343 of file wallet2_api.h.


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