VR-Forces 4.1.1 Class Documentation
Classes | Macros
vrvCoreQtUtil.h File Reference

Contains utilities for vrvCoreQt. More...

Go to the source code of this file.

Classes

class  DtScopedSignalBlock

Macros

#define BLOCK_SIGNALS(widget, codeblock)

Detailed Description

Contains utilities for vrvCoreQt.

Macro Definition Documentation

#define BLOCK_SIGNALS (   widget,
  codeblock 
)
Value:
{ bool restore = widget->blockSignals(true);\
codeblock;\
widget->blockSignals(restore);\
}

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)