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
Area Struct Reference

#include <element.h>

Public Member Functions

 Area (int _x, int _y, int _w, int _h, QPen _Pen, QBrush _Brush=QBrush(Qt::NoBrush))
 
 Area (int _x, int _y, int _w, int _h, QPen _Pen, QBrush _Brush=QBrush(Qt::NoBrush))
 

Public Attributes

int x
 
int y
 
int w
 
int h
 
QPen Pen
 
QBrush Brush
 

Detailed Description

Definition at line 44 of file element.h.

Constructor & Destructor Documentation

Area::Area ( int  _x,
int  _y,
int  _w,
int  _h,
QPen  _Pen,
QBrush  _Brush = QBrush(Qt::NoBrush) 
)
inline

Definition at line 45 of file element.h.

Area::Area ( int  _x,
int  _y,
int  _w,
int  _h,
QPen  _Pen,
QBrush  _Brush = QBrush(Qt::NoBrush) 
)
inline

Definition at line 50 of file symbolwidget.h.

Member Data Documentation

QBrush Area::Brush

Definition at line 50 of file element.h.

int Area::h

Definition at line 47 of file element.h.

QPen Area::Pen

Definition at line 49 of file element.h.

int Area::w

Definition at line 47 of file element.h.

int Area::x

Definition at line 47 of file element.h.

int Area::y

Definition at line 47 of file element.h.


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