musrWiz 0.1.0
Loading...
Searching...
No Matches
PFuncPage Class Reference

#include <PMusrWiz.h>

Inheritance diagram for PFuncPage:

Public Member Functions

 PFuncPage (PMsrData *data, QWidget *parent=0)
 PFuncPage::PFuncPage.
 
int nextId () const Q_DECL_OVERRIDE
 PFuncPage::nextId.
 
void initializePage () override
 
void cleanupPage () override
 
bool validatePage () override
 PFuncPage::validatePage.
 

Private Slots

void showTheo ()
 PFuncPage::showTheo.
 

Private Member Functions

int getFuncNo (const QString str)
 PFuncPage::getFuncNo.
 

Private Attributes

PMsrDatafMsrData
 
std::unique_ptr< QPlainTextEdit > fFunc
 
std::unique_ptr< QPushButton > fShowTheo
 

Constructor & Destructor Documentation

◆ PFuncPage()

PFuncPage::PFuncPage ( PMsrData * data,
QWidget * parent = 0 )

Member Function Documentation

◆ cleanupPage()

void PFuncPage::cleanupPage ( )
override

◆ getFuncNo()

int PFuncPage::getFuncNo ( const QString str)
private

PFuncPage::getFuncNo.

Parameters
str
Returns

◆ initializePage()

void PFuncPage::initializePage ( )
override

◆ nextId()

int PFuncPage::nextId ( ) const

◆ showTheo

void PFuncPage::showTheo ( )
privateslot

◆ validatePage()

bool PFuncPage::validatePage ( )
override

Member Data Documentation

◆ fFunc

std::unique_ptr<QPlainTextEdit> PFuncPage::fFunc
private

◆ fMsrData

PMsrData* PFuncPage::fMsrData
private

◆ fShowTheo

std::unique_ptr<QPushButton> PFuncPage::fShowTheo
private

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