#include <albaGUIDynamicVP.h>
class name: albaPipeRegister This class registe the pipes.
It handle a pipe vector container.
Definition at line 84 of file albaGUIDynamicVP.h.
◆ VIEW_ITEM
◆ RegisterPipe()
static int albaGUIDynamicVP::albaPipeRegister::RegisterPipe |
( |
albaPipe * |
pipe, |
|
|
albaView * |
view |
|
) |
| |
|
static |
Registers the specified pipe with the view.
Returns number of pipes registered for this view. N.B. duplicity check of pipes is not performed!
◆ UnregisterPipe()
static int albaGUIDynamicVP::albaPipeRegister::UnregisterPipe |
( |
albaPipe * |
pipe, |
|
|
albaView * |
view = NULL |
|
) |
| |
|
static |
Unregisters the specified pipe with the view (if specified).
Returns number of pipes registered for this view (after unregister).
◆ FindView()
static int albaGUIDynamicVP::albaPipeRegister::FindView |
( |
albaView * |
view | ) |
|
|
staticprotected |
returns index of given view in m_RegViews, or -1, if not found
◆ m_RegViews
std::vector< VIEW_ITEM > albaGUIDynamicVP::albaPipeRegister::m_RegViews |
|
staticprotected |
The documentation for this class was generated from the following file: