Skip to content

Workspace::Sequence

#include "GUI/Workspace/Nodes/Sequence.h"

Inherits from Workspace::CoreNodeWithPins, Workspace::CoreNode, Workspace::Node, IVisitable, DIWNE::Node, DIWNE::DiwneObject, std::enable_shared_from_this< DiwneObject >

Public Functions

Name
Sequence(DIWNE::Diwne & diwne, Ptr< Core::Node > nodebase =Core::GraphManager::createSequence(), bool isCameraSequence =false)
virtual voidaccept(NodeVisitor & visitor) override
virtual boolafterContent() override
virtual boolallowDrawing() override<br>Decision maker whether object should be drawn (not outside of window for example)
virtual boolbeforeContent() override
virtual voiddrawMenuLevelOfDetail() override
intgetInnerPosition(std::vector< ImVec2 > points)
const std::vector< Ptr< CoreNode > > &getInnerWorkspaceNodes() const
ImVec4getTint()
std::optional< Ptr< CoreNode > >getTransform(int index) const
boolisSequence()
virtual intmaxLengthOfData() override
virtual boolmiddleContent() override
voidmoveNodeToSequence(Ptr< CoreNode > dragedNode, int index =0)
voidmoveNodeToWorkspace(Ptr< CoreNode > dragedNode)
voidpopNode(Ptr< CoreNode > node)
virtual voidpopupContent() override<br>Content of popup menu raise on this object.
voidpopupContentTracking()
voidpushNode(Ptr< CoreNode > node, int index =0)
virtual voidsetNumberOfVisibleDecimal(int value) override
voidsetPostionOfDummyData(int positionOfDummyData =-1)
voidsetTint(ImVec4 tint)
virtual booltopContent() override

Protected Attributes

Name
intm_position_of_dummy_data
ImVec2m_sizeOfDummy
std::vector< Ptr< CoreNode > >m_workspaceInnerTransformations

Additional inherited members

Public Functions inherited from Workspace::CoreNodeWithPins

Name
CoreNodeWithPins(DIWNE::Diwne & diwne, Ptr< Core::Node > nodebase, bool showDataOnPins =true)
virtual boolfinalize() override
std::vector< Ptr< CoreInPin > > const &getInputs() const<br>get vector of input pins
std::vector< Ptr< CoreOutPin > > const &getOutputs() const<br>get vector of output pins
virtual std::vector< Ptr< CoreOutPin > > constgetOutputsToShow() const
virtual boolleftContent() override
virtual boolrightContent() override

Protected Attributes inherited from Workspace::CoreNodeWithPins

Name
boolm_showDataOnPins
std::vector< Ptr< CoreInPin > >m_workspaceInputs
std::vector< Ptr< CoreOutPin > >m_workspaceOutputs

Public Functions inherited from Workspace::CoreNode

Name
CoreNode(DIWNE::Diwne & diwne, Ptr< Core::Node > nodebase)
~CoreNode() override
booldrawDataLabel()
voiddrawMenuDuplicate()
voiddrawMenuSetEditable()
voiddrawMenuSetPrecision()
floatgetDataItemsWidth()
FloatPopupMode &getFloatPopupMode()
boolgetIsLabelBeingEdited()
const std::string &getKeyword() const
LevelOfDetailgetLevelOfDetail()
Ptr< Core::Node > constgetNodebase() const
intgetNumberOfVisibleDecimal()
virtual boolprocessDrag() override
virtual boolprocessSelect() override
virtual boolprocessUnselect() override
voidsetFloatPopupMode(FloatPopupMode mode)
LevelOfDetailsetLevelOfDetail(LevelOfDetail levelOfDetail)
virtual floatupdateDataItemsWidth()
voiddrawMenuLevelOfDetail_builder(Ptr< CoreNode > node, std::vector< LevelOfDetail > const & levels_of_detail)

Protected Attributes inherited from Workspace::CoreNode

