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

superkaramba

  • superkaramba
  • src
dcopinterface.h
1 /***************************************************************************
2  * Copyright (C) 2004 by Petri Damsten *
3  * petri.damsten@iki.fi *
4  * *
5  * This program is free software; you can redistribute it and/or modify *
6  * it under the terms of the GNU General Public License as published by *
7  * the Free Software Foundation; either version 2 of the License, or *
8  * (at your option) any later version. *
9  ***************************************************************************/
10 
11 #ifndef DCOPINTERFACE_H
12 #define DCOPINTERFACE_H
13 
14 #include <dcopobject.h>
15 
16 class dcopIface : virtual public DCOPObject
17 {
18  K_DCOP
19 public:
20 
21 k_dcop:
22  virtual ASYNC openTheme(TQString file) = 0;
23  virtual ASYNC openNamedTheme(TQString file, TQString name, bool is_sub_theme) = 0;
24  virtual ASYNC closeTheme(TQString name) = 0;
25  virtual ASYNC quit() = 0;
26  virtual ASYNC hideSystemTray(bool hide) = 0;
27  virtual ASYNC showThemeDialog() = 0;
28 
29  virtual int themeAdded(TQString appId, TQString file) = 0;
30  virtual ASYNC themeClosed(TQString appId, TQString file, int instance) = 0;
31  virtual ASYNC themeNotify(TQString name, TQString text) = 0;
32  virtual ASYNC setIncomingData(TQString name, TQString obj) = 0;
33  virtual bool isMainKaramba() = 0;
34 
35 };
36 
37 #endif // DCOPINTERFACE_H

superkaramba

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

superkaramba

Skip menu "superkaramba"
  • kcalc
  •   knumber
  • superkaramba
Generated for superkaramba by doxygen 1.8.13
This website is maintained by Timothy Pearson.