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

Public Member Functions

bool getOneShot () 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 MsgScopeVisNGOneShotcreate (bool oneShot)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Private Member Functions

 MsgScopeVisNGOneShot (bool oneShot)
 

Private Attributes

bool m_oneShot
 

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 517 of file scopevis.h.

Constructor & Destructor Documentation

◆ MsgScopeVisNGOneShot()

ScopeVis::MsgScopeVisNGOneShot::MsgScopeVisNGOneShot ( bool  oneShot)
inlineprivate

Definition at line 532 of file scopevis.h.

532  :
533  m_oneShot(oneShot)
534  {}

Member Function Documentation

◆ create()

static MsgScopeVisNGOneShot* ScopeVis::MsgScopeVisNGOneShot::create ( bool  oneShot)
inlinestatic

Definition at line 521 of file scopevis.h.

Referenced by ScopeVis::setOneShot().

523  {
524  return new MsgScopeVisNGOneShot(oneShot);
525  }
MsgScopeVisNGOneShot(bool oneShot)
Definition: scopevis.h:532
+ Here is the caller graph for this function:

◆ getOneShot()

bool ScopeVis::MsgScopeVisNGOneShot::getOneShot ( ) const
inline

Definition at line 527 of file scopevis.h.

Referenced by ScopeVis::handleMessage().

527 { return m_oneShot; }
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_oneShot

bool ScopeVis::MsgScopeVisNGOneShot::m_oneShot
private

Definition at line 530 of file scopevis.h.


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