ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
VP1TabBar::Private Class Reference
Collaboration diagram for VP1TabBar::Private:

Public Member Functions

 Private ()
 

Public Attributes

QPoint mDragStart
 
int mReorderStartTab
 
int mReorderPreviousTab
 
int mDragSwitchTab
 
QTimer * mActivateDragSwitchTabTimer
 
bool mTabReorderingEnabled
 
bool mTabCloseActivatePrevious
 

Detailed Description

Definition at line 42 of file VP1TabBar.cxx.

Constructor & Destructor Documentation

◆ Private()

VP1TabBar::Private::Private ( )
inline

Definition at line 45 of file VP1TabBar.cxx.

46  : mReorderStartTab( -1 ),
47  mReorderPreviousTab( -1 ),
48  mDragSwitchTab( -1 ),
50  mTabReorderingEnabled( false ),
52  {
53  }

Member Data Documentation

◆ mActivateDragSwitchTabTimer

QTimer* VP1TabBar::Private::mActivateDragSwitchTabTimer

Definition at line 59 of file VP1TabBar.cxx.

◆ mDragStart

QPoint VP1TabBar::Private::mDragStart

Definition at line 55 of file VP1TabBar.cxx.

◆ mDragSwitchTab

int VP1TabBar::Private::mDragSwitchTab

Definition at line 58 of file VP1TabBar.cxx.

◆ mReorderPreviousTab

int VP1TabBar::Private::mReorderPreviousTab

Definition at line 57 of file VP1TabBar.cxx.

◆ mReorderStartTab

int VP1TabBar::Private::mReorderStartTab

Definition at line 56 of file VP1TabBar.cxx.

◆ mTabCloseActivatePrevious

bool VP1TabBar::Private::mTabCloseActivatePrevious

Definition at line 62 of file VP1TabBar.cxx.

◆ mTabReorderingEnabled

bool VP1TabBar::Private::mTabReorderingEnabled

Definition at line 61 of file VP1TabBar.cxx.


The documentation for this class was generated from the following file:
VP1TabBar::Private::mTabCloseActivatePrevious
bool mTabCloseActivatePrevious
Definition: VP1TabBar.cxx:62
VP1TabBar::Private::mTabReorderingEnabled
bool mTabReorderingEnabled
Definition: VP1TabBar.cxx:61
VP1TabBar::Private::mActivateDragSwitchTabTimer
QTimer * mActivateDragSwitchTabTimer
Definition: VP1TabBar.cxx:59
VP1TabBar::Private::mReorderStartTab
int mReorderStartTab
Definition: VP1TabBar.cxx:56
VP1TabBar::Private::mDragSwitchTab
int mDragSwitchTab
Definition: VP1TabBar.cxx:58
VP1TabBar::Private::mReorderPreviousTab
int mReorderPreviousTab
Definition: VP1TabBar.cxx:57