okteta
Okteta::KTabController Class Reference
#include <ktabcontroller.h>
Inheritance diagram for Okteta::KTabController:
Public Member Functions | |
KTabController (AbstractByteArrayView *view, KController *parent) | |
virtual bool | handleKeyPress (QKeyEvent *keyEvent) |
void | setTabChangesFocus (bool tabChangesFocus) |
bool | tabChangesFocus () const |
Public Member Functions inherited from Okteta::KController | |
virtual | ~KController () |
Protected Attributes | |
bool | mTabChangesFocus:1 |
AbstractByteArrayView * | mView |
Protected Attributes inherited from Okteta::KController | |
KController * | mParent |
Additional Inherited Members | |
Protected Member Functions inherited from Okteta::KController | |
KController (KController *parent) | |
Detailed Description
Definition at line 36 of file ktabcontroller.h.
Constructor & Destructor Documentation
Okteta::KTabController::KTabController | ( | AbstractByteArrayView * | view, |
KController * | parent | ||
) |
Definition at line 33 of file ktabcontroller.cpp.
Member Function Documentation
|
virtual |
Reimplemented from Okteta::KController.
Definition at line 41 of file ktabcontroller.cpp.
|
inline |
default is true
Definition at line 57 of file ktabcontroller.h.
|
inline |
Definition at line 56 of file ktabcontroller.h.
Member Data Documentation
|
protected |
flag if tab key should be ignored
Definition at line 52 of file ktabcontroller.h.
|
protected |
Definition at line 50 of file ktabcontroller.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:13 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:13 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.