Loading...
Searching...
No Matches
PortVisibility.hpp
Definition Port.hpp:104
ControlPage nodeControlPage(int controlCount, int requestedPage, int gridOffset) noexcept
Definition PortVisibility.cpp:24
bool isVisibleWhenFolded(const Process::Port &port) noexcept
Definition PortVisibility.cpp:14
bool isControlPort(const Process::Port &port) noexcept
True for the ports whose value is edited through a widget in the node body.
Definition PortVisibility.cpp:8
Which slice of a node's controls is currently displayed.
Definition PortVisibility.hpp:32
int page
displayed page, clamped to [0, pageCount)
Definition PortVisibility.hpp:33
int first
index of the first displayed control
Definition PortVisibility.hpp:35
int last
one past the index of the last displayed control
Definition PortVisibility.hpp:36