SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
WFMMod::MsgConfigureFileSourceSeek Class Reference

#include <wfmmod.h>

+ Inheritance diagram for WFMMod::MsgConfigureFileSourceSeek:
+ Collaboration diagram for WFMMod::MsgConfigureFileSourceSeek:

Public Member Functions

int getPercentage () const
 
- Public Member Functions inherited from Message
 Message ()
 
virtual ~Message ()
 
virtual const char * getIdentifier () const
 
virtual bool matchIdentifier (const char *identifier) const
 
void * getDestination () const
 
void setDestination (void *destination)
 

Static Public Member Functions

static MsgConfigureFileSourceSeekcreate (int seekPercentage)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Protected Member Functions

 MsgConfigureFileSourceSeek (int seekPercentage)
 

Protected Attributes

int m_seekPercentage
 percentage of seek position from the beginning 0..100 More...
 
- Protected Attributes inherited from Message
void * m_destination
 

Additional Inherited Members

- Static Protected Attributes inherited from Message
static const char * m_identifier = 0
 

Detailed Description

Definition at line 119 of file wfmmod.h.

Constructor & Destructor Documentation

◆ MsgConfigureFileSourceSeek()

WFMMod::MsgConfigureFileSourceSeek::MsgConfigureFileSourceSeek ( int  seekPercentage)
inlineprotected

Definition at line 134 of file wfmmod.h.

134  :
135  Message(),
136  m_seekPercentage(seekPercentage)
137  { }
int m_seekPercentage
percentage of seek position from the beginning 0..100
Definition: wfmmod.h:132
Message()
Definition: message.cpp:26

Member Function Documentation

◆ create()

static MsgConfigureFileSourceSeek* WFMMod::MsgConfigureFileSourceSeek::create ( int  seekPercentage)
inlinestatic

Definition at line 126 of file wfmmod.h.

Referenced by WFMModGUI::on_navTimeSlider_valueChanged().

127  {
128  return new MsgConfigureFileSourceSeek(seekPercentage);
129  }
MsgConfigureFileSourceSeek(int seekPercentage)
Definition: wfmmod.h:134
+ Here is the caller graph for this function:

◆ getPercentage()

int WFMMod::MsgConfigureFileSourceSeek::getPercentage ( ) const
inline

Definition at line 124 of file wfmmod.h.

Referenced by WFMMod::handleMessage().

124 { return m_seekPercentage; }
int m_seekPercentage
percentage of seek position from the beginning 0..100
Definition: wfmmod.h:132
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_seekPercentage

int WFMMod::MsgConfigureFileSourceSeek::m_seekPercentage
protected

percentage of seek position from the beginning 0..100

Definition at line 132 of file wfmmod.h.


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