okteta
Go to the documentation of this file.
23 #ifndef BYTEARRAYVIEWPROFILE_H
24 #define BYTEARRAYVIEWPROFILE_H
29 #include <QtCore/QSharedDataPointer>
37 class ByteArrayViewProfilePrivate;
54 void setId(
const Id&
id );
58 void setViewProfileTitle(
const QString& title );
59 QString viewProfileTitle()
const;
62 void setOffsetCoding(
int offsetCoding );
63 int offsetCoding()
const;
64 void setValueCoding(
int valueCoding );
65 void setCharCoding(
const QString& charCodingName );
66 int valueCoding()
const;
67 QString charCodingName()
const;
68 void setShowsNonprinting(
bool showsNonprinting );
69 bool showsNonprinting()
const;
70 void setSubstituteChar(
const QChar& substituteChar );
71 void setUndefinedChar(
const QChar& undefinedChar );
72 QChar substituteChar()
const;
73 QChar undefinedChar()
const;
76 void setOffsetColumnVisible(
bool visible );
77 void setVisibleByteArrayCodings(
int columns );
78 bool offsetColumnVisible()
const;
79 int visibleByteArrayCodings()
const;
82 void setLayoutStyle(
int layoutStyle );
83 void setNoOfBytesPerLine(
int noOfBytesPerLine );
84 void setNoOfGroupedBytes(
int noOfGroupedBytes );
85 int noOfBytesPerLine()
const;
86 int layoutStyle()
const;
87 int noOfGroupedBytes()
const;
90 void setViewModus(
int viewModus );
91 int viewModus()
const;
94 QSharedDataPointer<ByteArrayViewProfilePrivate> d;
#define OKTETAKASTENGUI_EXPORT
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:07 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.