Qucs-GUI  0.0.19
Public Member Functions | Data Fields | Private Slots | Private Attributes
LabelDialog Class Reference

#include <labeldialog.h>

Collaboration diagram for LabelDialog:
Collaboration graph
[legend]

Public Member Functions

 LabelDialog (WireLabel *, QWidget *parent=0)
 ~LabelDialog ()

Data Fields

QLineEdit * NodeName
QLineEdit * InitValue

Private Slots

void slotExtend ()
void slotOk ()
void slotCancel ()

Private Attributes

QPushButton * ButtonOk
QPushButton * ButtonCancel
QPushButton * ButtonMore
QGridLayout * gbox
QRegExpValidator * Validator1
QRegExpValidator * Validator2
QRegExp Expr1
QRegExp Expr2
QLabel * Label2
WireLabelpLabel

Detailed Description

Definition at line 34 of file labeldialog.h.


Constructor & Destructor Documentation

LabelDialog::LabelDialog ( WireLabel pl,
QWidget *  parent = 0 
)

Definition at line 27 of file labeldialog.cpp.

Here is the call graph for this function:

Definition at line 81 of file labeldialog.cpp.


Member Function Documentation

void LabelDialog::slotCancel ( ) [private, slot]

Definition at line 103 of file labeldialog.cpp.

Here is the caller graph for this function:

void LabelDialog::slotExtend ( ) [private, slot]

Definition at line 88 of file labeldialog.cpp.

Here is the caller graph for this function:

void LabelDialog::slotOk ( ) [private, slot]

Definition at line 108 of file labeldialog.cpp.

Here is the caller graph for this function:


Field Documentation

QPushButton * LabelDialog::ButtonCancel [private]

Definition at line 48 of file labeldialog.h.

QPushButton * LabelDialog::ButtonMore [private]

Definition at line 48 of file labeldialog.h.

QPushButton* LabelDialog::ButtonOk [private]

Definition at line 48 of file labeldialog.h.

QRegExp LabelDialog::Expr1 [private]

Definition at line 51 of file labeldialog.h.

QRegExp LabelDialog::Expr2 [private]

Definition at line 51 of file labeldialog.h.

QGridLayout* LabelDialog::gbox [private]

Definition at line 49 of file labeldialog.h.

Definition at line 40 of file labeldialog.h.

QLabel* LabelDialog::Label2 [private]

Definition at line 52 of file labeldialog.h.

Definition at line 40 of file labeldialog.h.

Definition at line 54 of file labeldialog.h.

QRegExpValidator* LabelDialog::Validator1 [private]

Definition at line 50 of file labeldialog.h.

QRegExpValidator * LabelDialog::Validator2 [private]

Definition at line 50 of file labeldialog.h.


The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines