• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdesdk API Reference
  • KDE Home
  • Contact Us
 

okteta

  • Okteta
  • AbstractByteArrayViewPrivate
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Okteta::AbstractByteArrayViewPrivate Class Referenceabstract

#include <abstractbytearrayview_p.h>

Inheritance diagram for Okteta::AbstractByteArrayViewPrivate:
Inheritance graph
[legend]

Public Member Functions

 AbstractByteArrayViewPrivate (AbstractByteArrayView *parent)
 
virtual ~AbstractByteArrayViewPrivate ()
 
virtual void blinkCursor ()=0
 
AbstractByteArrayModel * byteArrayModel () const
 
void changeEvent (QEvent *event)
 
const CharCodec * charCodec () const
 
AbstractByteArrayView::CharCoding charCoding () const
 
const QString & charCodingName () const
 
KController * controller () const
 
Address cursorPosition () const
 
virtual QRect cursorRect () const =0
 
void dragEnterEvent (QDragEnterEvent *dragEnterEvent)
 
void dragLeaveEvent (QDragLeaveEvent *dragLeaveEvent)
 
void dragMoveEvent (QDragMoveEvent *dragMoveEvent)
 
void dropEvent (QDropEvent *dropEvent)
 
Dropper * dropper () const
 
virtual void ensureCursorVisible ()=0
 
virtual void ensureVisible (const AddressRange &range, bool ensureStartVisible)=0
 
bool event (QEvent *event)
 
Address firstLineOffset () const
 
void focusInEvent (QFocusEvent *focusEvent)
 
void focusOutEvent (QFocusEvent *focusEvent)
 
bool hasSelectedData () const
 
virtual Address indexByPoint (const QPoint &point) const =0
 
void init ()
 
bool isCursorBehind () const
 
bool isEffectiveReadOnly () const
 
bool isModified () const
 
bool isOverwriteMode () const
 
bool isOverwriteOnly () const
 
bool isViewReadOnly () const
 
ByteArrayTableLayout * layout () const
 
AbstractByteArrayView::LayoutStyle layoutStyle () const
 
AddressRange marking () const
 
void mouseDoubleClickEvent (QMouseEvent *mouseDoubleClickEvent)
 
void mouseMoveEvent (QMouseEvent *mouseMoveEvent)
 
void mousePressEvent (QMouseEvent *mousePressEvent)
 
void mouseReleaseEvent (QMouseEvent *mouseReleaseEvent)
 
int noOfBytesPerLine () const
 
AbstractByteArrayView::OffsetCoding offsetCoding () const
 
bool offsetColumnVisible () const
 
void onBookmarksChange (const QList< Bookmark > &bookmarks)
 
void onByteArrayReadOnlyChange (bool isByteArrayReadOnly)
 
void onContentsChanged (const ArrayChangeMetricsList &changeList)
 
void onRevertedToVersionIndex (int versionIndex)
 
virtual void placeCursor (const QPoint &point)=0
 
void resizeEvent (QResizeEvent *resizeEvent)
 
void selectAll (bool select)
 
QByteArray selectedData () const
 
AddressRange selection () const
 
QMimeData * selectionAsMimeData () const
 
bool selectWord (Address index)
 
void setByteArrayModel (AbstractByteArrayModel *byteArrayModel)
 
void setCharCoding (AbstractByteArrayView::CharCoding charCoding)
 
void setCharCoding (const QString &charCodingName)
 
void setController (KController *controller)
 
void setCursorPosition (Address index, bool isBehind)
 
void setFirstLineOffset (Address firstLineOffset)
 
void setLayoutStyle (AbstractByteArrayView::LayoutStyle layoutStyle)
 
void setMarking (Address start, Address end)
 
void setMarking (const AddressRange &marking)
 
void setModified (bool modified)
 
void setNoOfBytesPerLine (int noOfBytesPerLine)
 
void setOffsetCoding (AbstractByteArrayView::OffsetCoding offsetCoding)
 
void setOverwriteMode (bool overwriteMode)
 
void setOverwriteOnly (bool overwriteOnly)
 
void setReadOnly (bool readOnly)
 
void setSelection (const AddressRange &selection)
 
void setSelectionCursorPosition (Address index)
 
void setStartOffset (Address startOffset)
 
void setTabChangesFocus (bool tabChangesFocus=true)
 
void setValueCoding (AbstractByteArrayView::ValueCoding valueCoding)
 
void setWheelController (AbstractWheelController *wheelController)
 
void setZoomLevel (double level)
 
Address startOffset () const
 
bool tabChangesFocus () const
 
ByteArrayTableCursor * tableCursor () const
 
ByteArrayTableRanges * tableRanges () const
 
void toggleOffsetColumn (bool offsetColumnVisible)
 
void unZoom ()
 
const ValueCodec * valueCodec () const
 
AbstractByteArrayView::ValueCoding valueCoding () const
 
KValueEditor * valueEditor () const
 
bool viewportEvent (QEvent *event)
 
AbstractWheelController * wheelController () const
 
void zoomIn (int pointInc)
 
void zoomIn ()
 
double zoomLevel () const
 
void zoomOut (int pointDec)
 
void zoomOut ()
 
void zoomTo (int pointSize)
 

Protected Member Functions

virtual
AbstractByteArrayView::CodingTypeId 
activeCoding () const =0
 
void adaptController ()
 
void adjustLayoutToSize ()
 
virtual void adjustToLayoutNoOfBytesPerLine ()=0
 
void cancelByteEditor ()
 
bool canReadData (const QMimeData *data) const
 
void copyToClipboard (QClipboard::Mode mode=QClipboard::Clipboard) const
 
void cutToClipboard (QClipboard::Mode mode=QClipboard::Clipboard)
 
void finishByteEditor ()
 
virtual int fittingBytesPerLine () const =0
 
bool getNextChangedRange (CoordRange *changedRange, const CoordRange &visibleRange) const
 
void insert (const QByteArray &data)
 
bool isByteEditorActive () const
 
void pasteData (const QMimeData *data)
 
void pasteFromClipboard (QClipboard::Mode mode=QClipboard::Clipboard)
 
virtual void pauseCursor ()=0
 
void removeSelectedData ()
 
virtual void setActiveCoding (AbstractByteArrayView::CodingTypeId codingId)=0
 
virtual void setVisibleCodings (int visibleCodings)=0
 
void startCursor ()
 
void stopCursor ()
 
void unpauseCursor ()
 
virtual void updateChanged ()=0
 
virtual void updateCursors ()=0
 
void updateViewByWidth ()
 
virtual
AbstractByteArrayView::CodingTypes 
visibleCodings () const =0
 

Protected Attributes

bool mBlinkCursorVisible:1
 
AbstractByteArrayModel * mByteArrayModel
 
CharCodec * mCharCodec
 
AbstractByteArrayView::CharCoding mCharCoding
 
KCharEditor * mCharEditor
 
KController * mController
 
QTimer * mCursorBlinkTimer
 
bool mCursorPaused:1
 
KCursor * mCursorPixmaps
 
int mDefaultFontSize
 
Dropper * mDropper
 
bool mInZooming:1
 
AbstractMouseController * mMouseController
 
MouseNavigator * mMouseNavigator
 
MousePaster * mMousePaster
 
KNavigator * mNavigator
 
BorderColumnRenderer * mOffsetBorderColumn
 
OffsetColumnRenderer * mOffsetColumn
 
bool mOverWrite:1
 
bool mOverWriteOnly:1
 
bool mReadOnly:1
 
AbstractByteArrayView::LayoutStyle mResizeStyle
 
WidgetColumnStylist * mStylist
 
KTabController * mTabController
 
ByteArrayTableCursor * mTableCursor
 
ByteArrayTableLayout * mTableLayout
 
ByteArrayTableRanges * mTableRanges
 
ValueCodec * mValueCodec
 
AbstractByteArrayView::ValueCoding mValueCoding
 
KValueEditor * mValueEditor
 
AbstractWheelController * mWheelController
 
double mZoomLevel
 
ZoomWheelController * mZoomWheelController
 
AbstractByteArrayView *const q_ptr
 

Detailed Description

Definition at line 59 of file abstractbytearrayview_p.h.

Constructor & Destructor Documentation

Okteta::AbstractByteArrayViewPrivate::AbstractByteArrayViewPrivate ( AbstractByteArrayView *  parent)
explicit
virtual Okteta::AbstractByteArrayViewPrivate::~AbstractByteArrayViewPrivate ( )
virtual

Member Function Documentation

virtual AbstractByteArrayView::CodingTypeId Okteta::AbstractByteArrayViewPrivate::activeCoding ( ) const
protectedpure virtual

Implemented in Okteta::ByteArrayColumnViewPrivate, and Okteta::ByteArrayRowViewPrivate.

void Okteta::AbstractByteArrayViewPrivate::adaptController ( )
protected
void Okteta::AbstractByteArrayViewPrivate::adjustLayoutToSize ( )
protected
virtual void Okteta::AbstractByteArrayViewPrivate::adjustToLayoutNoOfBytesPerLine ( )
protectedpure virtual

recalcs all dependant values with the actual NoOfBytesPerLine

Implemented in Okteta::ByteArrayColumnViewPrivate, and Okteta::ByteArrayRowViewPrivate.

virtual void Okteta::AbstractByteArrayViewPrivate::blinkCursor ( )
pure virtual

Implemented in Okteta::ByteArrayColumnViewPrivate, and Okteta::ByteArrayRowViewPrivate.

AbstractByteArrayModel * Okteta::AbstractByteArrayViewPrivate::byteArrayModel ( ) const
inline

Definition at line 320 of file abstractbytearrayview_p.h.

void Okteta::AbstractByteArrayViewPrivate::cancelByteEditor ( )
inlineprotected

Definition at line 366 of file abstractbytearrayview_p.h.

bool Okteta::AbstractByteArrayViewPrivate::canReadData ( const QMimeData *  data) const
protected
void Okteta::AbstractByteArrayViewPrivate::changeEvent ( QEvent *  event)
const CharCodec * Okteta::AbstractByteArrayViewPrivate::charCodec ( ) const
inline

Definition at line 336 of file abstractbytearrayview_p.h.

AbstractByteArrayView::CharCoding Okteta::AbstractByteArrayViewPrivate::charCoding ( ) const
inline

Definition at line 337 of file abstractbytearrayview_p.h.

const QString & Okteta::AbstractByteArrayViewPrivate::charCodingName ( ) const
inline

Definition at line 341 of file abstractbytearrayview_p.h.

KController * Okteta::AbstractByteArrayViewPrivate::controller ( ) const
inline

Definition at line 321 of file abstractbytearrayview_p.h.

void Okteta::AbstractByteArrayViewPrivate::copyToClipboard ( QClipboard::Mode  mode = QClipboard::Clipboard) const
protected
Address Okteta::AbstractByteArrayViewPrivate::cursorPosition ( ) const
inline

returns the index of the cursor position

Definition at line 343 of file abstractbytearrayview_p.h.

virtual QRect Okteta::AbstractByteArrayViewPrivate::cursorRect ( ) const
pure virtual

Implemented in Okteta::ByteArrayColumnViewPrivate, and Okteta::ByteArrayRowViewPrivate.

void Okteta::AbstractByteArrayViewPrivate::cutToClipboard ( QClipboard::Mode  mode = QClipboard::Clipboard)
protected
void Okteta::AbstractByteArrayViewPrivate::dragEnterEvent ( QDragEnterEvent *  dragEnterEvent)
void Okteta::AbstractByteArrayViewPrivate::dragLeaveEvent ( QDragLeaveEvent *  dragLeaveEvent)
void Okteta::AbstractByteArrayViewPrivate::dragMoveEvent ( QDragMoveEvent *  dragMoveEvent)
void Okteta::AbstractByteArrayViewPrivate::dropEvent ( QDropEvent *  dropEvent)
Dropper * Okteta::AbstractByteArrayViewPrivate::dropper ( ) const
inline

Definition at line 358 of file abstractbytearrayview_p.h.

virtual void Okteta::AbstractByteArrayViewPrivate::ensureCursorVisible ( )
pure virtual

Implemented in Okteta::ByteArrayColumnViewPrivate, and Okteta::ByteArrayRowViewPrivate.

virtual void Okteta::AbstractByteArrayViewPrivate::ensureVisible ( const AddressRange &  range,
bool  ensureStartVisible 
)
pure virtual

Implemented in Okteta::ByteArrayColumnViewPrivate, and Okteta::ByteArrayRowViewPrivate.

bool Okteta::AbstractByteArrayViewPrivate::event ( QEvent *  event)
void Okteta::AbstractByteArrayViewPrivate::finishByteEditor ( )
inlineprotected

Definition at line 370 of file abstractbytearrayview_p.h.

Address Okteta::AbstractByteArrayViewPrivate::firstLineOffset ( ) const
inline

Definition at line 347 of file abstractbytearrayview_p.h.

virtual int Okteta::AbstractByteArrayViewPrivate::fittingBytesPerLine ( ) const
protectedpure virtual

Implemented in Okteta::ByteArrayColumnViewPrivate, and Okteta::ByteArrayRowViewPrivate.

void Okteta::AbstractByteArrayViewPrivate::focusInEvent ( QFocusEvent *  focusEvent)
void Okteta::AbstractByteArrayViewPrivate::focusOutEvent ( QFocusEvent *  focusEvent)
bool Okteta::AbstractByteArrayViewPrivate::getNextChangedRange ( CoordRange *  changedRange,
const CoordRange &  visibleRange 
) const
protected
bool Okteta::AbstractByteArrayViewPrivate::hasSelectedData ( ) const
inline

Definition at line 351 of file abstractbytearrayview_p.h.

virtual Address Okteta::AbstractByteArrayViewPrivate::indexByPoint ( const QPoint &  point) const
pure virtual

Implemented in Okteta::ByteArrayColumnViewPrivate, and Okteta::ByteArrayRowViewPrivate.

void Okteta::AbstractByteArrayViewPrivate::init ( )
void Okteta::AbstractByteArrayViewPrivate::insert ( const QByteArray &  data)
protected
bool Okteta::AbstractByteArrayViewPrivate::isByteEditorActive ( ) const
inlineprotected

Definition at line 356 of file abstractbytearrayview_p.h.

bool Okteta::AbstractByteArrayViewPrivate::isCursorBehind ( ) const
inline

Definition at line 344 of file abstractbytearrayview_p.h.

bool Okteta::AbstractByteArrayViewPrivate::isEffectiveReadOnly ( ) const
inline

Definition at line 327 of file abstractbytearrayview_p.h.

bool Okteta::AbstractByteArrayViewPrivate::isModified ( ) const
inline

Definition at line 345 of file abstractbytearrayview_p.h.

bool Okteta::AbstractByteArrayViewPrivate::isOverwriteMode ( ) const
inline

Definition at line 324 of file abstractbytearrayview_p.h.

bool Okteta::AbstractByteArrayViewPrivate::isOverwriteOnly ( ) const
inline

Definition at line 325 of file abstractbytearrayview_p.h.

bool Okteta::AbstractByteArrayViewPrivate::isViewReadOnly ( ) const
inline

Definition at line 326 of file abstractbytearrayview_p.h.

ByteArrayTableLayout * Okteta::AbstractByteArrayViewPrivate::layout ( ) const
inline

Definition at line 330 of file abstractbytearrayview_p.h.

AbstractByteArrayView::LayoutStyle Okteta::AbstractByteArrayViewPrivate::layoutStyle ( ) const
inline

Definition at line 342 of file abstractbytearrayview_p.h.

AddressRange Okteta::AbstractByteArrayViewPrivate::marking ( ) const
inline

Definition at line 353 of file abstractbytearrayview_p.h.

void Okteta::AbstractByteArrayViewPrivate::mouseDoubleClickEvent ( QMouseEvent *  mouseDoubleClickEvent)
void Okteta::AbstractByteArrayViewPrivate::mouseMoveEvent ( QMouseEvent *  mouseMoveEvent)
void Okteta::AbstractByteArrayViewPrivate::mousePressEvent ( QMouseEvent *  mousePressEvent)
void Okteta::AbstractByteArrayViewPrivate::mouseReleaseEvent ( QMouseEvent *  mouseReleaseEvent)
int Okteta::AbstractByteArrayViewPrivate::noOfBytesPerLine ( ) const
inline

Definition at line 346 of file abstractbytearrayview_p.h.

AbstractByteArrayView::OffsetCoding Okteta::AbstractByteArrayViewPrivate::offsetCoding ( ) const
inline

Definition at line 360 of file abstractbytearrayview_p.h.

bool Okteta::AbstractByteArrayViewPrivate::offsetColumnVisible ( ) const
inline

Definition at line 359 of file abstractbytearrayview_p.h.

void Okteta::AbstractByteArrayViewPrivate::onBookmarksChange ( const QList< Bookmark > &  bookmarks)
void Okteta::AbstractByteArrayViewPrivate::onByteArrayReadOnlyChange ( bool  isByteArrayReadOnly)
void Okteta::AbstractByteArrayViewPrivate::onContentsChanged ( const ArrayChangeMetricsList &  changeList)
void Okteta::AbstractByteArrayViewPrivate::onRevertedToVersionIndex ( int  versionIndex)
void Okteta::AbstractByteArrayViewPrivate::pasteData ( const QMimeData *  data)
protected
void Okteta::AbstractByteArrayViewPrivate::pasteFromClipboard ( QClipboard::Mode  mode = QClipboard::Clipboard)
protected
virtual void Okteta::AbstractByteArrayViewPrivate::pauseCursor ( )
protectedpure virtual

Implemented in Okteta::ByteArrayColumnViewPrivate, and Okteta::ByteArrayRowViewPrivate.

virtual void Okteta::AbstractByteArrayViewPrivate::placeCursor ( const QPoint &  point)
pure virtual

Implemented in Okteta::ByteArrayColumnViewPrivate, and Okteta::ByteArrayRowViewPrivate.

void Okteta::AbstractByteArrayViewPrivate::removeSelectedData ( )
protected
void Okteta::AbstractByteArrayViewPrivate::resizeEvent ( QResizeEvent *  resizeEvent)
void Okteta::AbstractByteArrayViewPrivate::selectAll ( bool  select)
QByteArray Okteta::AbstractByteArrayViewPrivate::selectedData ( ) const
AddressRange Okteta::AbstractByteArrayViewPrivate::selection ( ) const
inline

Definition at line 350 of file abstractbytearrayview_p.h.

QMimeData* Okteta::AbstractByteArrayViewPrivate::selectionAsMimeData ( ) const
bool Okteta::AbstractByteArrayViewPrivate::selectWord ( Address  index)
virtual void Okteta::AbstractByteArrayViewPrivate::setActiveCoding ( AbstractByteArrayView::CodingTypeId  codingId)
protectedpure virtual

Implemented in Okteta::ByteArrayColumnViewPrivate, and Okteta::ByteArrayRowViewPrivate.

void Okteta::AbstractByteArrayViewPrivate::setByteArrayModel ( AbstractByteArrayModel *  byteArrayModel)
void Okteta::AbstractByteArrayViewPrivate::setCharCoding ( AbstractByteArrayView::CharCoding  charCoding)
void Okteta::AbstractByteArrayViewPrivate::setCharCoding ( const QString &  charCodingName)
void Okteta::AbstractByteArrayViewPrivate::setController ( KController *  controller)
inline

Definition at line 379 of file abstractbytearrayview_p.h.

void Okteta::AbstractByteArrayViewPrivate::setCursorPosition ( Address  index,
bool  isBehind 
)
void Okteta::AbstractByteArrayViewPrivate::setFirstLineOffset ( Address  firstLineOffset)
void Okteta::AbstractByteArrayViewPrivate::setLayoutStyle ( AbstractByteArrayView::LayoutStyle  layoutStyle)
void Okteta::AbstractByteArrayViewPrivate::setMarking ( Address  start,
Address  end 
)
void Okteta::AbstractByteArrayViewPrivate::setMarking ( const AddressRange &  marking)
void Okteta::AbstractByteArrayViewPrivate::setModified ( bool  modified)
inline

Definition at line 381 of file abstractbytearrayview_p.h.

void Okteta::AbstractByteArrayViewPrivate::setNoOfBytesPerLine ( int  noOfBytesPerLine)
void Okteta::AbstractByteArrayViewPrivate::setOffsetCoding ( AbstractByteArrayView::OffsetCoding  offsetCoding)
void Okteta::AbstractByteArrayViewPrivate::setOverwriteMode ( bool  overwriteMode)
void Okteta::AbstractByteArrayViewPrivate::setOverwriteOnly ( bool  overwriteOnly)
void Okteta::AbstractByteArrayViewPrivate::setReadOnly ( bool  readOnly)
void Okteta::AbstractByteArrayViewPrivate::setSelection ( const AddressRange &  selection)
void Okteta::AbstractByteArrayViewPrivate::setSelectionCursorPosition ( Address  index)
void Okteta::AbstractByteArrayViewPrivate::setStartOffset ( Address  startOffset)
void Okteta::AbstractByteArrayViewPrivate::setTabChangesFocus ( bool  tabChangesFocus = true)
inline

Definition at line 374 of file abstractbytearrayview_p.h.

void Okteta::AbstractByteArrayViewPrivate::setValueCoding ( AbstractByteArrayView::ValueCoding  valueCoding)
virtual void Okteta::AbstractByteArrayViewPrivate::setVisibleCodings ( int  visibleCodings)
protectedpure virtual

Implemented in Okteta::ByteArrayColumnViewPrivate, and Okteta::ByteArrayRowViewPrivate.

void Okteta::AbstractByteArrayViewPrivate::setWheelController ( AbstractWheelController *  wheelController)
inline

Definition at line 380 of file abstractbytearrayview_p.h.

void Okteta::AbstractByteArrayViewPrivate::setZoomLevel ( double  level)
void Okteta::AbstractByteArrayViewPrivate::startCursor ( )
protected
Address Okteta::AbstractByteArrayViewPrivate::startOffset ( ) const
inline

Definition at line 348 of file abstractbytearrayview_p.h.

void Okteta::AbstractByteArrayViewPrivate::stopCursor ( )
protected
bool Okteta::AbstractByteArrayViewPrivate::tabChangesFocus ( ) const
inline

Definition at line 355 of file abstractbytearrayview_p.h.

ByteArrayTableCursor * Okteta::AbstractByteArrayViewPrivate::tableCursor ( ) const
inline

Definition at line 331 of file abstractbytearrayview_p.h.

ByteArrayTableRanges * Okteta::AbstractByteArrayViewPrivate::tableRanges ( ) const
inline

Definition at line 332 of file abstractbytearrayview_p.h.

void Okteta::AbstractByteArrayViewPrivate::toggleOffsetColumn ( bool  offsetColumnVisible)
void Okteta::AbstractByteArrayViewPrivate::unpauseCursor ( )
protected
void Okteta::AbstractByteArrayViewPrivate::unZoom ( )
virtual void Okteta::AbstractByteArrayViewPrivate::updateChanged ( )
protectedpure virtual

repaints all the parts that are signed as changed

Implemented in Okteta::ByteArrayColumnViewPrivate, and Okteta::ByteArrayRowViewPrivate.

virtual void Okteta::AbstractByteArrayViewPrivate::updateCursors ( )
protectedpure virtual

Implemented in Okteta::ByteArrayColumnViewPrivate, and Okteta::ByteArrayRowViewPrivate.

void Okteta::AbstractByteArrayViewPrivate::updateViewByWidth ( )
protected

handles screen update in case of a change to any of the width sizes

const ValueCodec * Okteta::AbstractByteArrayViewPrivate::valueCodec ( ) const
inline

Definition at line 334 of file abstractbytearrayview_p.h.

AbstractByteArrayView::ValueCoding Okteta::AbstractByteArrayViewPrivate::valueCoding ( ) const
inline

Definition at line 335 of file abstractbytearrayview_p.h.

KValueEditor * Okteta::AbstractByteArrayViewPrivate::valueEditor ( ) const
inline

Definition at line 357 of file abstractbytearrayview_p.h.

bool Okteta::AbstractByteArrayViewPrivate::viewportEvent ( QEvent *  event)
virtual AbstractByteArrayView::CodingTypes Okteta::AbstractByteArrayViewPrivate::visibleCodings ( ) const
protectedpure virtual

Implemented in Okteta::ByteArrayColumnViewPrivate, and Okteta::ByteArrayRowViewPrivate.

AbstractWheelController * Okteta::AbstractByteArrayViewPrivate::wheelController ( ) const
inline

Definition at line 322 of file abstractbytearrayview_p.h.

void Okteta::AbstractByteArrayViewPrivate::zoomIn ( int  pointInc)
void Okteta::AbstractByteArrayViewPrivate::zoomIn ( )
double Okteta::AbstractByteArrayViewPrivate::zoomLevel ( ) const
inline

Definition at line 328 of file abstractbytearrayview_p.h.

void Okteta::AbstractByteArrayViewPrivate::zoomOut ( int  pointDec)
void Okteta::AbstractByteArrayViewPrivate::zoomOut ( )
void Okteta::AbstractByteArrayViewPrivate::zoomTo ( int  pointSize)

Member Data Documentation

bool Okteta::AbstractByteArrayViewPrivate::mBlinkCursorVisible
protected

flag if the cursor is visible

Definition at line 296 of file abstractbytearrayview_p.h.

AbstractByteArrayModel* Okteta::AbstractByteArrayViewPrivate::mByteArrayModel
protected

Definition at line 241 of file abstractbytearrayview_p.h.

CharCodec* Okteta::AbstractByteArrayViewPrivate::mCharCodec
protected

Definition at line 308 of file abstractbytearrayview_p.h.

AbstractByteArrayView::CharCoding Okteta::AbstractByteArrayViewPrivate::mCharCoding
protected

Definition at line 310 of file abstractbytearrayview_p.h.

KCharEditor* Okteta::AbstractByteArrayViewPrivate::mCharEditor
protected

Definition at line 266 of file abstractbytearrayview_p.h.

KController* Okteta::AbstractByteArrayViewPrivate::mController
protected

the current input controller

Definition at line 244 of file abstractbytearrayview_p.h.

QTimer* Okteta::AbstractByteArrayViewPrivate::mCursorBlinkTimer
protected

Timer that controls the blinking of the cursor.

Definition at line 279 of file abstractbytearrayview_p.h.

bool Okteta::AbstractByteArrayViewPrivate::mCursorPaused
protected

flag if the cursor should be invisible

Definition at line 294 of file abstractbytearrayview_p.h.

KCursor* Okteta::AbstractByteArrayViewPrivate::mCursorPixmaps
protected

object to store the blinking cursor pixmaps

Definition at line 282 of file abstractbytearrayview_p.h.

int Okteta::AbstractByteArrayViewPrivate::mDefaultFontSize
protected

font size as set by user (used for zooming)

Definition at line 299 of file abstractbytearrayview_p.h.

Dropper* Okteta::AbstractByteArrayViewPrivate::mDropper
protected

Definition at line 268 of file abstractbytearrayview_p.h.

bool Okteta::AbstractByteArrayViewPrivate::mInZooming
protected

flag whether the font is changed due to a zooming

Definition at line 292 of file abstractbytearrayview_p.h.

AbstractMouseController* Okteta::AbstractByteArrayViewPrivate::mMouseController
protected

