GTXclient C++ API
GTXserver-17.0.3
|
Class for handling Information on a file. More...
#include <GTXVariableFormat.hpp>
Public Types | |
enum | FormatType { FORMAT_TYPE_DECIMAL, FORMAT_TYPE_INTEGER, FORMAT_TYPE_EXPONENT, FORMAT_TYPE_FREE, FORMAT_TYPE_SHIFTED, FORMAT_TYPE_INVALID } |
Public Member Functions | |
GTXVariableFormat () | |
Default Constructor. | |
void | SetType (FormatType format) |
Set Format Type. | |
FormatType | GetFormatType () |
Get Format Type. | |
void | SetLength (int length) |
Set Format Length (3..19) | |
int | GetLength () |
Get Format Length (3..19) | |
void | SetDigits (int digits) |
Set Format Digits (0..9) | |
int | GetDigits () |
Get Format Digits (0..9) | |
void | SetUnit (const char *unit) |
Set Format Unit (if empty string this is a length variable) | |
char * | GetUnit () |
Get Format Unit (if empty string this is a length variable) | |
Friends | |
class | GTXClient |
Class for handling Information on a file.