okteta
#include <bytearrayviewprofile.h>
Public Types | |
typedef QString | Id |
Detailed Description
Definition at line 39 of file bytearrayviewprofile.h.
Member Typedef Documentation
typedef QString Kasten2::ByteArrayViewProfile::Id |
Definition at line 42 of file bytearrayviewprofile.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 92 of file bytearrayviewprofile.cpp.
Kasten2::ByteArrayViewProfile::ByteArrayViewProfile | ( | const ByteArrayViewProfile & | other | ) |
Definition at line 96 of file bytearrayviewprofile.cpp.
Kasten2::ByteArrayViewProfile::~ByteArrayViewProfile | ( | ) |
Definition at line 139 of file bytearrayviewprofile.cpp.
Member Function Documentation
QString Kasten2::ByteArrayViewProfile::charCodingName | ( | ) | const |
Definition at line 111 of file bytearrayviewprofile.cpp.
ByteArrayViewProfile::Id Kasten2::ByteArrayViewProfile::id | ( | ) | const |
Definition at line 108 of file bytearrayviewprofile.cpp.
int Kasten2::ByteArrayViewProfile::layoutStyle | ( | ) | const |
Definition at line 116 of file bytearrayviewprofile.cpp.
int Kasten2::ByteArrayViewProfile::noOfBytesPerLine | ( | ) | const |
Definition at line 115 of file bytearrayviewprofile.cpp.
int Kasten2::ByteArrayViewProfile::noOfGroupedBytes | ( | ) | const |
Definition at line 120 of file bytearrayviewprofile.cpp.
int Kasten2::ByteArrayViewProfile::offsetCoding | ( | ) | const |
Definition at line 110 of file bytearrayviewprofile.cpp.
bool Kasten2::ByteArrayViewProfile::offsetColumnVisible | ( | ) | const |
Definition at line 113 of file bytearrayviewprofile.cpp.
ByteArrayViewProfile & Kasten2::ByteArrayViewProfile::operator= | ( | const ByteArrayViewProfile & | other | ) |
Definition at line 101 of file bytearrayviewprofile.cpp.
void Kasten2::ByteArrayViewProfile::setCharCoding | ( | const QString & | charCodingName | ) |
Definition at line 127 of file bytearrayviewprofile.cpp.
void Kasten2::ByteArrayViewProfile::setId | ( | const Id & | id | ) |
Definition at line 123 of file bytearrayviewprofile.cpp.
void Kasten2::ByteArrayViewProfile::setLayoutStyle | ( | int | layoutStyle | ) |
Definition at line 132 of file bytearrayviewprofile.cpp.
void Kasten2::ByteArrayViewProfile::setNoOfBytesPerLine | ( | int | noOfBytesPerLine | ) |
Definition at line 133 of file bytearrayviewprofile.cpp.
void Kasten2::ByteArrayViewProfile::setNoOfGroupedBytes | ( | int | noOfGroupedBytes | ) |
Definition at line 135 of file bytearrayviewprofile.cpp.
void Kasten2::ByteArrayViewProfile::setOffsetCoding | ( | int | offsetCoding | ) |
Definition at line 125 of file bytearrayviewprofile.cpp.
void Kasten2::ByteArrayViewProfile::setOffsetColumnVisible | ( | bool | visible | ) |
Definition at line 130 of file bytearrayviewprofile.cpp.
void Kasten2::ByteArrayViewProfile::setShowsNonprinting | ( | bool | showsNonprinting | ) |
Definition at line 134 of file bytearrayviewprofile.cpp.
void Kasten2::ByteArrayViewProfile::setSubstituteChar | ( | const QChar & | substituteChar | ) |
Definition at line 128 of file bytearrayviewprofile.cpp.
void Kasten2::ByteArrayViewProfile::setUndefinedChar | ( | const QChar & | undefinedChar | ) |
Definition at line 129 of file bytearrayviewprofile.cpp.
void Kasten2::ByteArrayViewProfile::setValueCoding | ( | int | valueCoding | ) |
Definition at line 126 of file bytearrayviewprofile.cpp.
void Kasten2::ByteArrayViewProfile::setViewModus | ( | int | viewModus | ) |
Definition at line 136 of file bytearrayviewprofile.cpp.
void Kasten2::ByteArrayViewProfile::setViewProfileTitle | ( | const QString & | title | ) |
Definition at line 124 of file bytearrayviewprofile.cpp.
void Kasten2::ByteArrayViewProfile::setVisibleByteArrayCodings | ( | int | columns | ) |
Definition at line 131 of file bytearrayviewprofile.cpp.
bool Kasten2::ByteArrayViewProfile::showsNonprinting | ( | ) | const |
Definition at line 119 of file bytearrayviewprofile.cpp.
QChar Kasten2::ByteArrayViewProfile::substituteChar | ( | ) | const |
Definition at line 117 of file bytearrayviewprofile.cpp.
QChar Kasten2::ByteArrayViewProfile::undefinedChar | ( | ) | const |
Definition at line 118 of file bytearrayviewprofile.cpp.
int Kasten2::ByteArrayViewProfile::valueCoding | ( | ) | const |
Definition at line 112 of file bytearrayviewprofile.cpp.
int Kasten2::ByteArrayViewProfile::viewModus | ( | ) | const |
Definition at line 121 of file bytearrayviewprofile.cpp.
QString Kasten2::ByteArrayViewProfile::viewProfileTitle | ( | ) | const |
Definition at line 109 of file bytearrayviewprofile.cpp.
int Kasten2::ByteArrayViewProfile::visibleByteArrayCodings | ( | ) | const |
Definition at line 114 of file bytearrayviewprofile.cpp.
The documentation for this class was generated from the following files:
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.