WXP C++ Library Version 6.74.6
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
WXP::NidsText Struct Reference

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]
 

Detailed Description

This struct stores NIDS text block header information.

Author
Dan Vietor

Member Function Documentation

◆ getData()

const char * WXP::NidsText::getData ( )
inline

Returns text data

References data.

◆ print()

int NidsText::print ( )

Prints the object data

References data, val, x, and y.

Member Data Documentation

◆ data

char WXP::NidsText::data[100]

The text

Referenced by WXP::NidsPlot::drawData(), getData(), and print().

◆ val

float WXP::NidsText::val

Value associated with text

Referenced by print().

◆ x

float WXP::NidsText::x

The X location of text

Referenced by WXP::NidsPlot::drawData(), and print().

◆ y

float WXP::NidsText::y

The Y location of text

Referenced by WXP::NidsPlot::drawData(), and print().


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