![]() |
ImFusion SDK 4.3
|
This is the complete list of members for InteractiveView, including all inherited members.
acceptsData(const Data *data) const | View | virtual |
addEventHandler(std::unique_ptr< EventHandler > eventHandler, int where=-1) | View | |
addInteraction(std::unique_ptr< ViewInteraction > interaction, int where=-1) | InteractiveView | |
addObject(GUI::ViewObject *object) override | InteractiveView | virtual |
addOverlay(std::unique_ptr< InteractiveOverlay > overlay, int position=-1) | InteractiveView | virtual |
ImFusion::GUI::View::addOverlay(std::unique_ptr< ViewOverlay > overlay, ViewOverlay::Anchor anchor, int position=-1) | View | |
backgroundColor() const | View | inline |
borderConfig() const | View | inline |
borderPixelSize() const | InteractiveView | inline |
boundingRect() const | InteractiveView | |
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 | Configurable | virtual |
configure(const Properties *p) | Configurable | virtual |
configureDefaults() | Configurable | virtual |
dataDisplayDispatcher() const | View | |
disconnectAll() | SignalReceiver | protected |
dispatchToViewEventHandlers(const GUI::InputEvent &event) override | InteractiveView | protectedvirtual |
dispatchToViewObjects(const GUI::InputEvent &event) override | InteractiveView | protectedvirtual |
dispatchToViewOverlays(const GUI::InputEvent &event) override | InteractiveView | protectedvirtual |
eventHandlers() const | View | |
filterEventFocus(const InputEvent &event, const void *target) const | View | protected |
findEventHandler() const | View | |
findInteraction() const | InteractiveView | |
glView() const | View | inline |
glView() | View | inline |
handleInputEvent(const InputEvent &event) | View | virtual |
handleInteractionEvent(QEvent *qtEvent, const GUI::InputEvent &inputEvent) | InteractiveView | protectedvirtual |
handleObjectEvent(QEvent *qtEvent, const GUI::InputEvent &inputEvent) | InteractiveView | protectedvirtual |
handleOverlayEvent(QEvent *qtEvent, const GUI::InputEvent &inputEvent) | InteractiveView | protectedvirtual |
hasObject(const InteractiveObject *object) const (defined in InteractiveView) | InteractiveView | virtual |
hideData(const Data *data) | View | |
hideDataImpl(const Data *data) | View | protectedvirtual |
Horizontal enum value (defined in InteractiveView) | InteractiveView | |
interactions() const | InteractiveView | |
InteractiveView(std::unique_ptr< GlView > glView) | InteractiveView | |
isBorderDrawn() const | InteractiveView | inline |
isVisible() const | View | inline |
LayoutDirection enum name | InteractiveView | |
m_eventHandlers (defined in View) | View | protected |
m_glView (defined in View) | View | protected |
m_group | InteractiveView | protected |
m_interactions | InteractiveView | protected |
m_mouseEventFocusObject | View | protected |
m_objects (defined in View) | View | protected |
m_overlayLayouter (defined in View) | View | protected |
m_overlays (defined in View) | View | protected |
m_params | Configurable | protected |
m_touchEventFocusObject | View | protected |
m_viewport (defined in View) | View | protected |
m_visibleData (defined in View) | View | protected |
objects() const | View | |
operator=(const Configurable &) (defined in Configurable) | Configurable | |
operator=(Configurable &&) noexcept (defined in Configurable) | Configurable | |
ImFusion::SignalReceiver::operator=(SignalReceiver rhs) | SignalReceiver | |
overlays() const | View | |
rect (defined in InteractiveView) | InteractiveView | |
rect() const | InteractiveView | |
rectChanged(QRect rect) (defined in InteractiveView) | InteractiveView | signal |
registerParameter(ParameterBase *param) | Configurable | |
removeEventHandler(EventHandler *interaction) | View | |
removeInteraction(ViewInteraction *interaction) | InteractiveView | |
removeObject(GUI::ViewObject *object) override | InteractiveView | virtual |
removeOverlay(GUI::ViewOverlay *overlay) override | InteractiveView | virtual |
render() override (defined in InteractiveView) | InteractiveView | slot |
requestUpdate() | InteractiveView | |
reset() (defined in InteractiveView) | InteractiveView | virtualslot |
sceneEvent(QEvent *qtEvent, const GUI::InputEvent &inputEvent) | InteractiveView | virtual |
setAnchorLayoutDirection(InteractiveOverlay::AnchorPoint anchor, LayoutDirection direction) | InteractiveView | |
setAndRunAnimation(std::unique_ptr< Animations::Animation >) | InteractiveView | |
setBackgroundColor(const QColor &color) | InteractiveView | |
ImFusion::GUI::View::setBackgroundColor(std::optional< vec3 > value) | View | inline |
setBorderColor(const QColor &color) | InteractiveView | |
setBorderConfig(const BorderConfig &value) | View | virtual |
setBorderPixelSize(int pixelSize) | InteractiveView | |
setDataDisplayDispatcher(std::shared_ptr< DataDisplayDispatcher > ddd) | View | |
setDrawBorder(bool drawBorder) | InteractiveView | |
setEventHandlers(std::vector< std::unique_ptr< EventHandler > > eventHandlers) | View | |
setInteractions(std::vector< std::unique_ptr< ViewInteraction > > interactions) | InteractiveView | |
setOverlayAnchor(ViewOverlay *overlay, ViewOverlay::Anchor anchor) | View | |
setOverlayLayoutDirection(ViewOverlay::Anchor anchor, ViewOverlay::LayoutDirection direction) | View | |
setRect(const QRect &rect) | InteractiveView | virtual |
setShowOverlays(bool value) | View | inline |
setViewGroup(ViewGroup *group) | InteractiveView | inline |
setViewport(const GL::Viewport &rect) override | InteractiveView | virtual |
setVisible(bool value) | InteractiveView | slot |
setVisibleData(const DataList &data) | View | |
setWaterMark(SharedImage *image) | InteractiveView | |
setWatermark(const SharedImage &image) | View | |
showData(Data *data) | View | |
showDataImpl(Data *data) | View | protectedvirtual |
showOverlays() const | InteractiveView | |
showsOverlays() const | View | inline |
signalParametersChanged | Configurable | |
SignalReceiver()=default | SignalReceiver | |
SignalReceiver(const SignalReceiver &other) | SignalReceiver | |
signalRendered | InteractiveView | |
signalUpdateRequested | View | |
signalVisibleDataChanged | View | |
unregisterParameter(const ParameterBase *param) | Configurable | |
updateEventFocus(const InputEvent &event, const void *newTarget) | View | protected |
updateRequested() (defined in InteractiveView) | InteractiveView | signal |
Vertical enum value (defined in InteractiveView) | InteractiveView | |
View(std::unique_ptr< GlView > glView) | View | explicit |
view() const | View | inline |
view() | View | inline |
viewGroup() const | InteractiveView | inline |
viewport() const | View | inline |
visibilityChanged(bool visible) (defined in InteractiveView) | InteractiveView | signal |
visibilityChangeRequested(bool visible) (defined in InteractiveView) | InteractiveView | signal |
visibleData() const | View | |
visibleDataChanged(const DataList &before, const DataList &now) | InteractiveView | signal |
~Configurable() (defined in Configurable) | Configurable | virtual |
~InteractiveView() override (defined in InteractiveView) | InteractiveView | |
~SignalReceiver() | SignalReceiver | virtual |
~View() override (defined in View) | View |