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

#include <element.h>

Public Member Functions

 Port ()
 
 Port (int _x, int _y, bool _avail=true)
 

Data Fields

int x
 
int y
 
bool avail
 
QString Type
 
NodeConnection
 

Detailed Description

Definition at line 72 of file element.h.

Constructor & Destructor Documentation

Port::Port ( )
inline

Definition at line 73 of file element.h.

Port::Port ( int  _x,
int  _y,
bool  _avail = true 
)
inline

Definition at line 74 of file element.h.

Field Documentation

bool Port::avail

Definition at line 77 of file element.h.

Node* Port::Connection

Definition at line 79 of file element.h.

QString Port::Type

Definition at line 78 of file element.h.

int Port::x

Definition at line 75 of file element.h.

int Port::y

Definition at line 75 of file element.h.


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