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
LocalSource::MsgConfigureLocalSource Class Reference

#include <localsource.h>

+ Inheritance diagram for LocalSource::MsgConfigureLocalSource:
+ Collaboration diagram for LocalSource::MsgConfigureLocalSource:

Public Member Functions

const LocalSourceSettingsgetSettings () const
 
bool getForce () 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 MsgConfigureLocalSourcecreate (const LocalSourceSettings &settings, bool force)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Private Member Functions

 MsgConfigureLocalSource (const LocalSourceSettings &settings, bool force)
 

Private Attributes

LocalSourceSettings m_settings
 
bool m_force
 

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 41 of file localsource.h.

Constructor & Destructor Documentation

◆ MsgConfigureLocalSource()

LocalSource::MsgConfigureLocalSource::MsgConfigureLocalSource ( const LocalSourceSettings settings,
bool  force 
)
inlineprivate

Definition at line 57 of file localsource.h.

Referenced by create().

57  :
58  Message(),
59  m_settings(settings),
60  m_force(force)
61  { }
Message()
Definition: message.cpp:26
+ Here is the caller graph for this function:

Member Function Documentation

◆ create()

static MsgConfigureLocalSource* LocalSource::MsgConfigureLocalSource::create ( const LocalSourceSettings settings,
bool  force 
)
inlinestatic

Definition at line 48 of file localsource.h.

References MsgConfigureLocalSource().

Referenced by LocalSourceGUI::applySettings(), LocalSource::deserialize(), and LocalSource::webapiSettingsPutPatch().

49  {
50  return new MsgConfigureLocalSource(settings, force);
51  }
MsgConfigureLocalSource(const LocalSourceSettings &settings, bool force)
Definition: localsource.h:57
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getForce()

bool LocalSource::MsgConfigureLocalSource::getForce ( ) const
inline

Definition at line 46 of file localsource.h.

References m_force.

Referenced by LocalSource::handleMessage().

+ Here is the caller graph for this function:

◆ getSettings()

const LocalSourceSettings& LocalSource::MsgConfigureLocalSource::getSettings ( ) const
inline

Definition at line 45 of file localsource.h.

References m_settings.

Referenced by LocalSourceGUI::handleMessage(), and LocalSource::handleMessage().

45 { return m_settings; }
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_force

bool LocalSource::MsgConfigureLocalSource::m_force
private

Definition at line 55 of file localsource.h.

Referenced by getForce().

◆ m_settings

LocalSourceSettings LocalSource::MsgConfigureLocalSource::m_settings
private

Definition at line 54 of file localsource.h.

Referenced by getSettings().


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