hydrogen 1.2.6
PatternPropertiesDialog Class Reference

Pattern Properties Dialog. More...

#include <PatternPropertiesDialog.h>

Inheritance diagram for PatternPropertiesDialog:

Public Member Functions

 PatternPropertiesDialog (QWidget *parent, H2Core::Pattern *pattern, int nselectedPattern, bool save)
 
 ~PatternPropertiesDialog ()
 Destructor.
 
void defaultNameCheck (QString, bool)
 Does some name check.
 

Private Slots

void on_cancelBtn_clicked ()
 
void on_okBtn_clicked ()
 

Private Attributes

int __nselectedPattern
 
bool __savepattern
 
H2Core::Patternpattern
 

Detailed Description

Pattern Properties Dialog.

Definition at line 41 of file PatternPropertiesDialog.h.

Constructor & Destructor Documentation

◆ PatternPropertiesDialog()

PatternPropertiesDialog ( QWidget * parent,
H2Core::Pattern * pattern,
int nselectedPattern,
bool save )

Definition at line 34 of file PatternPropertiesDialog.cpp.

◆ ~PatternPropertiesDialog()

Destructor.

Definition at line 81 of file PatternPropertiesDialog.cpp.

Member Function Documentation

◆ defaultNameCheck()

void defaultNameCheck ( QString pattName,
bool savepattern )

Does some name check.

Definition at line 129 of file PatternPropertiesDialog.cpp.

◆ on_cancelBtn_clicked

void on_cancelBtn_clicked ( )
privateslot

Definition at line 86 of file PatternPropertiesDialog.cpp.

◆ on_okBtn_clicked

void on_okBtn_clicked ( )
privateslot

Definition at line 92 of file PatternPropertiesDialog.cpp.

Field Documentation

◆ __nselectedPattern

int __nselectedPattern
private

Definition at line 58 of file PatternPropertiesDialog.h.

◆ __savepattern

bool __savepattern
private

Definition at line 59 of file PatternPropertiesDialog.h.

◆ pattern

H2Core::Pattern* pattern
private

Definition at line 57 of file PatternPropertiesDialog.h.