umbrello  2.35.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
Public Attributes | List of all members
SymbolPropertyPOD Struct Reference
Collaboration diagram for SymbolPropertyPOD:

Public Attributes

int boundRectX
 
int boundRectY
 
int boundRectW
 
int boundRectH
 
int axisLineStartX
 
int axisLineStartY
 
int axisLineEndX
 
int axisLineEndY
 
int endPoint0x
 
int endPoint0y
 
int endPoint1x
 
int endPoint1y
 

Detailed Description

Auxiliary struct for Symbol::SymbolProperty in C Plain Old Data format avoids danger of "C++ static initialization order fiasco", see https://en.cppreference.com/w/cpp/language/siof

Member Data Documentation

int SymbolPropertyPOD::axisLineEndX
int SymbolPropertyPOD::axisLineEndY
int SymbolPropertyPOD::axisLineStartX
int SymbolPropertyPOD::axisLineStartY
int SymbolPropertyPOD::boundRectH
int SymbolPropertyPOD::boundRectW
int SymbolPropertyPOD::boundRectX
int SymbolPropertyPOD::boundRectY
int SymbolPropertyPOD::endPoint0x
int SymbolPropertyPOD::endPoint0y
int SymbolPropertyPOD::endPoint1x
int SymbolPropertyPOD::endPoint1y

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