WXP C++ Library Version 6.74.9
|
This struct stores NIDS text block header information. More...
#include "../include/NidsText.h"
Public Member Functions | |
const char * | getData () |
int | print () |
Public Attributes | |
float | val |
float | x |
float | y |
char | data [100] |
This struct stores NIDS text block header information.
|
inline |
Returns text data
References data.
char WXP::NidsText::data[100] |
The text
Referenced by WXP::NidsPlot::drawData(), getData(), and print().
float WXP::NidsText::val |
Value associated with text
Referenced by print().
float WXP::NidsText::x |
The X location of text
Referenced by WXP::NidsPlot::drawData(), and print().
float WXP::NidsText::y |
The Y location of text
Referenced by WXP::NidsPlot::drawData(), and print().