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
MainCore::MsgDeletePreset Class Reference
+ Inheritance diagram for MainCore::MsgDeletePreset:
+ Collaboration diagram for MainCore::MsgDeletePreset:

Public Member Functions

const PresetgetPreset () 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 MsgDeletePresetcreate (const Preset *preset)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Private Member Functions

 MsgDeletePreset (const Preset *preset)
 

Private Attributes

const Presetm_preset
 

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 124 of file maincore.h.

Constructor & Destructor Documentation

◆ MsgDeletePreset()

MainCore::MsgDeletePreset::MsgDeletePreset ( const Preset preset)
inlineprivate

Definition at line 138 of file maincore.h.

138  :
139  Message(),
140  m_preset(preset)
141  { }
const Preset * m_preset
Definition: maincore.h:136
Message()
Definition: message.cpp:26

Member Function Documentation

◆ create()

static MsgDeletePreset* MainCore::MsgDeletePreset::create ( const Preset preset)
inlinestatic

Definition at line 130 of file maincore.h.

Referenced by WebAPIAdapterSrv::instancePresetDelete().

131  {
132  return new MsgDeletePreset(preset);
133  }
MsgDeletePreset(const Preset *preset)
Definition: maincore.h:138
+ Here is the caller graph for this function:

◆ getPreset()

const Preset* MainCore::MsgDeletePreset::getPreset ( ) const
inline

Definition at line 128 of file maincore.h.

Referenced by MainCore::handleMessage().

128 { return m_preset; }
const Preset * m_preset
Definition: maincore.h:136
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_preset

const Preset* MainCore::MsgDeletePreset::m_preset
private

Definition at line 136 of file maincore.h.


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