#include <Page.h>
|
| Page (int index, const QString &pageName, QWidget *parent=nullptr) |
|
virtual | ~Page ()=default |
|
Group * | AddGroup (const QString &name) |
|
void | hide () |
|
void | show () |
|
Definition at line 33 of file Page.h.
◆ Page()
Page::Page |
( |
int | index, |
|
|
const QString & | pageName, |
|
|
QWidget * | parent = nullptr ) |
|
explicit |
◆ ~Page()
virtual tt::Page::~Page |
( |
| ) |
|
|
virtualdefault |
◆ AddGroup()
Group * Page::AddGroup |
( |
const QString & | name | ) |
|
◆ hide()
◆ Hiding
void tt::Page::Hiding |
( |
int | index | ) |
|
|
signal |
◆ show()
◆ Showing
void tt::Page::Showing |
( |
int | index | ) |
|
|
signal |
◆ innerArea
QWidget* tt::Page::innerArea |
|
private |
◆ innerLayout
QHBoxLayout* tt::Page::innerLayout |
|
private |
◆ myIndex
const int tt::Page::myIndex |
|
private |
The documentation for this class was generated from the following files:
- D:/Peridyno/peridyno/src/Rendering/GUI/QtGUI/ToolBar/Page.h
- D:/Peridyno/peridyno/src/Rendering/GUI/QtGUI/ToolBar/Page.cpp