Qucs-GUI  0.0.18
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Data Fields
Line Struct Reference

#include <element.h>

Public Member Functions

 Line (int _x1, int _y1, int _x2, int _y2, QPen _style)
 

Data Fields

int x1
 
int y1
 
int x2
 
int y2
 
QPen style
 

Detailed Description

Definition at line 48 of file element.h.

Constructor & Destructor Documentation

Line::Line ( int  _x1,
int  _y1,
int  _x2,
int  _y2,
QPen  _style 
)
inline

Definition at line 49 of file element.h.

Field Documentation

QPen Line::style

Definition at line 52 of file element.h.

int Line::x1

Definition at line 50 of file element.h.

int Line::x2

Definition at line 50 of file element.h.

int Line::y1

Definition at line 50 of file element.h.

int Line::y2

Definition at line 50 of file element.h.


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