Skip to content
Skip to link menu
Trinity API Reference
Trinity API Reference
interfaces
interfaces
interfaces
khexedit
khexedit/clipboardinterface.h
1
/***************************************************************************
2
clipboardinterface.h - description
3
-------------------
4
begin : Sat Sep 13 2003
5
copyright : (C) 2003 by Friedrich W. H. Kossebau
6
email : Friedrich.W.H@Kossebau.de
7
***************************************************************************/
8
9
/***************************************************************************
10
* *
11
* This library is free software; you can redistribute it and/or *
12
* modify it under the terms of the GNU Library General Public *
13
* License version 2 as published by the Free Software Foundation. *
14
* *
15
***************************************************************************/
16
17
18
#ifndef CLIPBOARDINTERFACE_H
19
#define CLIPBOARDINTERFACE_H
20
21
namespace
KHE
22
{
23
46
class
ClipboardInterface
47
{
48
public
:
// slots
50
virtual
void
copy
() = 0;
52
virtual
void
cut
() = 0;
57
virtual
void
paste
() = 0;
58
59
public
:
// signals
66
virtual
void
copyAvailable
(
bool
Really ) = 0;
67
};
68
69
75
template
<
class
T>
76
ClipboardInterface
*
clipboardInterface
( T *t )
77
{
78
if
( !t )
79
return
0;
80
81
return ::tqqt_cast<
KHE::ClipboardInterface
*>( t );
82
}
83
84
}
85
86
#endif
interfaces
Skip menu "interfaces"
Main Page
Namespace List
Class Hierarchy
Alphabetical List
Class List
File List
Namespace Members
Class Members
interfaces
Skip menu "interfaces"
arts
dcop
dnssd
interfaces
interface
library
kspeech
ktexteditor
kabc
kate
kcmshell
kdecore
kded
kdefx
kdeprint
kdesu
kdeui
kdoctools
khtml
kimgio
kinit
kio
bookmarks
httpfilter
kfile
kio
kioexec
kpasswdserver
kssl
kioslave
http
kjs
kmdi
kmdi
knewstuff
kparts
krandr
kresources
kspell2
kunittest
kutils
kwallet
libkmid
libkscreensaver