35 SoQtFullViewer::BuildFlag flag,
36 SoQtViewer::Type type) :
37 SoQtExaminerViewer(parent, name, embed, flag, type),
67 clock_t start = clock();
69 clock_t end = clock();
70 long timeMS = (long)(((
float)(end - start) / (
float)CLOCKS_PER_SEC) * 1000.0);
78 SoQtExaminerViewer::actualRedraw();
std::recursive_mutex RecursiveMutex
RecursiveMutexLockPtr getScopedLock()
std::shared_ptr< RecursiveMutexLock > RecursiveMutexLockPtr
std::shared_ptr< RecursiveMutex > RecursiveMutexPtr
std::unique_lock< RecursiveMutex > RecursiveMutexLock
CoinViewer(QWidget *parent, const char *name=NULL, SbBool embed=TRUE, SoQtFullViewer::BuildFlag flag=BUILD_ALL, SoQtViewer::Type type=BROWSER)
void setMutex(RecursiveMutexPtr const &m)
void actualRedraw(void) override
actualRedraw Reimplement the redraw method in order to lock engine mutex
#define ARMARX_IMPORTANT_S
The logging level for always important information, but expected behaviour (in contrast to ARMARX_WAR...
This file offers overloads of toIce() and fromIce() functions for STL container types.
auto make_shared(Args &&... args)