Name
floatm_dataItemsWidth
FloatPopupModem_floatPopupMode
floatm_headerMinWidth <br>Can be used to specify the minimum header width of the node.
boolm_isFirstDraw
boolm_isLabelBeingEdited
LevelOfDetailm_levelOfDetail
Ptr< Core::Node > constm_nodebase <br>reference to Core
intm_numberOfVisibleDecimal <br>number of decimal places used while display floats in the workspace

Public Functions inherited from Workspace::Node

Name
Node(DIWNE::Diwne & diwne, DIWNE::ID id, std::string const topLabel ="Header", std::string const middleLabel ="Content")
virtual~Node()<br>Default destructor.
virtual boolbottomContent() override
virtual boolbypassFocusForInteractionAction() override
virtual voiddeleteAction() override
virtual voiddrawMenuDelete()
boolgetDuplicateNode() const
std::stringgetMiddleLabel()
boolgetRemoveFromWorkspace() const
std::stringgetTopLabel()
virtual boolleftContent() override
virtual boolrightContent() override
voidsetDuplicateNode(bool value)
voidsetMiddleLabel(std::string label)
voidsetRemoveFromWorkspace(bool value)
voidsetTopLabel(std::string label)

Public Attributes inherited from Workspace::Node

Name
boolm_duplicateNode
boolm_removeFromWorkspaceWindow

Protected Attributes inherited from Workspace::Node

Name
std::stringm_middleLabel
std::stringm_topLabel

Public Functions inherited from DIWNE::Node

Name
Node(DIWNE::Diwne & diwne, DIWNE::ID id, std::string const labelDiwne ="DiwneNode")<br>Default constructor.
virtual~Node()<br>Default destructor.
virtual boolafterEndDiwne() override
virtual boolbeforeBeginDiwne() override
virtual voidbegin() override
virtual boolbottomContent()
boolbottomContentDiwne()
virtual boolcontent() override
virtual voiddeleteAction()
voiddeleteActionDiwne()
template <typename T &gt; <br>booldrawNodeDiwne(DrawModeNodePosition nodePosMode =DrawModeNodePosition::OnItsPosition, DrawMode drawMode =DrawMode::Interacting)
virtual voidend() override
virtual DIWNE::DiwneActiongetDragActionType() const
virtual DIWNE::DiwneActiongetHoldActionType() const
DIWNE::ID constgetId() const
ImVec2getNodePositionDiwne() const
ImRectgetNodeRectDiwne() const
ImVec2getNodeRectSizeDiwne() const
virtual ImRectgetRectDiwne() const override
boolgetRender() const
virtual DIWNE::DiwneActiongetTouchActionType() const
virtual boolleftContent()
boolleftContentDiwne()
boolmiddleContentDiwne()
Node &operator=(const Node & other)<br>Assignment operator.
virtual boolprocessDrag() override
virtual boolprocessSelect() override
virtual boolprocessUnselect() override
virtual boolrightContent()
boolrightContentDiwne()
voidsetNodePositionDiwne(ImVec2 const & position)
voidsetRender(bool render)
virtual boolsetSelected(const bool selected) override
booltopContentDiwne()
voidtranslateNodePositionDiwne(ImVec2 const amount)
virtual voidupdateSizes() override

Public Attributes inherited from DIWNE::Node

Name
boolm_drawAnyway

Protected Attributes inherited from DIWNE::Node

Name
ImRectm_bottomRectDiwne
floatm_centerDummySpace <br>indent value to center the middle part
ImRectm_leftRectDiwne
ImRectm_middleRectDiwne
ImVec2m_nodePositionDiwne
DrawModeNodePositionm_nodePosMode
boolm_render <br>used to hide nodes in tutorial scenes (action "toggleNodeWorkspaceVisibility")
ImRectm_rightRectDiwne
boolm_toDelete <br>Set to true after node delete action.
ImRectm_topRectDiwne <br>Rectangle of parts of node in diwne, are computed every frame based on node content and m_nodePositionDiwne.

Public Functions inherited from DIWNE::DiwneObject

