|
ngscopeclient v0.3
|
This is the complete list of members for StreamBrowserDialog, including all inherited members.
| BADGE_ARMED enum value (defined in StreamBrowserDialog) | StreamBrowserDialog | protected |
| BADGE_AUTO enum value (defined in StreamBrowserDialog) | StreamBrowserDialog | protected |
| BADGE_BUSY enum value (defined in StreamBrowserDialog) | StreamBrowserDialog | protected |
| BADGE_STOPPED enum value (defined in StreamBrowserDialog) | StreamBrowserDialog | protected |
| BADGE_TRIGGERED enum value (defined in StreamBrowserDialog) | StreamBrowserDialog | protected |
| BeginBlock(const char *label, bool withButton=false, const char *tooltip=nullptr) (defined in StreamBrowserDialog) | StreamBrowserDialog | protected |
| Combo(const std::string &label, const std::vector< std::string > &items, int &selection, bool *open=nullptr) | Dialog | static |
| Dialog(const std::string &title, const std::string &id, ImVec2 defaultSize=ImVec2(300, 100), Session *session=nullptr, MainWindow *parent=nullptr) (defined in Dialog) | Dialog | |
| DoFrequencySettings(std::shared_ptr< Oscilloscope > scope) (defined in StreamBrowserDialog) | StreamBrowserDialog | protected |
| DoItemHelp() (defined in StreamBrowserDialog) | StreamBrowserDialog | protected |
| DoRender() override | StreamBrowserDialog | virtual |
| DoSpectrometerSettings(std::shared_ptr< SCPISpectrometer > spec) (defined in StreamBrowserDialog) | StreamBrowserDialog | protected |
| DoTimebaseSettings(std::shared_ptr< Oscilloscope > scope) | StreamBrowserDialog | protected |
| EndBlock() (defined in StreamBrowserDialog) | StreamBrowserDialog | protected |
| FlushConfigCache() (defined in StreamBrowserDialog) | StreamBrowserDialog | |
| GetID() (defined in Dialog) | Dialog | inline |
| GetTimebaseInfoFor(std::shared_ptr< Oscilloscope > &scope) (defined in StreamBrowserDialog) | StreamBrowserDialog | protected |
| GetTitleAndID() (defined in Dialog) | Dialog | inline |
| HelpMarker(const std::string &str) (defined in Dialog) | Dialog | static |
| HelpMarker(const std::string &header, const std::vector< std::string > &bullets) (defined in Dialog) | Dialog | static |
| InstrumentBadge enum name | StreamBrowserDialog | protected |
| IntInputWithImplicitApply(const std::string &label, int ¤tValue, int &committedValue) (defined in Dialog) | Dialog | protected |
| m_badgeXCur (defined in StreamBrowserDialog) | StreamBrowserDialog | protected |
| m_badgeXMin | StreamBrowserDialog | protected |
| m_defaultSize (defined in Dialog) | Dialog | protected |
| m_editedItemId | Dialog | protected |
| m_errorPopupMessage (defined in Dialog) | Dialog | protected |
| m_errorPopupTitle (defined in Dialog) | Dialog | protected |
| m_id (defined in Dialog) | Dialog | protected |
| m_instrumentDownloadIsSlow (defined in StreamBrowserDialog) | StreamBrowserDialog | protected |
| m_instrumentLastBadge | StreamBrowserDialog | protected |
| m_lastEditedItemId | Dialog | protected |
| m_open (defined in Dialog) | Dialog | protected |
| m_parent | Dialog | protected |
| m_session | Dialog | protected |
| m_streamGroupDesciptor | StreamBrowserDialog | protected |
| m_timebaseConfig | StreamBrowserDialog | protected |
| m_title (defined in Dialog) | Dialog | protected |
| Render() | Dialog | virtual |
| Render7SegmentDigit(ImDrawList *drawList, uint8_t digit, ImVec2 size, ImVec2 position, float thikness, ImU32 colorOn, ImU32 colorOff) | Dialog | protected |
| Render7SegmentValue(const std::string &value, ImVec4 color, float digitHeight) | Dialog | protected |
| Render7SegmentValue(const std::string &value, ImVec4 color, float digitHeight, bool &clicked, bool &hovered, bool clickable=true) | Dialog | protected |
| RenderAsChild() | Dialog | |
| renderAwgProperties(std::shared_ptr< FunctionGenerator > awg, FunctionGeneratorChannel *awgchan) | StreamBrowserDialog | protected |
| renderBadge(ImU32 color,...) | StreamBrowserDialog | protected |
| Dialog::renderBadge(float width, ImVec4 color, const std::string &label) | Dialog | protected |
| renderChannelNode(std::shared_ptr< Instrument > instrument, size_t channelIndex, bool isLast) | StreamBrowserDialog | protected |
| renderChannelProperties(std::shared_ptr< Oscilloscope > scope, OscilloscopeChannel *scopechan, size_t channelIndex, std::shared_ptr< OscilloscopeState > scopeState) | StreamBrowserDialog | protected |
| renderCombo(const char *label, bool alignRight, ImVec4 color, int &selected, const std::vector< std::string > &values, bool useColorForText=false, uint8_t cropTextTo=0, bool hideArrow=true, float paddingRight=0) (defined in StreamBrowserDialog) | StreamBrowserDialog | protected |
| renderCombo(const char *label, bool alignRight, ImVec4 color, int *selected,...) | StreamBrowserDialog | protected |
| renderDmmProperties(std::shared_ptr< Multimeter > dmm, MultimeterChannel *dmmchan, bool isMain, bool &clicked, bool &hovered) | StreamBrowserDialog | protected |
| renderDownloadProgress(std::shared_ptr< Instrument > inst, InstrumentChannel *chan, bool isLast) | StreamBrowserDialog | protected |
| renderEditableProperty(float width, const std::string &label, std::string ¤tValue, T &committedValue, Unit unit, const char *tooltip=nullptr, std::optional< ImVec4 > optcolor=std::nullopt, bool allow7SegmentDisplay=false, bool explicitApply=false) (defined in Dialog) | Dialog | protected |
| renderEditableProperty(float width, const string &label, string ¤tValue, T &committedValue, Unit unit, const char *tooltip, optional< ImVec4 > optcolor, bool allow7SegmentDisplay, bool explicitApply) | Dialog | |
| renderEditablePropertyWithExplicitApply(float width, const std::string &label, std::string ¤tValue, T &committedValue, Unit unit, const char *tooltip=nullptr, std::optional< ImVec4 > optcolor=std::nullopt, bool allow7SegmentDisplay=false) | Dialog | protected |
| RenderErrorPopup() | Dialog | protected |
| renderFilterNode(Filter *filter) | StreamBrowserDialog | protected |
| renderInstrumentBadge(std::shared_ptr< Instrument > inst, bool latched, InstrumentBadge badge) | StreamBrowserDialog | protected |
| renderInstrumentNode(std::shared_ptr< Instrument > instrument) | StreamBrowserDialog | protected |
| renderNumericValue(const std::string &value, bool &clicked, bool &hovered, std::optional< ImVec4 > optcolor=std::nullopt, bool allow7SegmentDisplay=false, float digitHeight=0, bool clickable=true) | Dialog | protected |
| renderOnOffToggle(const char *label, bool alignRight, bool &curValue, const char *valueOff="OFF", const char *valueOn="ON", uint8_t cropTextTo=0, float paddingRight=0) | StreamBrowserDialog | protected |
| renderPsuRows(bool isVoltage, bool cc, PowerSupplyChannel *chan, std::string ¤tValue, float &committedValue, std::string &measuredValue, bool &clicked, bool &hovered) | StreamBrowserDialog | protected |
| renderReadOnlyProperty(float width, const std::string &label, const std::string &value, const char *tooltip=nullptr) | Dialog | protected |
| renderStreamNode(std::shared_ptr< Instrument > instrument, InstrumentChannel *channel, size_t streamIndex, bool renderName, bool renderProps) | StreamBrowserDialog | protected |
| renderToggle(const char *label, bool alignRight, ImVec4 color, bool &curValue, const char *valueOff="OFF", const char *valueOn="ON", uint8_t cropTextTo=0, float paddingRight=0) | StreamBrowserDialog | protected |
| ShowErrorPopup(const std::string &title, const std::string &msg) | Dialog | protected |
| SmallDisabledButton(const char *label) | StreamBrowserDialog | inlineprotected |
| startBadgeLine() | StreamBrowserDialog | protected |
| StreamBrowserDialog(Session &session, MainWindow *parent) (defined in StreamBrowserDialog) | StreamBrowserDialog | |
| TextInputWithExplicitApply(const std::string &label, std::string ¤tValue, std::string &committedValue) (defined in Dialog) | Dialog | protected |
| TextInputWithImplicitApply(const std::string &label, std::string ¤tValue, std::string &committedValue) (defined in Dialog) | Dialog | static |
| Tooltip(const std::string &str, bool allowDisabled=false) | Dialog | static |
| UnitInputWithExplicitApply(const std::string &label, std::string ¤tValue, float &committedValue, Unit unit) | Dialog | protected |
| UnitInputWithImplicitApply(const std::string &label, std::string ¤tValue, float &committedValue, Unit unit) | Dialog | static |
| UnitInputWithImplicitApply(const std::string &label, std::string ¤tValue, double &committedValue, Unit unit) | Dialog | static |
| UnitInputWithImplicitApply(const std::string &label, std::string ¤tValue, int64_t &committedValue, Unit unit) | Dialog | static |
| ~Dialog() (defined in Dialog) | Dialog | virtual |
| ~StreamBrowserDialog() (defined in StreamBrowserDialog) | StreamBrowserDialog | virtual |