Skip to content
Skip to link menu
Trinity API Reference
Trinity API Reference
superkaramba
superkaramba
superkaramba
src
karambarootpixmap.cpp
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
11
#include "karambarootpixmap.h"
12
#include "karamba.h"
13
14
KarambaRootPixmap::KarambaRootPixmap(TQWidget *w) :
15
KRootPixmap( w)
16
{
17
widget = w;
18
}
19
20
/*KarambaRootPixmap::KarambaRootPixmap()
21
: KRootPixmap(0)
22
{
23
24
//widget = w;
25
}
26
*/
27
28
KarambaRootPixmap::~KarambaRootPixmap()
29
{
30
}
31
32
void
KarambaRootPixmap::updateBackground (TDESharedPixmap *kpm)
33
{
34
((karamba*)widget)->updateBackground(kpm);
35
}
36
superkaramba
Skip menu "superkaramba"
Main Page
Alphabetical List
Class List
File List
Class Members
superkaramba
Skip menu "superkaramba"
kcalc
knumber
superkaramba