|
ngscopeclient v0.3
|
This is the complete list of members for MeasurementsDialog, including all inherited members.
| AddErrorMessage(const std::string &err) | FlowGraphNode | inlineprotected |
| AddErrorMessage(const std::string &title, const std::string &err) | FlowGraphNode | inlineprotected |
| AddMessage(const FlowGraphNodeMessage &msg) | FlowGraphNode | inlineprotected |
| AddMessage(Severity severity, const std::string &title, const std::string &message) | FlowGraphNode | inlineprotected |
| AddSink(size_t stream, FlowGraphNode *node) (defined in FlowGraphNode) | FlowGraphNode | inline |
| AddStream(StreamDescriptor stream) (defined in MeasurementsDialog) | MeasurementsDialog | |
| ClearEmptyInputs() | SinkNode | protected |
| ClearMessages() | FlowGraphNode | inlineprotected |
| Combo(const std::string &label, const std::vector< std::string > &items, int &selection, bool *open=nullptr) | Dialog | static |
| CreateInput(const std::string &name) override | MeasurementsDialog | virtual |
| CreateInput(StreamDescriptor stream) (defined in MeasurementsDialog) | MeasurementsDialog | virtual |
| CreateInput(const std::string &name, Args &&... args) (defined in FlowGraphNode) | FlowGraphNode | inlineprotected |
| DetachInputs() | FlowGraphNode | |
| Dialog(const std::string &title, const std::string &id, ImVec2 defaultSize=ImVec2(300, 100), Session *session=nullptr, MainWindow *parent=nullptr) (defined in Dialog) | Dialog | |
| DoRender() override | MeasurementsDialog | virtual |
| ExecutionCapabilities enum name (defined in FlowGraphNode) | FlowGraphNode | |
| FlowGraphNode() (defined in FlowGraphNode) | FlowGraphNode | |
| GetExecutionCapabilitiesMask() | FlowGraphNode | inlinevirtual |
| GetID() (defined in Dialog) | Dialog | inline |
| GetInput(size_t i) | FlowGraphNode | |
| GetInputConstraints(size_t i) | FlowGraphNode | |
| GetInputCount() | FlowGraphNode | inline |
| GetInputDisplayName(size_t i) | FlowGraphNode | protected |
| GetInputName(size_t i) (defined in FlowGraphNode) | FlowGraphNode | |
| GetInputWaveform(size_t i) | FlowGraphNode | inlineprotected |
| GetMessages() const | FlowGraphNode | inline |
| GetMostSevereMessage() const (defined in FlowGraphNode) | FlowGraphNode | |
| GetParamBegin() | FlowGraphNode | inline |
| GetParamCount() | FlowGraphNode | inline |
| GetParamEnd() | FlowGraphNode | inline |
| GetParameter(std::string s) (defined in FlowGraphNode) | FlowGraphNode | |
| GetSinks(size_t stream) (defined in FlowGraphNode) | FlowGraphNode | inline |
| GetSparseAnalogInputWaveform(size_t i) | FlowGraphNode | inlineprotected |
| GetSparseDigitalInputWaveform(size_t i) | FlowGraphNode | inlineprotected |
| GetStreamPosition(StreamDescriptor desc) | SinkNode | protected |
| GetTitleAndID() (defined in Dialog) | Dialog | inline |
| GetUniformAnalogInputWaveform(size_t i) | FlowGraphNode | inlineprotected |
| GetUniformDigitalInputWaveform(size_t i) | FlowGraphNode | inlineprotected |
| HasInput(StreamDescriptor desc) | FlowGraphNode | |
| HasMessages() const | FlowGraphNode | inline |
| HasParameter(std::string s) | FlowGraphNode | inline |
| HasStream(StreamDescriptor stream) (defined in MeasurementsDialog) | MeasurementsDialog | |
| 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 |
| IntInputWithImplicitApply(const std::string &label, int ¤tValue, int &committedValue) (defined in Dialog) | Dialog | protected |
| IsDownstreamOf(std::set< FlowGraphNode * > nodes) | FlowGraphNode | |
| LoadInputs(const YAML::Node &node, IDTable &table) (defined in FlowGraphNode) | FlowGraphNode | virtual |
| LoadParameters(const YAML::Node &node, IDTable &table) | FlowGraphNode | virtual |
| 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_inputs | FlowGraphNode | protected |
| m_inputsChangedSignal | FlowGraphNode | protected |
| m_lastEditedItemId | Dialog | protected |
| m_messages (defined in FlowGraphNode) | FlowGraphNode | protected |
| m_open (defined in Dialog) | Dialog | protected |
| m_parameters (defined in FlowGraphNode) | FlowGraphNode | protected |
| m_parametersChangedSignal | FlowGraphNode | protected |
| m_parent | Dialog | protected |
| m_session | Dialog | protected |
| m_sinks | FlowGraphNode | protected |
| m_title (defined in Dialog) | Dialog | protected |
| MeasurementsDialog(Session &session) (defined in MeasurementsDialog) | MeasurementsDialog | |
| MoveStream(StreamDescriptor desc, size_t newPosition) | SinkNode | protected |
| OnInputChanged(size_t i) | FlowGraphNode | protectedvirtual |
| ParameterMapType typedef | FlowGraphNode | |
| Refresh(vk::raii::CommandBuffer &cmdBuf, std::shared_ptr< QueueHandle > queue) override (defined in SinkNode) | SinkNode | virtual |
| RefreshInputNames() | SinkNode | protected |
| RemoveSink(size_t stream, FlowGraphNode *node) (defined in FlowGraphNode) | FlowGraphNode | inline |
| RemoveStream(size_t i) | SinkNode | protectedvirtual |
| 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 | |
| renderBadge(float width, ImVec4 color, const std::string &label) | Dialog | 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 |
| 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 |
| renderReadOnlyProperty(float width, const std::string &label, const std::string &value, const char *tooltip=nullptr) | Dialog | protected |
| SerializableObject() (defined in SerializableObject) | SerializableObject | inline |
| SerializeConfiguration(IDTable &table) | FlowGraphNode | virtual |
| SetInput(size_t i, StreamDescriptor stream, bool force=false) | FlowGraphNode | |
| SetInput(const std::string &name, StreamDescriptor stream, bool force=false) (defined in FlowGraphNode) | FlowGraphNode | |
| ShowErrorPopup(const std::string &title, const std::string &msg) | Dialog | protected |
| signal_inputsChanged() (defined in FlowGraphNode) | FlowGraphNode | inline |
| signal_parametersChanged() (defined in FlowGraphNode) | FlowGraphNode | inline |
| SinkNode() (defined in SinkNode) | SinkNode | |
| 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 |
| ValidateChannel(size_t i, StreamDescriptor stream) | FlowGraphNode | virtual |
| ~Dialog() (defined in Dialog) | Dialog | virtual |
| ~FlowGraphNode() (defined in FlowGraphNode) | FlowGraphNode | virtual |
| ~MeasurementsDialog() (defined in MeasurementsDialog) | MeasurementsDialog | virtual |
| ~SerializableObject() (defined in SerializableObject) | SerializableObject | inlinevirtual |
| ~SinkNode() (defined in SinkNode) | SinkNode | virtual |