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

tdecmshell

main.h

00001 /*
00002    Copyright (c) 2001 Waldo Bastian <bastian@kde.org>
00003    Copyright (c) 2004 Frans Englich <frans.englich@telia.com>
00004 
00005    This library is free software; you can redistribute it and/or
00006    modify it under the terms of the GNU Library General Public
00007    License as published by the Free Software Foundation; either
00008    version 2 of the License, or (at your option) any later version.
00009 
00010    This library is distributed in the hope that it will be useful,
00011    but WITHOUT ANY WARRANTY; without even the implied warranty of
00012    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013    Library General Public License for more details.
00014 
00015    You should have received a copy of the GNU Library General Public License
00016    along with this library; see the file COPYING.LIB.  If not, write to
00017    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00018    Boston, MA 02110-1301, USA.
00019 
00020 */
00021 
00022 #ifndef __tdecmshell_h__
00023 #define __tdecmshell_h__
00024 
00025 #include <dcopobject.h>
00026 
00027 #include <tdeapplication.h>
00028 #include <kcmultidialog.h>
00029 
00033 class KCMShell : public TDEApplication
00034 {
00035     Q_OBJECT
00036 
00037 public:
00038 
00046     void setDCOPName(const TQCString &dcopName, bool rootMode );
00047 
00052     void waitForExit();
00053 
00057     bool isRunning();
00058 
00059 private slots:
00060 
00063     void appExit( const TQCString &appId );
00064 
00065 private:
00066 
00071     TQCString m_dcopName;
00072 
00073 };
00074 
00075 
00082 class KCMShellMultiDialog : public KCMultiDialog, public DCOPObject
00083 {
00084     Q_OBJECT
00085     K_DCOP
00086 
00087 public:
00088 
00091     KCMShellMultiDialog( int dialogFace, const TQString& caption,
00092             TQWidget *parent=0, const char *name=0, bool modal=false);
00093 
00094 k_dcop:
00095 
00098     virtual void activate( TQCString asn_id );
00099 
00100 };
00101 
00102 
00103 // vim: sw=4 et sts=4
00104 #endif //__tdecmshell_h__

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.7.1
This website is maintained by Timothy Pearson.