Defined in file: hzDissemino.h
A Dissemino diagram 'graphic object'. This will be of a particule hdsShape but will be deemed to ocupy a rectangle within the diagram.
Constructors/Detructors
| hdsGraphic* | hdsGraphic | (void) | |
| NULL-TYPE | hdsGraphic | (void) | |
| Default constructor | hdsGraphic() | Not specified in code. Default applies |
Public Methods:
Member Variables:
| uint16_t | m_Bot | Bottom vertical-axis coord | |
| uint32_t | m_ColorFill | Fill color | |
| uint32_t | m_ColorLine | Line color | |
| hzString | m_Font | Font | |
| uint16_t | m_Height | Bot-Top | |
| uint16_t | m_Id | Diagram component id (unique within diagram) | |
| uint16_t | m_Lft | Leftmost horizontal-axis coord | |
| unsigned char | m_Rad | Radius where applicable | |
| unsigned char* | m_Resv | Reserved | |
| uint16_t | m_Rht | Rightmost horizontal-axis coord | |
| hzString | m_Text | diagram component associated text | |
| unsigned char | m_Thick | Line thickness | |
| uint16_t | m_Top | Top vertical-axis coord | |
| uint16_t | m_Width | Rht-Lft | |
| hdsShape | m_eShape | Type of shape | |
| unsigned char | m_nLines | Number of lines in text uchar m_Row ; // Approx vertical position relative to top of diagram/flowchart uchar m_Col ; // Approx horizontal position relative to left of diagram/flowchart |