My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
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)
 
 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)
 

Public Attributes

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

Detailed Description

Definition at line 63 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 64 of file element.h.

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 59 of file symbolwidget.h.

Member Data Documentation

QColor Text::Color

Definition at line 70 of file element.h.

float Text::mCos

Definition at line 71 of file element.h.

float Text::mSin

Definition at line 71 of file element.h.

bool Text::over

Definition at line 72 of file element.h.

QString Text::s

Definition at line 69 of file element.h.

float Text::Size

Definition at line 71 of file element.h.

bool Text::under

Definition at line 72 of file element.h.

int Text::x

Definition at line 67 of file element.h.

int Text::y

Definition at line 67 of file element.h.


The documentation for this struct was generated from the following files: