Skip to content
Skip to link menu
Trinity API Reference
Trinity API Reference
superkaramba
superkaramba
superkaramba
src
clickmap.h
1
/***************************************************************************
2
* Copyright (C) 2003 by Ralph M. Churchill *
3
* mrchucho@yahoo.com *
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 CLICKMAP_H
12
#define CLICKMAP_H
13
14
#include <meter.h>
15
#include "clickable.h"
16
#include "textfield.h"
17
18
23
class
ClickMap
:
public
Meter
24
{
25
TQ_OBJECT
26
27
public
:
28
ClickMap
(karamba* k,
int
x,
int
y,
int
w,
int
h);
29
~ClickMap
();
30
31
virtual
bool
click( TQMouseEvent* );
32
void
mUpdate( TQPainter* );
33
void
setValue( TQString );
34
void
setValue(
long
);
35
void
setTextProps(
TextField
* );
36
37
private
:
38
TextField
text;
39
40
TQStringList links;
41
TQStringList displays;
42
};
43
44
#endif
ClickMap
Ralph M.
Definition:
clickmap.h:24
TextField
Ralph M.
Definition:
textfield.h:22
superkaramba
Skip menu "superkaramba"
Main Page
Alphabetical List
Class List
File List
Class Members
superkaramba
Skip menu "superkaramba"
kcalc
knumber
superkaramba