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 | Private Member Functions | Private Attributes | List of all members
FileInput::MsgConfigureFileInputWork Class Reference

#include <fileinput.h>

+ Inheritance diagram for FileInput::MsgConfigureFileInputWork:
+ Collaboration diagram for FileInput::MsgConfigureFileInputWork:

Public Member Functions

bool isWorking () 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 MsgConfigureFileInputWorkcreate (bool working)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Private Member Functions

 MsgConfigureFileInputWork (bool working)
 

Private Attributes

bool m_working
 

Additional Inherited Members

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

Detailed Description

Definition at line 84 of file fileinput.h.

Constructor & Destructor Documentation

◆ MsgConfigureFileInputWork()

FileInput::MsgConfigureFileInputWork::MsgConfigureFileInputWork ( bool  working)
inlineprivate

Definition at line 98 of file fileinput.h.

98  :
99  Message(),
100  m_working(working)
101  { }
Message()
Definition: message.cpp:26

Member Function Documentation

◆ create()

static MsgConfigureFileInputWork* FileInput::MsgConfigureFileInputWork::create ( bool  working)
inlinestatic

Definition at line 90 of file fileinput.h.

Referenced by FileInputGUI::on_play_toggled().

91  {
92  return new MsgConfigureFileInputWork(working);
93  }
+ Here is the caller graph for this function:

◆ isWorking()

bool FileInput::MsgConfigureFileInputWork::isWorking ( ) const
inline

Definition at line 88 of file fileinput.h.

Referenced by FileInput::handleMessage().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_working

bool FileInput::MsgConfigureFileInputWork::m_working
private

Definition at line 96 of file fileinput.h.


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