Impact Acquire SDK C++
|
A base class for sets of properties that can be modified by the user. More...
#include <mvIMPACT_acquire.h>
Public Member Functions | |
HOBJ | hObj (void) const |
Returns a unique identifier for the component collection referenced by this object. | |
const ComponentCollection & | restoreDefault (void) const |
Restores the default for every component of this collection. | |
virtual | ~ComponentCollection () |
Protected Member Functions | |
ComponentCollection () | |
ComponentCollection (Device *pDev) | |
ComponentCollection (HOBJ hRoot) | |
Protected Attributes | |
HOBJ | m_hRoot |
A base class for sets of properties that can be modified by the user.
|
inlineexplicitprotected |
|
inlineexplicitprotected |
|
inlineexplicitprotected |
|
inlinevirtual |
|
inline |
Returns a unique identifier for the component collection referenced by this object.
This handle will always reference an object of type mvIMPACT::acquire::ComponentList.
|
inline |
Restores the default for every component of this collection.
Calling this function will restore the default value for every component belonging to this collection.
|
protected |