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

#include <element.h>

Collaboration diagram for Port:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

int x
 
int y
 
bool avail
 
QString Type
 
NodeConnection
 

Detailed Description

Definition at line 53 of file element.h.

Constructor & Destructor Documentation

Port::Port ( )
inline

Definition at line 54 of file element.h.

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

Definition at line 55 of file element.h.

Member Data Documentation

bool Port::avail

Definition at line 58 of file element.h.

Node* Port::Connection

Definition at line 60 of file element.h.

QString Port::Type

Definition at line 59 of file element.h.

int Port::x

Definition at line 56 of file element.h.

int Port::y

Definition at line 56 of file element.h.


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