Name
DiwneObject(DIWNE::Diwne & diwne, DIWNE::ID id, std::string const labelDiwne)<br>Constructor.
virtual~DiwneObject() =default
virtual boolafterContentDiwne()
virtual boolafterEnd()
virtual boolafterEndDiwne()
virtual boolallowInteraction()<br>Decision maker whether object can interact (not include content elements)
virtual boolallowProcessDrag()
virtual boolallowProcessFocused()
virtual boolallowProcessFocusedForInteraction()
virtual boolallowProcessHold()
virtual boolallowProcessRaisePopup()
virtual boolallowProcessSelect()
virtual boolallowProcessUnhold()
virtual boolallowProcessUnselect()
virtual boolbeforeBegin()
virtual boolbeforeBeginDiwne()
virtual boolbeforeContentDiwne()
virtual voidbegin() =0
virtual boolbypassDragAction()
virtual boolbypassFocusAction()
virtual boolbypassFocusForInteractionAction()
virtual boolbypassHoldAction()
virtual boolbypassRaisePopupAction()
virtual boolbypassSelectAction()
virtual boolbypassTouchAction()
virtual boolbypassUnholdAction()
virtual boolbypassUnselectAction()
virtual boolcontent()
virtual boolcontentDiwne()
virtual booldrawDiwne(DrawMode drawMode =DrawMode::Interacting)<br>Main function for drawing object and deal with interactions.
virtual voidend() =0
virtual boolfinalize()
virtual boolfinalizeDiwne()
virtual DIWNE::DiwneActiongetDragActionType() const =0
virtual DIWNE::DiwneActiongetHoldActionType() const =0
DIWNE::ID constgetIdDiwne() const
virtual ImRectgetRectDiwne() const =0
virtual boolgetSelectable()
virtual boolgetSelected() const<br>Getter of selection state.
virtual DIWNE::DiwneActiongetTouchActionType() const =0
virtual boolinitialize()
virtual boolinitializeDiwne()
virtual boolinteractionBeginInLastDraw()
virtual boolinteractionEndInLastDraw()
virtual boolprocessDrag()
boolprocessDragDiwne()
virtual boolprocessFocused()
boolprocessFocusedDiwne()
virtual boolprocessFocusedForInteraction()
boolprocessFocusedForInteractionDiwne()
virtual boolprocessHold()
boolprocessHoldDiwne()
virtual boolprocessInteractions()
virtual boolprocessInteractionsAlways()
virtual boolprocessInteractionsDiwne()
virtual boolprocessRaisePopupDiwne()
virtual boolprocessSelect()
boolprocessSelectDiwne()
virtual boolprocessShowPopupDiwne()
virtual boolprocessUnhold()
boolprocessUnholdDiwne()
virtual boolprocessUnselect()
boolprocessUnselectDiwne()
virtual voidsetSelectable(bool const selectable)
virtual boolsetSelected(bool const selected)
voidshowTooltipLabel(std::string const & label, ImColor const && color)<br>Show a colored text for example for immediate hints.
virtual voidupdateSizes()

Public Attributes inherited from DIWNE::DiwneObject

Name
DIWNE::Diwne &diwne
DrawModem_drawMode
boolm_focused
boolm_focusedForInteraction
DIWNE::ID constm_idDiwne
boolm_inner_interaction_happen
boolm_inner_interaction_happen_previous_draw
boolm_isActive
boolm_isDragged
boolm_isHeld
std::string constm_labelDiwne
std::string constm_popupIDDiwne
boolm_selectable
boolm_selected

Public Functions Documentation

function Sequence

cpp
Sequence(
    DIWNE::Diwne & diwne,
    Ptr< Core::Node > nodebase =Core::GraphManager::createSequence(),
    bool isCameraSequence =false
)
Sequence(
    DIWNE::Diwne & diwne,
    Ptr< Core::Node > nodebase =Core::GraphManager::createSequence(),
    bool isCameraSequence =false
)

function accept

cpp
inline virtual void accept(
    NodeVisitor & visitor
) override
inline virtual void accept(
    NodeVisitor & visitor
) override

Reimplements: IVisitable::accept

function afterContent

cpp
virtual bool afterContent() override
virtual bool afterContent() override

