Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F94177328
timercontrol.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Dec 4, 12:26
Size
294 B
Mime Type
text/x-c++
Expires
Fri, Dec 6, 12:26 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22752220
Attached To
rSYMKIT symkit
timercontrol.h
View Options
#ifndef TIMERCONTROL_H
#define TIMERCONTROL_H
#include <QtPlugin>
class
TimerControl
{
public:
virtual
~
TimerControl
()
{}
virtual
QObject
*
getQObject
()
=
0
;
signals:
virtual
void
canStart
()
=
0
;
};
Q_DECLARE_INTERFACE
(
TimerControl
,
"TimerControl"
)
#endif
// TIMERCONTROL_H
Event Timeline
Log In to Comment