![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include <animatedwidget.h>
Public Types | |
| enum | Direction { Down , Up } |
Public Slots | |
| void | hide () |
| void | startAnimation () |
Public Member Functions | |
| AnimatedWidget (const Direction &direction=Down, int duration=300, QWidget *parent=nullptr) | |
| QWidget * | widget () |
Definition at line 26 of file animatedwidget.h.
| Enumerator | |
|---|---|
| Down | |
| Up | |
Definition at line 31 of file animatedwidget.h.
|
explicit |
Definition at line 22 of file animatedwidget.cpp.
|
slot |
Definition at line 67 of file animatedwidget.cpp.
|
slot |
Definition at line 37 of file animatedwidget.cpp.
|
inline |
Definition at line 35 of file animatedwidget.h.