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

superkaramba

  • superkaramba
  • src
karambarootpixmap.h
1 /***************************************************************************
2  * Copyright (C) 2003 by Hans Karlsson *
3  * karlsson.h@home.se *
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 #ifndef KARAMBAROOTPIXMAP_H
11 #define KARAMBAROOTPIXMAP_H
12 
13 #include <tqwidget.h>
14 #include <krootpixmap.h>
15 #include <ksharedpixmap.h>
16 
17 //#include "karamba.h"
18 
22 class KarambaRootPixmap : public KRootPixmap
23 {
24 public:
25  //KarambaRootPixmap();
26  KarambaRootPixmap( TQWidget *);
27 
28  ~KarambaRootPixmap();
29 
30 
31 void updateBackground ( TDESharedPixmap * );
32 
33 private:
34 TQWidget *widget;
35 
36 
37 };
38 
39 #endif
KarambaRootPixmap
Definition: karambarootpixmap.h:22

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.