Qucs-GUI  0.0.19
Public Member Functions | Data Fields
Text Struct Reference

#include <element.h>

Public Member Functions

 Text (int _x, int _y, const QString &_s, QColor _Color=QColor(0, 0, 0), float _Size=10.0, float _mCos=1.0, float _mSin=0.0)

Data Fields

int x
int y
QString s
QColor Color
float Size
float mSin
float mCos
bool over
bool under

Detailed Description

Definition at line 82 of file element.h.


Constructor & Destructor Documentation

Text::Text ( int  _x,
int  _y,
const QString &  _s,
QColor  _Color = QColor(0,0,0),
float  _Size = 10.0,
float  _mCos = 1.0,
float  _mSin = 0.0 
) [inline]

Definition at line 83 of file element.h.


Field Documentation

QColor Text::Color

Definition at line 89 of file element.h.

float Text::mCos

Definition at line 90 of file element.h.

float Text::mSin

Definition at line 90 of file element.h.

bool Text::over

Definition at line 91 of file element.h.

QString Text::s

Definition at line 88 of file element.h.

float Text::Size

Definition at line 90 of file element.h.

Definition at line 91 of file element.h.

int Text::x

Definition at line 86 of file element.h.

int Text::y

Definition at line 86 of file element.h.


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