#include <ViewGroups.hpp>
◆ ViewGroups() [1/3]
iv::views::editor::ViewGroups::ViewGroups |
( |
| ) |
|
◆ ~ViewGroups()
iv::views::editor::ViewGroups::~ViewGroups |
( |
| ) |
|
|
overridedefault |
◆ ViewGroups() [2/3]
iv::views::editor::ViewGroups::ViewGroups |
( |
const ViewGroups & | other | ) |
|
|
delete |
◆ ViewGroups() [3/3]
iv::views::editor::ViewGroups::ViewGroups |
( |
ViewGroups && | other | ) |
|
|
delete |
◆ create()
◆ getEditorViewType()
◆ getPanelEditor()
getPanelEditor
- Returns
- view panel used to build the component view.
◆ getTitle()
std::string AbstractView::getTitle |
( |
| ) |
const |
|
nodiscardinherited |
◆ isViewEditor()
bool iv::views::editor::ViewGroups::isViewEditor |
( |
| ) |
|
|
inlineoverridevirtual |
isViewEditor
- Returns
- true if the view is one of the 'editDiamar' application; false otherwise.
Reimplemented from AbstractView.
◆ makeComponentFrame()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ runClose()
void AbstractView::runClose |
( |
| ) |
|
|
inherited |
◆ runIsAccept()
bool AbstractView::runIsAccept |
( |
std::string * | messageError | ) |
|
|
inherited |
◆ scheduleUpdate()
void AbstractView::scheduleUpdate |
( |
bool | schedule = true | ) |
|
|
inherited |
scheduleUpdate
Let the view know that when being drawn next time, it will have to update first.
- Parameters
-
[in] | schedule | flag indicating whether to set a schedule to update the view or not. |
◆ unRefView()
◆ update()
void AbstractView::update |
( |
| ) |
|
|
inherited |
update
Updates view without destroying it, only if an update was needed.
◆ updateScheduled()
bool AbstractView::updateScheduled |
( |
| ) |
const |
|
nodiscardinherited |
updateScheduled
- Returns
- true if the an update is scheduled for this view; false otherwise.
◆ m_componentView
◆ m_panelEditor
◆ m_title
std::string AbstractView::m_title |
|
privateinherited |
◆ m_updateScheduled
bool AbstractView::m_updateScheduled |
|
privateinherited |
The documentation for this class was generated from the following files: