LibreOffice Module sc (master) 1
tabcont.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20#pragma once
21
22#include <types.hxx>
23#include <svtools/tabbar.hxx>
24#include <vcl/transfer.hxx>
25
26class ScViewData;
27
28// initial size
29#define SC_TABBAR_DEFWIDTH 270
30
31class ScTabControl : public TabBar, public DropTargetHelper, public DragSourceHelper
32{
33private:
35 sal_uInt16 nMouseClickPageId;
36 sal_uInt16 nSelPageIdByMouse;
38
39 void DoDrag();
40
41 sal_uInt16 GetMaxId() const;
42 SCTAB GetPrivatDropPos(const Point& rPos );
43
44 DECL_LINK(ShowPageList, const CommandEvent&, void);
45
46protected:
47 virtual void Select() override;
48 virtual void Command( const CommandEvent& rCEvt ) override;
49 virtual void MouseButtonDown( const MouseEvent& rMEvt ) override;
50 virtual void MouseButtonUp( const MouseEvent& rMEvt ) override;
51
52 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt ) override;
53 virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt ) override;
54
55 virtual void StartDrag( sal_Int8 nAction, const Point& rPosPixel ) override;
56
57 virtual bool StartRenaming() override;
59 virtual void EndRenaming() override;
60 virtual void Mirror() override;
61
62 virtual void AddTabClick() override;
63
64public:
65 ScTabControl( vcl::Window* pParent, ScViewData* pData );
66 virtual void dispose() override;
67 virtual ~ScTabControl() override;
68
70
71 void UpdateInputContext();
72 void UpdateStatus();
73
74 void SetSheetLayoutRTL( bool bSheetRTL );
75 void SwitchToPageId( sal_uInt16 nId );
76};
77
78/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
virtual TabBarAllowRenamingReturnCode AllowRenaming() override
Definition: tabcont.cxx:606
virtual void Command(const CommandEvent &rCEvt) override
Definition: tabcont.cxx:444
virtual void MouseButtonUp(const MouseEvent &rMEvt) override
Definition: tabcont.cxx:198
ScViewData * pViewData
Definition: tabcont.hxx:34
SCTAB GetPrivatDropPos(const Point &rPos)
Definition: tabcont.cxx:144
virtual bool StartRenaming() override
Definition: tabcont.cxx:601
virtual void EndRenaming() override
Definition: tabcont.cxx:648
bool bErrorShown
Selected page ID, if selected with mouse.
Definition: tabcont.hxx:37
virtual void StartDrag(sal_Int8 nAction, const Point &rPosPixel) override
Definition: tabcont.cxx:470
virtual void AddTabClick() override
Definition: tabcont.cxx:225
virtual void MouseButtonDown(const MouseEvent &rMEvt) override
Definition: tabcont.cxx:182
ScTabControl(vcl::Window *pParent, ScViewData *pData)
Definition: tabcont.cxx:42
void SetSheetLayoutRTL(bool bSheetRTL)
Definition: tabcont.cxx:411
sal_uInt16 GetMaxId() const
Definition: tabcont.cxx:135
void DoDrag()
Definition: tabcont.cxx:484
DECL_LINK(ShowPageList, const CommandEvent &, void)
virtual void dispose() override
Definition: tabcont.cxx:128
virtual sal_Int8 ExecuteDrop(const ExecuteDropEvent &rEvt) override
Definition: tabcont.cxx:537
virtual ~ScTabControl() override
Definition: tabcont.cxx:123
void SwitchToPageId(sal_uInt16 nId)
Definition: tabcont.cxx:417
virtual void Select() override
Definition: tabcont.cxx:245
virtual sal_Int8 AcceptDrop(const AcceptDropEvent &rEvt) override
Definition: tabcont.cxx:571
void UpdateInputContext()
Definition: tabcont.cxx:330
sal_uInt16 nMouseClickPageId
Definition: tabcont.hxx:35
void UpdateStatus()
Definition: tabcont.cxx:341
virtual void Mirror() override
Definition: tabcont.cxx:654
sal_uInt16 nSelPageIdByMouse
Last page ID after mouse button down/up.
Definition: tabcont.hxx:36
bool StartDrag(const CommandEvent &rCEvt, vcl::Region &rRegion)
TabBarAllowRenamingReturnCode
signed char sal_Int8
sal_Int16 SCTAB
Definition: types.hxx:22