• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • kate
 

kate

  • kate
  • interfaces
toolviewmanager.h
1/* This file is part of the KDE project
2 Copyright (C) 2002 Joseph Wenninger <jowenn@kde.org>
3 Copyright (C) 2002 Christoph Cullmann <cullmann@kde.org>
4
5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Library General Public
7 License version 2 as published by the Free Software Foundation.
8
9 This library is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 Library General Public License for more details.
13
14 You should have received a copy of the GNU Library General Public License
15 along with this library; see the file COPYING.LIB. If not, write to
16 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17 Boston, MA 02110-1301, USA.
18*/
19
20#ifndef _KATE_TOOLVIEWMANAGER_INCLUDE_
21#define _KATE_TOOLVIEWMANAGER_INCLUDE_
22
23#include <tqwidget.h>
24#include <kurl.h>
25
26namespace Kate
27{
28
32class TDE_EXPORT ToolViewManager : public TQObject
33{
34 friend class PrivateToolViewManager;
35
36 TQ_OBJECT
37
38 public:
42 ToolViewManager (void *toolViewManager);
43
47 virtual ~ToolViewManager ();
48
49 public:
53 enum Position {Left, Right, Top, Bottom};
54
63 TQWidget *createToolView (const TQString &identifier, ToolViewManager::Position pos, const TQPixmap &icon, const TQString &text);
64
71 bool moveToolView (TQWidget *widget, ToolViewManager::Position pos);
72
78 bool showToolView (TQWidget *widget);
79
85 bool hideToolView (TQWidget *widget);
86
87 private:
91 class PrivateToolViewManager *d;
92};
93
94}
95
96#endif
Kate::ToolViewManager
Interface to the toolviewmanager.
Definition: toolviewmanager.h:33
Kate::ToolViewManager::Position
Position
positions
Definition: toolviewmanager.h:53
Kate
Namespace collecting as much of the internal Kate classes as we can manage.
Definition: kateapp.h:32

kate

Skip menu "kate"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

kate

Skip menu "kate"
  • kate
  • libkonq
  • twin
  •   lib
Generated for kate by doxygen 1.9.4
This website is maintained by Timothy Pearson.