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

#include <element.h>

Public Member Functions

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

Public Attributes

int x1
 
int y1
 
int x2
 
int y2
 
QPen style
 

Detailed Description

Definition at line 29 of file element.h.

Constructor & Destructor Documentation

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

Definition at line 30 of file element.h.

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

Definition at line 35 of file symbolwidget.h.

Member Data Documentation

QPen Line::style

Definition at line 33 of file element.h.

int Line::x1

Definition at line 31 of file element.h.

int Line::x2

Definition at line 31 of file element.h.

int Line::y1

Definition at line 31 of file element.h.

int Line::y2

Definition at line 31 of file element.h.


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