LibreOffice Module vcl (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
TaskPaneList Class Reference

#include <taskpanelist.hxx>

Public Member Functions

bool IsInList (vcl::Window *pWindow)
 
 TaskPaneList ()
 
 ~TaskPaneList ()
 
void AddWindow (vcl::Window *pWindow)
 
void RemoveWindow (vcl::Window *pWindow)
 
bool HandleKeyEvent (const KeyEvent &rKeyEvent)
 

Static Public Member Functions

static bool IsCycleKey (const vcl::KeyCode &rKeyCode)
 

Private Member Functions

vcl::WindowFindNextFloat (vcl::Window *pWindow, bool bForward)
 
vcl::WindowFindNextSplitter (vcl::Window *pWindow)
 

Private Attributes

::std::vector< VclPtr< vcl::Window > > mTaskPanes
 

Detailed Description

Definition at line 33 of file taskpanelist.hxx.

Constructor & Destructor Documentation

◆ TaskPaneList()

TaskPaneList::TaskPaneList ( )

Definition at line 75 of file taskpanelist.cxx.

◆ ~TaskPaneList()

TaskPaneList::~TaskPaneList ( )

Definition at line 79 of file taskpanelist.cxx.

Member Function Documentation

◆ AddWindow()

void TaskPaneList::AddWindow ( vcl::Window pWindow)

◆ FindNextFloat()

vcl::Window * TaskPaneList::FindNextFloat ( vcl::Window pWindow,
bool  bForward 
)
private

Definition at line 247 of file taskpanelist.cxx.

References MenuBarWindow::CanGetFocus(), MENUBARWINDOW, mTaskPanes, p, and WINDOW.

Referenced by HandleKeyEvent().

◆ FindNextSplitter()

vcl::Window * TaskPaneList::FindNextSplitter ( vcl::Window pWindow)
private

Definition at line 216 of file taskpanelist.cxx.

References mTaskPanes, n, and p.

Referenced by HandleKeyEvent().

◆ HandleKeyEvent()

bool TaskPaneList::HandleKeyEvent ( const KeyEvent rKeyEvent)

◆ IsCycleKey()

bool TaskPaneList::IsCycleKey ( const vcl::KeyCode rKeyCode)
static

◆ IsInList()

bool TaskPaneList::IsInList ( vcl::Window pWindow)

Definition at line 128 of file taskpanelist.cxx.

References mTaskPanes, and p.

◆ RemoveWindow()

void TaskPaneList::RemoveWindow ( vcl::Window pWindow)

Member Data Documentation

◆ mTaskPanes

::std::vector< VclPtr<vcl::Window> > TaskPaneList::mTaskPanes
private

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