okteta
Go to the documentation of this file.
23 #ifndef VIEWCONFIGCONTROLLER_H
24 #define VIEWCONFIGCONTROLLER_H
54 void setValueCoding(
int valueCoding );
55 void setCharCoding(
int valueCoding );
56 void setShowsNonprinting(
bool on );
57 void setBytesPerLine();
58 void setBytesPerGroup();
59 void setLayoutStyle(
int layoutStyle );
60 void setOffsetCoding(
int offsetCoding );
61 void toggleOffsetColumn(
bool on );
62 void toggleValueCharColumns(
int visibleColunms );
64 void onOffsetColumnVisibleChanged(
bool offsetColumnVisible );
65 void onOffsetCodingChanged(
int offsetCoding );
66 void onShowsNonprintingChanged(
bool showsNonprinting );
67 void onValueCodingChanged(
int valueCoding );
68 void onCharCodecChanged(
const QString& charCodecName );
69 void onLayoutStyleChanged(
int layoutStyle );
70 void onVisibleByteArrayCodingsChanged(
int visibleByteArrayCodings );
76 KSelectAction* mCodingAction;
77 KSelectAction* mEncodingAction;
78 KToggleAction* mShowsNonprintingAction;
79 KAction* mSetBytesPerLineAction;
80 KAction* mSetBytesPerGroupAction;
81 KSelectAction* mResizeStyleAction;
82 KToggleAction* mShowOffsetColumnAction;
83 KSelectAction* mOffsetCodingAction;
84 KSelectAction* mToggleColumnsAction;
#define OKTETAKASTENCONTROLLERS_EXPORT
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:09 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.