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

#include <graphictextdialog.h>

Public Member Functions

 GraphicTextDialog (QWidget *parent=0, const char *name=0)
 ~GraphicTextDialog ()

Data Fields

QLineEdit * TextSize
QLineEdit * Angle
QPushButton * ColorButt
QTextEdit * text

Private Slots

void slotSetColor ()
void slotOkButton ()

Private Attributes

QVBoxLayout * vert
QIntValidator * val50
QIntValidator * val360

Detailed Description

Definition at line 30 of file graphictextdialog.h.


Constructor & Destructor Documentation

GraphicTextDialog::GraphicTextDialog ( QWidget *  parent = 0,
const char *  name = 0 
)

Definition at line 33 of file graphictextdialog.cpp.

Here is the call graph for this function:

Definition at line 105 of file graphictextdialog.cpp.


Member Function Documentation

void GraphicTextDialog::slotOkButton ( ) [private, slot]

Definition at line 120 of file graphictextdialog.cpp.

Here is the caller graph for this function:

void GraphicTextDialog::slotSetColor ( ) [private, slot]

Definition at line 113 of file graphictextdialog.cpp.

Here is the caller graph for this function:


Field Documentation

Definition at line 41 of file graphictextdialog.h.

Definition at line 42 of file graphictextdialog.h.

Definition at line 43 of file graphictextdialog.h.

Definition at line 41 of file graphictextdialog.h.

QIntValidator * GraphicTextDialog::val360 [private]

Definition at line 47 of file graphictextdialog.h.

QIntValidator* GraphicTextDialog::val50 [private]

Definition at line 47 of file graphictextdialog.h.

QVBoxLayout* GraphicTextDialog::vert [private]

Definition at line 46 of file graphictextdialog.h.


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