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

libkonq

  • libkonq
kivfreespaceoverlay.h
1/* This file is part of the TDE libraries
2 Copyright (C) 2013 Timothy Pearson
3 Based on kivdirectoryoverlay.h
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 as published by the Free Software Foundation; either
8 version 2 of the License, or (at your option) any later version.
9
10 This library is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Library General Public License for more details.
14
15 You should have received a copy of the GNU Library General Public License
16 along with this library; see the file COPYING.LIB. If not, write to
17 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18 Boston, MA 02110-1301, USA.
19*/
20
21#ifndef _KIVFREESPACEOVERLAY_H_
22#define _KIVFREESPACEOVERLAY_H_
23
24#include <tdefileitem.h>
25#include <libkonq_export.h>
26
27#include <tqdict.h>
28
29class KDirLister;
30class KFileIVI;
31
32class LIBKONQ_EXPORT KIVFreeSpaceOverlay : public TQObject
33{
34 TQ_OBJECT
35
36public:
37 KIVFreeSpaceOverlay(KFileIVI* freespace);
38 virtual ~KIVFreeSpaceOverlay();
39 void start();
40
41signals:
42 void finished();
43
44protected:
45 virtual void timerEvent(TQTimerEvent *);
46
47private slots:
48 void slotDisplay();
49
50private:
51 KFileIVI* m_freespace;
52};
53
54#endif
KFileIVI
KFileIVI (short form of "Konq - File - IconViewItem") is, as expected, an improved TDEIconViewItem,...
Definition: tdefileivi.h:40

libkonq

Skip menu "libkonq"
  • Main Page
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

libkonq

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