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

Public Member Functions

int getDirection () 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 MsgAddDeviceSetcreate (int direction)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Private Member Functions

 MsgAddDeviceSet (int direction)
 

Private Attributes

int m_direction
 

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 159 of file mainwindow.h.

Constructor & Destructor Documentation

◆ MsgAddDeviceSet()

MainWindow::MsgAddDeviceSet::MsgAddDeviceSet ( int  direction)
inlineprivate

Definition at line 173 of file mainwindow.h.

173  :
174  Message(),
175  m_direction(direction)
176  { }
Message()
Definition: message.cpp:26

Member Function Documentation

◆ create()

static MsgAddDeviceSet* MainWindow::MsgAddDeviceSet::create ( int  direction)
inlinestatic

Definition at line 165 of file mainwindow.h.

Referenced by WebAPIAdapterGUI::instanceDeviceSetPost().

166  {
167  return new MsgAddDeviceSet(direction);
168  }
MsgAddDeviceSet(int direction)
Definition: mainwindow.h:173
+ Here is the caller graph for this function:

◆ getDirection()

int MainWindow::MsgAddDeviceSet::getDirection ( ) const
inline

Definition at line 163 of file mainwindow.h.

Referenced by MainWindow::handleMessage().

163 { return m_direction; }
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_direction

int MainWindow::MsgAddDeviceSet::m_direction
private

Definition at line 171 of file mainwindow.h.


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