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
MainWindow::MsgDeletePreset Class Reference
+ Inheritance diagram for MainWindow::MsgDeletePreset:
+ Collaboration diagram for MainWindow::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 139 of file mainwindow.h.

Constructor & Destructor Documentation

◆ MsgDeletePreset()

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

Definition at line 153 of file mainwindow.h.

153  :
154  Message(),
155  m_preset(preset)
156  { }
Message()
Definition: message.cpp:26

Member Function Documentation

◆ create()

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

Definition at line 145 of file mainwindow.h.

Referenced by WebAPIAdapterGUI::instancePresetDelete().

146  {
147  return new MsgDeletePreset(preset);
148  }
MsgDeletePreset(const Preset *preset)
Definition: mainwindow.h:153
+ Here is the caller graph for this function:

◆ getPreset()

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

Definition at line 143 of file mainwindow.h.

Referenced by MainWindow::handleMessage().

143 { return m_preset; }
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_preset

const Preset* MainWindow::MsgDeletePreset::m_preset
private

Definition at line 151 of file mainwindow.h.


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