#include <ActionFunction.h>
◆ TimerFunction()
TimerFunction::TimerFunction |
( |
QObject * |
parent = nullptr | ) |
|
◆ ~TimerFunction()
TimerFunction::~TimerFunction |
( |
| ) |
|
|
virtual |
◆ setAutoDelete()
void TimerFunction::setAutoDelete |
( |
bool |
on | ) |
|
◆ setFunction() [1/3]
void TimerFunction::setFunction |
( |
std::function< void()> |
func | ) |
|
◆ setFunction() [2/3]
void TimerFunction::setFunction |
( |
std::function< void(QObject *)> |
func, |
|
|
QObject * |
args |
|
) |
| |
◆ setFunction() [3/3]
void TimerFunction::setFunction |
( |
std::function< void(QVariant)> |
func, |
|
|
QVariant |
args |
|
) |
| |
The documentation for this class was generated from the following files:
- FreeCAD/src/Gui/ActionFunction.h
- FreeCAD/src/Gui/ActionFunction.cpp