Minsky: 3.17.0
schema1::SizeLayout Struct Reference

#include <schema1.h>

Inheritance diagram for schema1::SizeLayout:
Inheritance graph
Collaboration diagram for schema1::SizeLayout:
Collaboration graph

Public Member Functions

 SizeLayout ()
 
template<class T >
 SizeLayout (const T &x)
 
 SizeLayout (const schema0::PlotWidget &)
 

Public Attributes

double width =-1
 
double height =-1
 

Detailed Description

Definition at line 247 of file schema1.h.

Constructor & Destructor Documentation

◆ SizeLayout() [1/3]

schema1::SizeLayout::SizeLayout ( )
inline

Definition at line 250 of file schema1.h.

250 {}

◆ SizeLayout() [2/3]

template<class T >
schema1::SizeLayout::SizeLayout ( const T &  x)
inline

Definition at line 252 of file schema1.h.

252 : width(x.width), height(x.height) {}

◆ SizeLayout() [3/3]

schema1::SizeLayout::SizeLayout ( const schema0::PlotWidget )
inline

Definition at line 253 of file schema1.h.

253 {}

Member Data Documentation

◆ height

double schema1::SizeLayout::height =-1

Definition at line 249 of file schema1.h.

Referenced by schema2::Item::addLayout().

◆ width

double schema1::SizeLayout::width =-1

Definition at line 249 of file schema1.h.

Referenced by schema2::Item::addLayout().


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