liblancelot
#include <PopupList_p.h>
Public Slots | |
void | connectSignals () |
void | listItemActivated (int index) |
Public Member Functions | |
Private (PopupList *parent) | |
~Private () | |
void | hidePopupAndParents () |
void | prepareToShow () |
Public Attributes | |
QPropertyAnimation * | animation |
QPointer< PopupList > | child |
int | closeTimeout |
bool | hovered |
ActionListView * | list |
ActionListModel * | listModel |
PopupList::SublevelOpenAction | openAction |
PopupList * | parentList |
PopupList * | q |
QGraphicsScene * | scene |
QBasicTimer | timer |
ActionTreeModel * | treeModel |
Detailed Description
Definition at line 58 of file PopupList_p.h.
Constructor & Destructor Documentation
Lancelot::PopupList::Private::Private | ( | PopupList * | parent | ) |
Definition at line 90 of file PopupList.cpp.
Lancelot::PopupList::Private::~Private | ( | ) |
Definition at line 141 of file PopupList.cpp.
Member Function Documentation
|
slot |
Definition at line 127 of file PopupList.cpp.
void Lancelot::PopupList::Private::hidePopupAndParents | ( | ) |
Definition at line 172 of file PopupList.cpp.
|
slot |
Definition at line 147 of file PopupList.cpp.
void Lancelot::PopupList::Private::prepareToShow | ( | ) |
Definition at line 320 of file PopupList.cpp.
Member Data Documentation
QPropertyAnimation* Lancelot::PopupList::Private::animation |
Definition at line 79 of file PopupList_p.h.
QPointer< PopupList > Lancelot::PopupList::Private::child |
Definition at line 75 of file PopupList_p.h.
int Lancelot::PopupList::Private::closeTimeout |
Definition at line 73 of file PopupList_p.h.
bool Lancelot::PopupList::Private::hovered |
Definition at line 80 of file PopupList_p.h.
ActionListView* Lancelot::PopupList::Private::list |
Definition at line 64 of file PopupList_p.h.
ActionListModel* Lancelot::PopupList::Private::listModel |
Definition at line 67 of file PopupList_p.h.
PopupList::SublevelOpenAction Lancelot::PopupList::Private::openAction |
Definition at line 70 of file PopupList_p.h.
PopupList* Lancelot::PopupList::Private::parentList |
Definition at line 76 of file PopupList_p.h.
PopupList* Lancelot::PopupList::Private::q |
Definition at line 77 of file PopupList_p.h.
QGraphicsScene* Lancelot::PopupList::Private::scene |
Definition at line 65 of file PopupList_p.h.
QBasicTimer Lancelot::PopupList::Private::timer |
Definition at line 72 of file PopupList_p.h.
ActionTreeModel* Lancelot::PopupList::Private::treeModel |
Definition at line 68 of file PopupList_p.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Mon Oct 13 2014 22:55:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.