Anchor enum name | ViewOverlay | |
AnchorPoint enum name | InteractiveOverlay | |
anchorPoint (defined in InteractiveOverlay) | InteractiveOverlay | |
anchorPoint() const | InteractiveOverlay | inline |
anchorPointChanged(InteractiveOverlay::AnchorPoint anchorPoint) (defined in InteractiveOverlay) | InteractiveOverlay | signal |
Bottom enum value | InteractiveOverlay | |
BottomLeft enum value | InteractiveOverlay | |
BottomRight enum value | InteractiveOverlay | |
click() override (defined in InteractiveViewOptionsOverlay) | InteractiveViewOptionsOverlay | slot |
clicked() | InteractiveButtonOverlay | signal |
Configurable()=default (defined in Configurable) | Configurable | |
Configurable(const Configurable &rhs) (defined in Configurable) | Configurable | |
Configurable(Configurable &&rhs) noexcept (defined in Configurable) | Configurable | |
configuration(Properties *p) const override | ViewOverlay | virtual |
configure(const Properties *p) override | ViewOverlay | virtual |
configureDefaults() | Configurable | virtual |
disconnectAll() | SignalReceiver | protected |
DisplayOptionsWidgetCreator typedef (defined in InteractiveViewOptionsOverlay) | InteractiveViewOptionsOverlay | |
displayOptionsWidgetCreator() const | InteractiveViewOptionsOverlay | |
eventFilter(QObject *watched, QEvent *event) override (defined in InteractiveViewOptionsOverlay) | InteractiveViewOptionsOverlay | |
Fill enum value | InteractiveOverlay | |
glOverlay() const | ViewOverlay | inline |
glOverlay() | ViewOverlay | inline |
handleInputEvent(const GUI::InputEvent &event) override | InteractiveOverlay | virtual |
horizontalMargin() const | InteractiveOverlay | |
InteractiveButtonOverlay(AnchorPoint anchor) (defined in InteractiveButtonOverlay) | InteractiveButtonOverlay | |
InteractiveOverlay(std::unique_ptr< GlOverlay > overlay, AnchorPoint anchor) | InteractiveOverlay | |
InteractiveOverlay(GlOverlay &overlay, AnchorPoint anchor) | InteractiveOverlay | |
InteractiveOverlay(GlOverlay *overlay, AnchorPoint anchor, bool ownOverlay=true) | InteractiveOverlay | |
InteractiveViewOptionsOverlay(Type type, AnchorPoint anchor, GUI::DisplayBase &disp, GUI::View &view) | InteractiveViewOptionsOverlay | |
isVisible() const | ViewOverlay | inline |
LayoutDirection enum name | ViewOverlay | |
Left enum value | InteractiveOverlay | |
m_2dDisplayOptionsInvertVisible (defined in InteractiveViewOptionsOverlay) | InteractiveViewOptionsOverlay | protected |
m_3dDisplayOptionsInvertVisible (defined in InteractiveViewOptionsOverlay) | InteractiveViewOptionsOverlay | protected |
m_3dViewOptionsCreator (defined in InteractiveViewOptionsOverlay) | InteractiveViewOptionsOverlay | protected |
m_anchorPoint | InteractiveOverlay | protected |
m_disp | InteractiveViewOptionsOverlay | protected |
m_displayOptionsCreator (defined in InteractiveViewOptionsOverlay) | InteractiveViewOptionsOverlay | protected |
m_displayOptionsWidget | InteractiveViewOptionsOverlay | protected |
m_glOverlay (defined in ViewOverlay) | ViewOverlay | protected |
m_icon | InteractiveViewOptionsOverlay | protected |
m_interaction | InteractiveOverlay | protected |
m_isVisible (defined in ViewOverlay) | ViewOverlay | protected |
m_margin (defined in ViewOverlay) | ViewOverlay | protected |
m_menu | InteractiveViewOptionsOverlay | protected |
m_overlay | InteractiveOverlay | protected |
m_ownOverlay | InteractiveOverlay | protected |
m_params | Configurable | protected |
m_type | InteractiveViewOptionsOverlay | protected |
m_view | InteractiveViewOptionsOverlay | protected |
m_viewport (defined in ViewOverlay) | ViewOverlay | protected |
m_visibleSections2d (defined in InteractiveViewOptionsOverlay) | InteractiveViewOptionsOverlay | protected |
m_visibleSections3d (defined in InteractiveViewOptionsOverlay) | InteractiveViewOptionsOverlay | protected |
margin() const | ViewOverlay | inline |
minimalSizeHint() const | ViewOverlay | |
minimalSizeHintHeight() const | InteractiveOverlay | virtual |
minimalSizeHintWidth() const | InteractiveOverlay | virtual |
operator=(const Configurable &) (defined in Configurable) | Configurable | |
operator=(Configurable &&) noexcept (defined in Configurable) | Configurable | |
ImFusion::SignalReceiver::operator=(SignalReceiver rhs) | SignalReceiver | |
overlay() const | InteractiveOverlay | inline |
overlay() | InteractiveOverlay | inline |
rect() const | InteractiveOverlay | inline |
registerParameter(ParameterBase *param) | Configurable | |
render() | ViewOverlay | virtual |
Right enum value | InteractiveOverlay | |
sceneEvent(QEvent *event) | InteractiveOverlay | virtual |
set2dDisplayOptionsInvertVisible(bool visible) (defined in InteractiveViewOptionsOverlay) | InteractiveViewOptionsOverlay | inline |
set3dDisplayOptionsInvertVisible(bool visible) | InteractiveViewOptionsOverlay | inline |
setAnchorPoint(AnchorPoint anchorPoint) | InteractiveOverlay | |
setDisplayOptionsWidgetCreator(DisplayOptionsWidgetCreator displayOptionsCreator) | InteractiveViewOptionsOverlay | |
setHighlight(bool highlight) | InteractiveButtonOverlay | |
setIcon(SharedImage *icon) | InteractiveButtonOverlay | |
setIcon(std::shared_ptr< GlImage > icon) | InteractiveButtonOverlay | |
setInteraction(std::unique_ptr< OverlayInteraction > interaction) | InteractiveOverlay | virtual |
setMargin(int horizontal, int vertical) | InteractiveOverlay | |
ImFusion::GUI::ViewOverlay::setMargin(const vec2i &value) | ViewOverlay | |
setMinimalSizeHint(int width, int height) | InteractiveOverlay | virtual |
setOverlay(GlOverlay *overlay, bool ownOverlay) | InteractiveOverlay | protected |
setSizeHint(int width, int height) | InteractiveOverlay | virtual |
setViewOptions3dWidgetCreator(std::function< QWidget *()> viewOpts3dWidget) | InteractiveViewOptionsOverlay | |
setVisible(bool value) | ViewOverlay | virtual |
setVisibleDisplayOptions2dSections(Flags< DisplayOptions2dWidget::Sections > visibleSections) | InteractiveViewOptionsOverlay | |
setVisibleDisplayOptions3dSections(Flags< DisplayOptions3dWidget::Sections > visibleSections) | InteractiveViewOptionsOverlay | |
signalLayoutNeeded | ViewOverlay | |
signalParametersChanged | Configurable | |
SignalReceiver()=default | SignalReceiver | |
SignalReceiver(const SignalReceiver &other) | SignalReceiver | |
signalUpdateRequested | ViewOverlay | |
sizeHint() const | ViewOverlay | |
sizeHintHeight() const | InteractiveOverlay | virtual |
sizeHintWidth() const | InteractiveOverlay | virtual |
Top enum value | InteractiveOverlay | |
TopLeft enum value | InteractiveOverlay | |
TopRight enum value | InteractiveOverlay | |
Type enum name | InteractiveViewOptionsOverlay | |
type() const (defined in InteractiveViewOptionsOverlay) | InteractiveViewOptionsOverlay | inline |
unregisterParameter(const ParameterBase *param) | Configurable | |
verticalMargin() const | InteractiveOverlay | |
ViewOverlay(std::unique_ptr< GlOverlay > glOverlay) | ViewOverlay | |
viewport() | ViewOverlay | inline |
~Configurable() (defined in Configurable) | Configurable | virtual |
~InteractiveOverlay() override (defined in InteractiveOverlay) | InteractiveOverlay | |
~InteractiveViewOptionsOverlay() override (defined in InteractiveViewOptionsOverlay) | InteractiveViewOptionsOverlay | |
~SignalReceiver() | SignalReceiver | virtual |
~ViewOverlay() override (defined in ViewOverlay) | ViewOverlay | |