MeshLib
 
Loading...
Searching...
No Matches
MRPythonAppendCommand.h File Reference
#include "MRCommandLoop.h"

Go to the source code of this file.

Namespaces

namespace  MR
 

Functions

template<typename F , typename... Args>
void MR::pythonAppendOrRun (F func, Args &&... args)
 
template<typename R , typename... Args>
auto MR::pythonRunFromGUIThread (std::function< R(Args...)> &&f) -> std::function< void(Args...)>
 
template<typename F >
auto MR::pythonRunFromGUIThread (F &&f)
 
template<typename R , typename T , typename... Args>
auto MR::pythonRunFromGUIThread (R(T::*memFunction)(Args...))