Map Matching
SlidingStackedWidget Class Reference

#include <SlidingStackedWidget.h>

Inheritance diagram for SlidingStackedWidget:
Collaboration diagram for SlidingStackedWidget:

Public Types

enum  t_direction {
  LEFT2RIGHT, RIGHT2LEFT, TOP2BOTTOM, BOTTOM2TOP,
  AUTOMATIC
}
 

Public Slots

void setAnimation (enum QEasingCurve::Type animationtype)
 
void setSpeed (int speed)
 
void setVerticalMode (bool vertical=true)
 
void setWrap (bool wrap)
 
void slideInIdx (int idx, enum t_direction direction=AUTOMATIC)
 
void slideInNext ()
 
void slideInPrev ()
 

Signals

void animationFinished (void)
 

Public Member Functions

 SlidingStackedWidget (QWidget *parent)
 
 ~SlidingStackedWidget (void)
 

Protected Slots

void animationDoneSlot (void)
 

Protected Member Functions

void slideInWgt (QWidget *widget, enum t_direction direction=AUTOMATIC)
 

Protected Attributes

QList< QWidget * > blockedPageList
 
bool m_active
 
enum QEasingCurve::Type m_animationtype
 
QWidget * m_mainwindow
 
int m_next
 
int m_now
 
QPoint m_pnow
 
int m_speed
 
bool m_vertical
 
bool m_wrap
 

Detailed Description

Definition at line 19 of file SlidingStackedWidget.h.

Member Enumeration Documentation

Enumerator
LEFT2RIGHT 
RIGHT2LEFT 
TOP2BOTTOM 
BOTTOM2TOP 
AUTOMATIC 

Definition at line 24 of file SlidingStackedWidget.h.

Constructor & Destructor Documentation

SlidingStackedWidget::SlidingStackedWidget ( QWidget *  parent)

Definition at line 3 of file SlidingStackedWidget.cpp.

SlidingStackedWidget::~SlidingStackedWidget ( void  )

Definition at line 32 of file SlidingStackedWidget.cpp.

Member Function Documentation

void SlidingStackedWidget::animationDoneSlot ( void  )
protectedslot

Definition at line 173 of file SlidingStackedWidget.cpp.

Here is the caller graph for this function:

void SlidingStackedWidget::animationFinished ( void  )
signal

Here is the caller graph for this function:

void SlidingStackedWidget::setAnimation ( enum QEasingCurve::Type  animationtype)
slot

Definition at line 46 of file SlidingStackedWidget.cpp.

void SlidingStackedWidget::setSpeed ( int  speed)
slot

Definition at line 41 of file SlidingStackedWidget.cpp.

void SlidingStackedWidget::setVerticalMode ( bool  vertical = true)
slot

Definition at line 36 of file SlidingStackedWidget.cpp.

void SlidingStackedWidget::setWrap ( bool  wrap)
slot

Definition at line 51 of file SlidingStackedWidget.cpp.

void SlidingStackedWidget::slideInIdx ( int  idx,
enum t_direction  direction = AUTOMATIC 
)
slot

Definition at line 71 of file SlidingStackedWidget.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void SlidingStackedWidget::slideInNext ( )
slot

Definition at line 56 of file SlidingStackedWidget.cpp.

Here is the call graph for this function:

void SlidingStackedWidget::slideInPrev ( )
slot

Definition at line 64 of file SlidingStackedWidget.cpp.

Here is the call graph for this function:

void SlidingStackedWidget::slideInWgt ( QWidget *  widget,
enum t_direction  direction = AUTOMATIC 
)
protected

Definition at line 85 of file SlidingStackedWidget.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

QList<QWidget*> SlidingStackedWidget::blockedPageList
protected

Definition at line 71 of file SlidingStackedWidget.h.

bool SlidingStackedWidget::m_active
protected

Definition at line 69 of file SlidingStackedWidget.h.

enum QEasingCurve::Type SlidingStackedWidget::m_animationtype
protected

Definition at line 63 of file SlidingStackedWidget.h.

QWidget* SlidingStackedWidget::m_mainwindow
protected

Definition at line 60 of file SlidingStackedWidget.h.

int SlidingStackedWidget::m_next
protected

Definition at line 66 of file SlidingStackedWidget.h.

int SlidingStackedWidget::m_now
protected

Definition at line 65 of file SlidingStackedWidget.h.

QPoint SlidingStackedWidget::m_pnow
protected

Definition at line 68 of file SlidingStackedWidget.h.

int SlidingStackedWidget::m_speed
protected

Definition at line 62 of file SlidingStackedWidget.h.

bool SlidingStackedWidget::m_vertical
protected

Definition at line 64 of file SlidingStackedWidget.h.

bool SlidingStackedWidget::m_wrap
protected

Definition at line 67 of file SlidingStackedWidget.h.


The documentation for this class was generated from the following files: