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

superkaramba

  • superkaramba
  • src
karambainterface.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 KARAMBAINTERFACE_H
12#define KARAMBAINTERFACE_H
13
14#include "dcopinterface.h"
15
16class karamba;
17class ThemeListWindow;
18
19class KarambaIface: virtual public dcopIface
20{
21public:
22 KarambaIface();
23 ~KarambaIface();
24 karamba* getKaramba(TQString name);
25 ThemesDlg* getThemeWnd();
26
27public slots:
28 virtual void openTheme(TQString filename);
29 virtual void openNamedTheme(TQString filename, TQString name, bool is_sub_theme);
30 virtual void closeTheme(TQString name);
31 virtual void quit();
32 virtual void hideSystemTray(bool show);
33 virtual void showThemeDialog();
34
35 virtual int themeAdded(TQString appId, TQString file);
36 virtual void themeClosed(TQString appId, TQString file, int instance);
37 virtual void themeNotify(TQString name, TQString text);
38 virtual void setIncomingData(TQString name, TQString text);
39 virtual bool isMainKaramba();
40};
41
42#endif // KARAMBAINTERFACE_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.9.4
This website is maintained by Timothy Pearson.