Skip to content
Skip to link menu
Trinity API Reference
Trinity API Reference
KDevelop Utility Library
KDevelop Utility Library
lib
util
kdevjobtimer.h
1
/***************************************************************************
2
* Copyright (C) 2006 by Jens Dagerbo *
3
* jens.dagerbo@swipnet.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
12
#ifndef KDEVJOBTIMER_H
13
#define KDEVJOBTIMER_H
14
15
#include <tqtimer.h>
16
17
class
KDevJobTimer :
public
TQTimer
18
{
19
Q_OBJECT
20
21
public
:
22
static
void
singleShot(
int
msec, TQObject * receiver,
const
char
* member,
void
* payload );
23
24
signals:
25
void
timeout(
void
*);
26
27
private
:
28
KDevJobTimer(
void
* payload, TQObject *parent = 0,
const
char
*name = 0);
29
~KDevJobTimer();
30
31
private
slots:
32
void
slotTimeout();
33
34
private
:
35
void
* m_payload;
36
37
};
38
39
40
#endif
KDevelop Utility Library
Skip menu "KDevelop Utility Library"
Main Page
Namespace List
Class Hierarchy
Alphabetical List
Class List
File List
Namespace Members
Class Members
KDevelop Utility Library
Skip menu "KDevelop Utility Library"
buildtools
lib
base
parsers
autotools
qmake
widgets
api
languages
lib
debugger
designer_integration
interfaces
lib
catalog
interfaces
extensions
external
extras
util
widgets
propeditor
parts
documentation
interfaces
src
profileengine
lib