Electroneum
Loading...
Searching...
No Matches
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.

Here is the call graph for this function:

Member Function Documentation

◆ indeterminate()

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

Definition at line 340 of file wallet2_api.h.

340{ return m_indeterminate; }
Here is the caller graph for this function:

◆ progress()

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

Definition at line 339 of file wallet2_api.h.

339{ return m_progress; }
Here is the caller graph for this function:

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:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/src/wallet/api/wallet2_api.h