Defined in file: hzDissemino.h
A Dissemino diagram/flowchart inert line. Note that lines can be directed to automatically include 90 degree turns to avoid diagram graphics and to avoid deviating from the horizontal and vertical.
Constructors/Detructors
| hdsLine* | hdsLine | (void) | |
| Default constructor | hdsLine() | Not specified in code. Default applies |
Public Methods:
| void | Clear | (void) |
Member Variables:
| uint32_t | m_Color | Line color | |
| hzString | m_Font | Font | |
| uint16_t | m_Resv | Reserved | |
| hzString | m_Text | Text | |
| uint16_t | m_Thick | Line thickness | |
| uint16_t | m_finalH | Final horizontal coord | |
| uint16_t | m_finalV | Final vertical coord | |
| uint16_t | m_startH | Start horizontal coord | |
| uint16_t | m_startV | Start vertical coord |