Minsky
schema0::GroupIcon Class Reference

#include <schema0.h>

Collaboration diagram for schema0::GroupIcon:
Collaboration graph

Public Member Functions

 GroupIcon ()
 

Public Attributes

std::vector< int > operations
 
std::vector< int > variables
 
std::vector< int > wires
 
ecolab::array< int > m_ports
 
std::string name
 
double x
 
double y
 
double width
 
double height
 
double rotation
 

Private Member Functions

 CLASSDESC_ACCESS (GroupIcon)
 

Private Attributes

std::vector< int > inVariables
 
std::vector< int > outVariables
 

Detailed Description

Definition at line 146 of file schema0.h.

Constructor & Destructor Documentation

◆ GroupIcon()

schema0::GroupIcon::GroupIcon ( )
inline

Definition at line 161 of file schema0.h.

161 : width(100), height(100), rotation(0) {}

Member Function Documentation

◆ CLASSDESC_ACCESS()

schema0::GroupIcon::CLASSDESC_ACCESS ( GroupIcon  )
private

Member Data Documentation

◆ height

double schema0::GroupIcon::height

Definition at line 158 of file schema0.h.

◆ inVariables

std::vector<int> schema0::GroupIcon::inVariables
private

Definition at line 148 of file schema0.h.

◆ m_ports

ecolab::array<int> schema0::GroupIcon::m_ports

Definition at line 154 of file schema0.h.

◆ name

std::string schema0::GroupIcon::name

Definition at line 156 of file schema0.h.

◆ operations

std::vector<int> schema0::GroupIcon::operations

Definition at line 151 of file schema0.h.

◆ outVariables

std::vector<int> schema0::GroupIcon::outVariables
private

Definition at line 148 of file schema0.h.

◆ rotation

double schema0::GroupIcon::rotation

Definition at line 159 of file schema0.h.

◆ variables

std::vector<int> schema0::GroupIcon::variables

Definition at line 152 of file schema0.h.

Referenced by schema1::Group::Group().

◆ width

double schema0::GroupIcon::width

Definition at line 158 of file schema0.h.

◆ wires

std::vector<int> schema0::GroupIcon::wires

Definition at line 153 of file schema0.h.

◆ x

double schema0::GroupIcon::x

Definition at line 157 of file schema0.h.

◆ y

double schema0::GroupIcon::y

Definition at line 157 of file schema0.h.


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