ngscopeclient 0.1-dev+51fbda87c
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
TriggerPropertiesPage Class Reference

Public Member Functions

 TriggerPropertiesPage (std::shared_ptr< Oscilloscope > scope)
 
void Render (bool graphEditorMode)
 Run the properties for this page.
 

Public Attributes

std::shared_ptr< Oscilloscopem_scope
 

Protected Member Functions

void FindAllStreams (std::vector< StreamDescriptor > &streams)
 Get every stream that might be usable as an input to this trigger.
 
bool StartSection (const std::string &name, bool graphEditorMode)
 Starts a hierarchical block of widgets. More...
 
void EndSection (bool graphEditorMode)
 Ends a section started with StartSection()
 

Protected Attributes

float m_committedLevel = 0
 
std::string m_triggerLevel
 
float m_committedTriggerOffset = 0
 
std::string m_triggerOffset
 
std::map< std::string, std::string > m_paramTempValues
 
bool m_cdrLockState
 
double m_tLastCdrPoll
 

Member Function Documentation

◆ StartSection()

bool TriggerPropertiesPage::StartSection ( const std::string &  name,
bool  graphEditorMode 
)
protected

Starts a hierarchical block of widgets.

May be either a collapsing header or tree node depending on if we're embedded in the filter graph editor or not


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