7 #ifndef __PVGENCATEGORY_H__ 8 #define __PVGENCATEGORY_H__ 10 #include <PvGenICamLib.h> 17 class GenParameterArray;
18 class GenParameterInternal;
19 class GenParameterArrayManager;
181 PV_GENICAM_API PV_GENAPI_NS::INode *
GetNode();
195 #ifndef PV_GENERATING_DOXYGEN_DOC 197 PvGenICamLib::GenParameterInternal *mThis;
199 friend class PvGenICamLib::GenParameterArray;
200 friend class PvGenICamLib::GenParameterArrayManager;
202 #endif // PV_GENERATING_DOXYGEN_DOC PvResult GetName(PvString &aName) const
Get the category's name.
Definition: PvGenCategory.cpp:55
PvGenCategory()
Constructor.
Definition: PvGenCategory.cpp:32
virtual ~PvGenCategory()
Destructor.
Definition: PvGenCategory.cpp:41
PvResult GetVisibility(PvGenVisibility &aVisibility) const
Get the category's recommended user level (visibility)
Definition: PvGenCategory.cpp:193
PvGenVisibility
Feature (PvGenParameter object) visibility.
Definition: PvGenTypes.h:60
bool IsImplemented() const
Test if the category is implemented.
Definition: PvGenCategory.cpp:340
String class.
Definition: PvString.h:25
Definition: PvGenCategory.h:15
Result information.
Definition: PvResult.h:29
GenICam category.
Definition: PvGenCategory.h:29
PvResult IsVisible(PvGenVisibility aCurrentVisibility, bool &aVisible) const
Test if the category is visible at the specified visibilty level.
Definition: PvGenCategory.cpp:252
GenApi_3_4 ::INode * GetNode()
Returns the GenApi node wrapped by this PvGenCategory.
Definition: PvGenCategory.cpp:352
GenICam feature-related constants.
PvResult GetDescription(PvString &aDescription) const
Get the category's description.
Definition: PvGenCategory.cpp:105
PvResult GetDisplayName(PvString &aDisplayName) const
Get the category's display name.
Definition: PvGenCategory.cpp:130
PvResult GetToolTip(PvString &aToolTip) const
Get the category's tool tip.
Definition: PvGenCategory.cpp:80
PvResult GetNameSpace(PvGenNameSpace &aNameSpace) const
Get the category's name space.
Definition: PvGenCategory.cpp:155