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

tdecmshell

  • tdecmshell
main.h
1/*
2 Copyright (c) 2001 Waldo Bastian <bastian@kde.org>
3 Copyright (c) 2004 Frans Englich <frans.englich@telia.com>
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
22#ifndef __tdecmshell_h__
23#define __tdecmshell_h__
24
25#include <dcopobject.h>
26
27#include <tdeapplication.h>
28#include <kcmultidialog.h>
29
33class KCMShell : public TDEApplication
34{
35 TQ_OBJECT
36
37public:
38
46 void setDCOPName(const TQCString &dcopName, bool rootMode );
47
52 void waitForExit();
53
57 bool isRunning();
58
59private slots:
60
63 void appExit( const TQCString &appId );
64
65private:
66
71 TQCString m_dcopName;
72
73};
74
75
82class KCMShellMultiDialog : public KCMultiDialog, public DCOPObject
83{
84 TQ_OBJECT
85 K_DCOP
86
87public:
88
91 KCMShellMultiDialog( int dialogFace, const TQString& caption,
92 TQWidget *parent=0, const char *name=0, bool modal=false);
93
94k_dcop:
95
98 virtual void activate( TQCString asn_id );
99
100};
101#endif //__tdecmshell_h__
KCMShellMultiDialog
Essentially a plain KCMultiDialog, but has the additional functionality of allowing it to be told to ...
Definition: main.h:83
KCMShell
The TDEApplication instance for tdecmshell.
Definition: main.h:34
KCMShell::setDCOPName
void setDCOPName(const TQCString &dcopName, bool rootMode)
Sets m_dcopName basically to dcopName, and then registers with DCOP.
Definition: main.cpp:158
KCMShell::isRunning
bool isRunning()
Definition: main.cpp:118
KCMShell::waitForExit
void waitForExit()
Waits until the last instance of tdecmshell with the same module as this one exits,...
Definition: main.cpp:169

tdecmshell

Skip menu "tdecmshell"
  • Main Page
  • Alphabetical List
  • Class List
  • File List
  • Class Members

tdecmshell

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