okteta
Kasten2::SourceCodeStreamEncoderSettings Class Reference
#include <bytearraysourcecodestreamencoder.h>
Public Types | |
enum | PrimitiveDataType { CharType = 0, UnsignedCharType, ShortType, UnsignedShortType, IntegerType, UnsignedIntegerType, FloatType, DoubleType } |
Public Member Functions | |
SourceCodeStreamEncoderSettings () | |
Public Attributes | |
int | dataType |
int | elementsPerLine |
bool | unsignedAsHexadecimal |
QString | variableName |
Detailed Description
Definition at line 35 of file bytearraysourcecodestreamencoder.h.
Member Enumeration Documentation
Enumerator | |
---|---|
CharType | |
UnsignedCharType | |
ShortType | |
UnsignedShortType | |
IntegerType | |
UnsignedIntegerType | |
FloatType | |
DoubleType |
Definition at line 38 of file bytearraysourcecodestreamencoder.h.
Constructor & Destructor Documentation
Kasten2::SourceCodeStreamEncoderSettings::SourceCodeStreamEncoderSettings | ( | ) |
Definition at line 63 of file bytearraysourcecodestreamencoder.cpp.
Member Data Documentation
int Kasten2::SourceCodeStreamEncoderSettings::dataType |
Definition at line 55 of file bytearraysourcecodestreamencoder.h.
int Kasten2::SourceCodeStreamEncoderSettings::elementsPerLine |
Definition at line 56 of file bytearraysourcecodestreamencoder.h.
bool Kasten2::SourceCodeStreamEncoderSettings::unsignedAsHexadecimal |
Definition at line 57 of file bytearraysourcecodestreamencoder.h.
QString Kasten2::SourceCodeStreamEncoderSettings::variableName |
Definition at line 54 of file bytearraysourcecodestreamencoder.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.