Qucs-GUI  0.0.19
Public Member Functions | Data Fields
ID_Text Class Reference

#include <id_text.h>

Inheritance diagram for ID_Text:
Inheritance graph
[legend]
Collaboration diagram for ID_Text:
Collaboration graph
[legend]

Public Member Functions

 ID_Text (int cx_=0, int cy_=0)
 ~ID_Text ()
void paintScheme (Schematic *)
void getCenter (int &, int &)
void setCenter (int, int, bool relative=false)
bool load (const QString &)
QString save ()
QString saveCpp ()
QString saveJSON ()
void paint (ViewPainter *)
bool getSelected (float, float, float)
void rotate ()
void mirrorX ()
void mirrorY ()
bool Dialog ()

Data Fields

QString Prefix
QList< SubParameter * > Parameter

Detailed Description

Definition at line 38 of file id_text.h.


Constructor & Destructor Documentation

ID_Text::ID_Text ( int  cx_ = 0,
int  cy_ = 0 
)

Definition at line 23 of file id_text.cpp.

Definition at line 34 of file id_text.cpp.


Member Function Documentation

bool ID_Text::Dialog ( ) [virtual]

Reimplemented from Painting.

Definition at line 190 of file id_text.cpp.

void ID_Text::getCenter ( int &  x,
int &  y 
) [virtual]

Reimplemented from Painting.

Definition at line 79 of file id_text.cpp.

bool ID_Text::getSelected ( float  fX,
float  fY,
float   
) [virtual]

Reimplemented from Painting.

Definition at line 159 of file id_text.cpp.

bool ID_Text::load ( const QString &  s) [virtual]

Reimplemented from Painting.

Definition at line 94 of file id_text.cpp.

void ID_Text::mirrorX ( ) [virtual]

Reimplemented from Painting.

Definition at line 177 of file id_text.cpp.

void ID_Text::mirrorY ( ) [virtual]

Reimplemented from Painting.

Definition at line 183 of file id_text.cpp.

void ID_Text::paint ( ViewPainter p) [virtual]

Reimplemented from Painting.

Definition at line 39 of file id_text.cpp.

Here is the call graph for this function:

void ID_Text::paintScheme ( Schematic p) [virtual]

Reimplemented from Element.

Definition at line 73 of file id_text.cpp.

Here is the call graph for this function:

void ID_Text::rotate ( ) [virtual]

Reimplemented from Painting.

Definition at line 171 of file id_text.cpp.

QString ID_Text::save ( ) [virtual]

Reimplemented from Painting.

Definition at line 128 of file id_text.cpp.

QString ID_Text::saveCpp ( ) [virtual]

Reimplemented from Painting.

Definition at line 143 of file id_text.cpp.

QString ID_Text::saveJSON ( ) [virtual]

Reimplemented from Painting.

Definition at line 151 of file id_text.cpp.

void ID_Text::setCenter ( int  x,
int  y,
bool  relative = false 
) [virtual]

Reimplemented from Element.

Definition at line 87 of file id_text.cpp.


Field Documentation

Definition at line 60 of file id_text.h.

QString ID_Text::Prefix

Definition at line 59 of file id_text.h.


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