Omnidome
Fulldome Mapping Software Toolkit
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions
omni::util::QtDeleter Struct Reference

Pointer deleter functor. More...

#include <util.h>

Public Member Functions

template<typename QOBJECT >
void operator() (QOBJECT *_obj)
 

Detailed Description

Pointer deleter functor.

Member Function Documentation

template<typename QOBJECT >
void omni::util::QtDeleter::operator() ( QOBJECT *  _obj)
inline
37  {
38  if (!_obj->parent()) _obj->deleteLater();
39  }

The documentation for this struct was generated from the following file: