PeriDyno 1.0.0
Loading...
Searching...
No Matches
tt::Page Class Reference

#include <Page.h>

Inheritance diagram for tt::Page:
Collaboration diagram for tt::Page:

Signals

void Hiding (int index)
 
void Showing (int index)
 

Public Member Functions

 Page (int index, const QString &pageName, QWidget *parent=nullptr)
 
virtual ~Page ()=default
 
GroupAddGroup (const QString &name)
 
void hide ()
 
void show ()
 

Private Attributes

const int myIndex
 
QHBoxLayout * innerLayout
 
QWidget * innerArea
 

Detailed Description

Definition at line 33 of file Page.h.

Constructor & Destructor Documentation

◆ Page()

Page::Page ( int index,
const QString & pageName,
QWidget * parent = nullptr )
explicit

Definition at line 56 of file Page.cpp.

◆ ~Page()

virtual tt::Page::~Page ( )
virtualdefault
Here is the call graph for this function:

Member Function Documentation

◆ AddGroup()

Group * Page::AddGroup ( const QString & name)

Definition at line 91 of file Page.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ hide()

void Page::hide ( )

Definition at line 104 of file Page.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Hiding

void tt::Page::Hiding ( int index)
signal
Here is the caller graph for this function:

◆ show()

void Page::show ( )

Definition at line 109 of file Page.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Showing

void tt::Page::Showing ( int index)
signal
Here is the caller graph for this function:

Member Data Documentation

◆ innerArea

QWidget* tt::Page::innerArea
private

Definition at line 51 of file Page.h.

◆ innerLayout

QHBoxLayout* tt::Page::innerLayout
private

Definition at line 50 of file Page.h.

◆ myIndex

const int tt::Page::myIndex
private

Definition at line 49 of file Page.h.


The documentation for this class was generated from the following files: