okteta
#include <viewareabox.h>

Public Types | |
enum | Area { TopArea, BottomArea } |
Public Member Functions | |
ViewAreaBox (QWidget *centralWidget, QWidget *parent=0) | |
virtual | ~ViewAreaBox () |
QWidget * | bottomWidget () const |
QWidget * | centralWidget () const |
void | setBottomWidget (QWidget *bottomWidget) |
void | setCentralWidget (QWidget *centralWidget) |
Protected Slots | |
void | onDone () |
Protected Attributes | |
QWidget * | mBottomWidget |
QWidget * | mCentralWidget |
QShortcut * | mEscapeShortcut |
Detailed Description
Definition at line 35 of file viewareabox.h.
Member Enumeration Documentation
Enumerator | |
---|---|
TopArea | |
BottomArea |
Definition at line 40 of file viewareabox.h.
Constructor & Destructor Documentation
does not take ownership of centralWidget
, can be 0.
Definition at line 33 of file viewareabox.cpp.
|
virtual |
Definition at line 113 of file viewareabox.cpp.
Member Function Documentation
QWidget * Kasten2::ViewAreaBox::bottomWidget | ( | ) | const |
Definition at line 53 of file viewareabox.cpp.
QWidget * Kasten2::ViewAreaBox::centralWidget | ( | ) | const |
Definition at line 52 of file viewareabox.cpp.
|
protectedslot |
Definition at line 108 of file viewareabox.cpp.
void Kasten2::ViewAreaBox::setBottomWidget | ( | QWidget * | bottomWidget | ) |
takes ownership of bottomWidget
, deletes current bottom widget. Can be 0.
Definition at line 82 of file viewareabox.cpp.
void Kasten2::ViewAreaBox::setCentralWidget | ( | QWidget * | centralWidget | ) |
does not take ownership of centralWidget
, can be 0.
Definition at line 55 of file viewareabox.cpp.
Member Data Documentation
|
protected |
Definition at line 63 of file viewareabox.h.
|
protected |
Definition at line 61 of file viewareabox.h.
|
protected |
Definition at line 64 of file viewareabox.h.
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.