![]() |
Inviwo
0.9.10.1
Inviwo documentation
|
This is the complete list of members for inviwo::glui::BoolPropertyWidget, including all inherited members.
| action_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| addObservation(ObservableInterface *observable) | inviwo::Observer | protected |
| adjustColor(const vec4 &color) (defined in inviwo::glui::Element) | inviwo::glui::Element | protectedstatic |
| boldLabel_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| BoolPropertyWidget(BoolProperty &property, Processor &processor, Renderer &uiRenderer, const ivec2 &extent=ivec2(24, 24)) (defined in inviwo::glui::BoolPropertyWidget) | inviwo::glui::BoolPropertyWidget | |
| CheckBox(const std::string &label, Processor &processor, Renderer &uiRenderer, const ivec2 &extent=ivec2(24, 24)) (defined in inviwo::glui::CheckBox) | inviwo::glui::CheckBox | |
| checked_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| classIdentifier (defined in inviwo::glui::BoolPropertyWidget) | inviwo::glui::BoolPropertyWidget | static |
| currentPickingID_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| Element(const std::string &label, Processor &processor, Renderer &uiRenderer, UIOrientation orientation=UIOrientation::Horizontal) (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| enabled_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| extent_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| getClassIdentifier() const override (defined in inviwo::glui::BoolPropertyWidget) | inviwo::glui::BoolPropertyWidget | virtual |
| getCurrentTextRenderer() const | inviwo::glui::Element | protected |
| getEditorWidget() const (defined in inviwo::PropertyWidget) | inviwo::PropertyWidget | virtual |
| getExtent() | inviwo::glui::Element | |
| getFontSize() const (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| getLabel() const (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| getOrientation() const (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| getProperty() (defined in inviwo::PropertyWidget) | inviwo::PropertyWidget | virtual |
| getScalingFactor() const (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| getValue() const (defined in inviwo::glui::CheckBox) | inviwo::glui::CheckBox | |
| getWidgetExtent() const (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| getWidgetExtentScaled() const | inviwo::glui::Element | |
| handlePickingEvent(PickingEvent *e) (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| hasEditorWidget() const (defined in inviwo::PropertyWidget) | inviwo::PropertyWidget | virtual |
| hovered_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| isChecked() const (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| isDirty() const (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| isEnabled() const (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| isHovered() const (defined in inviwo::glui::Element) | inviwo::glui::Element | inline |
| isLabelBold() const (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| isLabelVisible() const (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| isPushed() const (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| isVisible() const (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| labelDirty_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| labelExtent_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| labelFontSize_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| labelPos_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| labelStr_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| labelTexture_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| labelVisible_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| marginScale() const (defined in inviwo::glui::Element) | inviwo::glui::Element | protectedvirtual |
| moveAction(const dvec2 &delta) | inviwo::glui::Element | protected |
| moveAction_ | inviwo::glui::Element | protected |
| observables_ (defined in inviwo::Observer) | inviwo::Observer | protected |
| ObservableSet typedef (defined in inviwo::Observer) | inviwo::Observer | protected |
| Observer()=default (defined in inviwo::Observer) | inviwo::Observer | |
| Observer(const Observer &other) (defined in inviwo::Observer) | inviwo::Observer | |
| Observer(Observer &&other) (defined in inviwo::Observer) | inviwo::Observer | |
| onSetDisplayName(Property *property, const std::string &displayName) override (defined in inviwo::glui::BoolPropertyWidget) | inviwo::glui::BoolPropertyWidget | virtual |
| onSetIdentifier(Property *property, const std::string &identifier) (defined in inviwo::PropertyObserver) | inviwo::PropertyObserver | virtual |
| onSetReadOnly(Property *property, bool readonly) override (defined in inviwo::glui::BoolPropertyWidget) | inviwo::glui::BoolPropertyWidget | virtual |
| onSetSemantics(Property *property, const PropertySemantics &semantics) (defined in inviwo::PropertyObserver) | inviwo::PropertyObserver | virtual |
| onSetUsageMode(Property *property, UsageMode usageMode) (defined in inviwo::PropertyObserver) | inviwo::PropertyObserver | virtual |
| onSetVisible(Property *property, bool visible) override (defined in inviwo::glui::BoolPropertyWidget) | inviwo::glui::BoolPropertyWidget | virtual |
| operator=(Observer &&other) (defined in inviwo::Observer) | inviwo::Observer | |
| operator=(const Observer &other) (defined in inviwo::Observer) | inviwo::Observer | |
| orientation_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| pickingAction_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| pickingMapper_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| processor_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| PropertyObserver()=default (defined in inviwo::PropertyObserver) | inviwo::PropertyObserver | |
| PropertyWidget() (defined in inviwo::PropertyWidget) | inviwo::PropertyWidget | |
| PropertyWidget(Property *property) | inviwo::PropertyWidget | |
| pushed_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| pushStateChanged() | inviwo::glui::Element | inlineprotectedvirtual |
| removeObservation(ObservableInterface *observable) | inviwo::Observer | |
| removeObservations() (defined in inviwo::Observer) | inviwo::Observer | |
| render(const ivec2 &origin, const size2_t &canvasDim) | inviwo::glui::Element | |
| renderLabel(const ivec2 &origin, const size2_t &canvasDim) (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| scalingFactor_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| setAction(const std::function< void()> &action) | inviwo::glui::Element | |
| setChecked(bool checked) (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| setEnabled(bool enable=true) (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| setFontSize(int size) (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| setHoverState(bool enable) (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| setLabel(const std::string &str) (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| setLabelBold(bool bold) (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| setLabelVisible(bool visible=true) (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| setMouseMoveAction(const std::function< bool(const dvec2 &)> &action) | inviwo::glui::Element | protected |
| setOrientation(UIOrientation orientation) (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| setPickingEventAction(std::function< void(PickingEvent *e)> pickingAction) | inviwo::glui::Element | |
| setPushedState(bool pushed) (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| setScalingFactor(double factor) (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| setValue(bool value) (defined in inviwo::glui::CheckBox) | inviwo::glui::CheckBox | |
| setVisible(bool visible=true) (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| setWidgetExtent(const ivec2 &extent) | inviwo::glui::Element | |
| setWidgetExtentScaled(const ivec2 &extent) | inviwo::glui::Element | |
| triggerAction() | inviwo::glui::Element | protected |
| uiRenderer_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| UIState enum name (defined in inviwo::glui::Element) | inviwo::glui::Element | |
| updateExtent() (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| updateFromProperty() override | inviwo::glui::BoolPropertyWidget | virtual |
| updateLabel() (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| updateLabelPos() (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| visible_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| widgetExtent_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| widgetPos_ (defined in inviwo::glui::Element) | inviwo::glui::Element | protected |
| ~BoolPropertyWidget()=default (defined in inviwo::glui::BoolPropertyWidget) | inviwo::glui::BoolPropertyWidget | virtual |
| ~CheckBox()=default (defined in inviwo::glui::CheckBox) | inviwo::glui::CheckBox | virtual |
| ~Element() (defined in inviwo::glui::Element) | inviwo::glui::Element | virtual |
| ~Observer() | inviwo::Observer | virtual |
| ~PropertyObserver()=default (defined in inviwo::PropertyObserver) | inviwo::PropertyObserver | virtual |
| ~PropertyWidget() | inviwo::PropertyWidget | virtual |