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

tdeutils

  • tdeutils
tdecmoduleproxyIface.h
1 /* This file is part of the KDE libraries
2  Copyright (C) 2004 Frans Englich <frans.englich@telia.com>
3 
4  This library is free software; you can redistribute it and/or
5  modify it under the terms of the GNU Library General Public
6  License as published by the Free Software Foundation; either
7  version 2 of the License, or (at your option) any later version.
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 __TDECMODULEPROXYIFACE_H__
21 #define __TDECMODULEPROXYIFACE_H__
22 
23 #include <dcopobject.h>
24 
36 class TDECModuleProxyIface : virtual public DCOPObject
37 {
38  K_DCOP
39 
40 k_dcop:
41 
48  virtual TQString applicationName() = 0;
49 
53  virtual void save() = 0;
54 
58  virtual void load() = 0;
59 
63  virtual void defaults() = 0;
64 
68  virtual TQString quickHelp() = 0;
69 
74  virtual bool changed() = 0;
75 
76 k_dcop_signals:
77 
86  virtual void changed( bool c );
87 
88  virtual void quickHelpChanged();
89 
90 };
91 
107 class TDECModuleProxyRootDispatcher : virtual public DCOPObject
108 {
109  K_DCOP
110 
111 k_dcop:
112 
116  virtual void changed( bool c ) = 0;
117 
118  virtual void quickHelpChanged() = 0;
119 };
120 
121 #endif // __TDECMODULEPROXYIFACE_H__
TDECModuleProxyIface::defaults
virtual void defaults()=0
Load defaults.
TDECModuleProxyIface::changed
virtual bool changed()=0
TDECModuleProxyIface::save
virtual void save()=0
Save settings.
TDECModuleProxyIface::load
virtual void load()=0
Load settings.
TDECModuleProxyIface
DCOP Interface for TDECModule.
Definition: tdecmoduleproxyIface.h:36
TDECModuleProxyRootDispatcher
DCOP interface for communicating with the real module running in root mode.
Definition: tdecmoduleproxyIface.h:107
TDECModuleProxyRootDispatcher::changed
virtual void changed(bool c)=0
TDECModuleProxyIface::changed() gets connected to this.
TDECModuleProxyIface::applicationName
virtual TQString applicationName()=0
Return the caption of the host application which the module is part in.
TDECModuleProxyIface::quickHelp
virtual TQString quickHelp()=0
Returns the module's quick help.

tdeutils

Skip menu "tdeutils"
  • Main Page
  • Modules
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

tdeutils

Skip menu "tdeutils"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  •     tdecore
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  • tdeioslave
  •   http
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeutils by doxygen 1.8.8
This website is maintained by Timothy Pearson.