Qucs-GUI  0.0.18
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Data Fields
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))
 

Data Fields

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

Detailed Description

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

Field Documentation

QBrush Area::Brush

Definition at line 69 of file element.h.

int Area::h

Definition at line 66 of file element.h.

QPen Area::Pen

Definition at line 68 of file element.h.

int Area::w

Definition at line 66 of file element.h.

int Area::x

Definition at line 66 of file element.h.

int Area::y

Definition at line 66 of file element.h.


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