Definition at line 245 of file abstractbytearrayview_p.h.

MouseNavigator* Okteta::AbstractByteArrayViewPrivate::mMouseNavigator
protected

Definition at line 270 of file abstractbytearrayview_p.h.

MousePaster* Okteta::AbstractByteArrayViewPrivate::mMousePaster
protected

Definition at line 271 of file abstractbytearrayview_p.h.

KNavigator* Okteta::AbstractByteArrayViewPrivate::mNavigator
protected

Definition at line 262 of file abstractbytearrayview_p.h.

BorderColumnRenderer* Okteta::AbstractByteArrayViewPrivate::mOffsetBorderColumn
protected

Definition at line 256 of file abstractbytearrayview_p.h.

OffsetColumnRenderer* Okteta::AbstractByteArrayViewPrivate::mOffsetColumn
protected

Definition at line 255 of file abstractbytearrayview_p.h.

bool Okteta::AbstractByteArrayViewPrivate::mOverWrite
protected

flag if overwrite mode is active

Definition at line 290 of file abstractbytearrayview_p.h.

bool Okteta::AbstractByteArrayViewPrivate::mOverWriteOnly
protected

flag if only overwrite is allowed

Definition at line 288 of file abstractbytearrayview_p.h.

bool Okteta::AbstractByteArrayViewPrivate::mReadOnly
protected

flag whether the widget is set to readonly.

Cannot override the databuffer's setting, of course.

Definition at line 286 of file abstractbytearrayview_p.h.

AbstractByteArrayView::LayoutStyle Okteta::AbstractByteArrayViewPrivate::mResizeStyle
protected

style of resizing

Definition at line 312 of file abstractbytearrayview_p.h.

WidgetColumnStylist* Okteta::AbstractByteArrayViewPrivate::mStylist
protected

Definition at line 275 of file abstractbytearrayview_p.h.

KTabController* Okteta::AbstractByteArrayViewPrivate::mTabController
protected

Definition at line 260 of file abstractbytearrayview_p.h.

ByteArrayTableCursor* Okteta::AbstractByteArrayViewPrivate::mTableCursor
protected

Definition at line 251 of file abstractbytearrayview_p.h.

ByteArrayTableLayout* Okteta::AbstractByteArrayViewPrivate::mTableLayout
protected

holds the logical layout

Definition at line 249 of file abstractbytearrayview_p.h.

ByteArrayTableRanges* Okteta::AbstractByteArrayViewPrivate::mTableRanges
protected

Definition at line 253 of file abstractbytearrayview_p.h.

ValueCodec* Okteta::AbstractByteArrayViewPrivate::mValueCodec
protected

Definition at line 304 of file abstractbytearrayview_p.h.

AbstractByteArrayView::ValueCoding Okteta::AbstractByteArrayViewPrivate::mValueCoding
protected

Definition at line 306 of file abstractbytearrayview_p.h.

KValueEditor* Okteta::AbstractByteArrayViewPrivate::mValueEditor
protected

Definition at line 264 of file abstractbytearrayview_p.h.

AbstractWheelController* Okteta::AbstractByteArrayViewPrivate::mWheelController
protected

Definition at line 246 of file abstractbytearrayview_p.h.

double Okteta::AbstractByteArrayViewPrivate::mZoomLevel
protected

Definition at line 300 of file abstractbytearrayview_p.h.

ZoomWheelController* Okteta::AbstractByteArrayViewPrivate::mZoomWheelController
protected

Definition at line 273 of file abstractbytearrayview_p.h.

AbstractByteArrayView* const Okteta::AbstractByteArrayViewPrivate::q_ptr
protected

Definition at line 315 of file abstractbytearrayview_p.h.


The documentation for this class was generated from the following file:
  • abstractbytearrayview_p.h
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:04:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

okteta

Skip menu "okteta"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdesdk API Reference

Skip menu "kdesdk API Reference"
  • kapptemplate
  • kcachegrind
  • kompare
  • lokalize
  • okteta
  • umbrello
  •   umbrello

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal