Qt 4.8
Public Types | List of all members
QEffects Struct Reference

#include <qeffects_p.h>

Inheritance diagram for QEffects:
QAlphaWidget QRollEffect

Public Types

enum  Direction { LeftScroll = 0x0001, RightScroll = 0x0002, UpScroll = 0x0004, DownScroll = 0x0008 }
 
typedef uint DirFlags
 

Detailed Description

Definition at line 65 of file qeffects_p.h.

Typedefs

◆ DirFlags

Definition at line 74 of file qeffects_p.h.

Enumerations

◆ Direction

Enumerator
LeftScroll 
RightScroll 
UpScroll 
DownScroll 

Definition at line 67 of file qeffects_p.h.

67  {
68  LeftScroll = 0x0001,
69  RightScroll = 0x0002,
70  UpScroll = 0x0004,
71  DownScroll = 0x0008
72  };

The documentation for this struct was generated from the following file: