|
|
This is the complete list of members for TabProxy, including all inherited members.
| getButton(std::string const &name) | TabProxy | |
| getButtonClicked(std::string const &name) | TabProxy | |
| getValue(std::string const &name) | TabProxy | inline |
| getValue(T &val, std::string const &name) | TabProxy | inline |
| getValue(std::atomic< T > &val, std::string const &name) | TabProxy | inline |
| getWidgetState(std::string const &name) | TabProxy | inline |
| hasValueChanged(std::string const &name) | TabProxy | |
| internalButtonClicked(std::string const &name) const | TabProxy | inline |
| internalGetValue(std::string const &name) const | TabProxy | inline |
| internalSetDisabled(std::string const &name, bool disabled) | TabProxy | inline |
| internalSetHidden(std::string const &name, bool hidden) | TabProxy | inline |
| internalSetValue(std::string const &name, T const &value) | TabProxy | inline |
| receiveUpdates() | TabProxy | inline |
| remove() | TabProxy | inline |
| sendUpdates() | TabProxy | inline |
| setValue(const T &val, std::string const &name) | TabProxy | inline |
| setValue(const std::atomic< T > &val, std::string const &name) | TabProxy | inline |
| TabProxy()=default | TabProxy | |
| TabProxy(RemoteGuiInterfacePrx const &remoteGui, std::string const &tabId) | TabProxy | inline |