7 #ifndef __PVGENCATEGORY_H__ 8 #define __PVGENCATEGORY_H__ 10 #include <PvGenICamLib.h> 17 class GenParameterArray;
18 class GenParameterInternal;
19 class GenParameterArrayManager;
32 PV_GENICAM_API
PvResult GetNameSpace( PvGenNameSpace &aNameSpace )
const;
36 PV_GENICAM_API
bool IsVisible(
PvGenVisibility aCurrentVisibility )
const;
38 PV_GENICAM_API
PvResult IsImplemented(
bool &aImplemented )
const;
39 PV_GENICAM_API
bool IsImplemented()
const;
41 PV_GENICAM_API PV_GENAPI_NS::INode *GetNode();
48 #ifndef PV_GENERATING_DOXYGEN_DOC 50 PvGenICamLib::GenParameterInternal *mThis;
52 friend class PvGenICamLib::GenParameterArray;
53 friend class PvGenICamLib::GenParameterArrayManager;
55 #endif // PV_GENERATING_DOXYGEN_DOC PvGenVisibility
Feature (PvGenParameter object) visibility.
Definition: PvGenTypes.h:11
String class.
Definition: PvString.h:21
Definition: PvGenCategory.h:15
Result information.
Definition: PvResult.h:13
GenICam category.
Definition: PvGenCategory.h:24
GenICam feature-related constants.