CGRA-ME
Public Attributes | List of all members
Module::VisualPositionRect Struct Reference

#include <Module.h>

Public Attributes

double x
 
double y
 
double w
 
double h
 

Detailed Description

Definition at line 344 of file Module.h.

Member Data Documentation

◆ h

double Module::VisualPositionRect::h

Definition at line 351 of file Module.h.

◆ w

double Module::VisualPositionRect::w

Definition at line 351 of file Module.h.

◆ x

double Module::VisualPositionRect::x

Values are fractional, based on the parent's box e.g. x= 0.5, y = 0.5, w = 0.5. h = 0.25 would create a box with top left corner at the center of the parent, that extends from center to the right border of the parent (0.5 width), and a quarter of the parent's height down.

Definition at line 351 of file Module.h.

◆ y

double Module::VisualPositionRect::y

Definition at line 351 of file Module.h.


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