Reimplements: DIWNE::DiwneObject::afterContent

is called as last inside object

function allowDrawing

cpp
virtual bool allowDrawing() override
virtual bool allowDrawing() override

Decision maker whether object should be drawn (not outside of window for example)

Return: draw object on its position?

Reimplements: DIWNE::Node::allowDrawing

function beforeContent

cpp
virtual bool beforeContent() override
virtual bool beforeContent() override

Reimplements: Workspace::Node::beforeContent

is called first inside of object

function drawMenuLevelOfDetail

cpp
virtual void drawMenuLevelOfDetail() override
virtual void drawMenuLevelOfDetail() override

Reimplements: Workspace::CoreNode::drawMenuLevelOfDetail

function getInnerPosition

cpp
int getInnerPosition(
    std::vector< ImVec2 > points
)
int getInnerPosition(
    std::vector< ImVec2 > points
)

function getInnerWorkspaceNodes

cpp
const std::vector< Ptr< CoreNode > > & getInnerWorkspaceNodes() const
const std::vector< Ptr< CoreNode > > & getInnerWorkspaceNodes() const

function getTint

cpp
inline ImVec4 getTint()
inline ImVec4 getTint()

function getTransform

cpp
std::optional< Ptr< CoreNode > > getTransform(
    int index
) const
std::optional< Ptr< CoreNode > > getTransform(
    int index
) const

function isSequence

cpp
bool isSequence()
bool isSequence()

function maxLengthOfData

cpp
virtual int maxLengthOfData() override
virtual int maxLengthOfData() override

Reimplements: Workspace::CoreNode::maxLengthOfData

function middleContent

cpp
virtual bool middleContent() override
virtual bool middleContent() override

Reimplements: Workspace::Node::middleContent

function moveNodeToSequence

cpp
void moveNodeToSequence(
    Ptr< CoreNode > dragedNode,
    int index =0
)
void moveNodeToSequence(
    Ptr< CoreNode > dragedNode,
    int index =0
)

function moveNodeToWorkspace

cpp
void moveNodeToWorkspace(
    Ptr< CoreNode > dragedNode
)
void moveNodeToWorkspace(
    Ptr< CoreNode > dragedNode
)

function popNode

cpp
void popNode(
    Ptr< CoreNode > node
)
void popNode(
    Ptr< CoreNode > node
)

function popupContent

cpp
virtual void popupContent() override
virtual void popupContent() override

Content of popup menu raise on this object.

Reimplements: Workspace::CoreNode::popupContent

function popupContentTracking

cpp
void popupContentTracking()
void popupContentTracking()

function pushNode

cpp
void pushNode(
    Ptr< CoreNode > node,
    int index =0
)
void pushNode(
    Ptr< CoreNode > node,
    int index =0
)

function setNumberOfVisibleDecimal

cpp
virtual void setNumberOfVisibleDecimal(
    int value
) override
virtual void setNumberOfVisibleDecimal(
    int value
) override

Reimplements: Workspace::CoreNode::setNumberOfVisibleDecimal

function setPostionOfDummyData

cpp
void setPostionOfDummyData(
    int positionOfDummyData =-1
)
void setPostionOfDummyData(
    int positionOfDummyData =-1
)

function setTint

cpp
inline void setTint(
    ImVec4 tint
)
inline void setTint(
    ImVec4 tint
)

function topContent

cpp
virtual bool topContent() override
virtual bool topContent() override

Reimplements: Workspace::CoreNode::topContent

Protected Attributes Documentation

variable m_position_of_dummy_data

cpp
int m_position_of_dummy_data = -1;
int m_position_of_dummy_data = -1;

variable m_sizeOfDummy

cpp
ImVec2 m_sizeOfDummy = ImVec2(100, 1);
ImVec2 m_sizeOfDummy = ImVec2(100, 1);

variable m_workspaceInnerTransformations

cpp
std::vector< Ptr< CoreNode > > m_workspaceInnerTransformations;
std::vector< Ptr< CoreNode > > m_workspaceInnerTransformations;

Updated on 2025-01-07 at 13:40:43 +0000