VR-Forces 4.0.4 Class Documentation
Defines
include/vrvCoreQt/vrvCoreQtUtil.h File Reference

Contains utilities for vrvCoreQt. More...

Go to the source code of this file.

Defines

#define BLOCK_SIGNALS(widget, codeblock)

Detailed Description

Contains utilities for vrvCoreQt.


Define Documentation

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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)