7 #ifndef __PVGENCATEGORY_H__
8 #define __PVGENCATEGORY_H__
10 #include <PvGenICamLib.h>
15 namespace PvGenICamLib
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;
GenICam feature-related constants.
PvGenVisibility
Feature (PvGenParameter object) visibility.
Definition: PvGenTypes.h:61
GenICam category.
Definition: PvGenCategory.h:30
PvResult GetToolTip(PvString &aToolTip) const
Get the category's tool tip.
Definition: PvGenCategory.cpp:80
virtual ~PvGenCategory()
Destructor.
Definition: PvGenCategory.cpp:41
PvResult GetVisibility(PvGenVisibility &aVisibility) const
Get the category's recommended user level (visibility)
Definition: PvGenCategory.cpp:193
PvResult GetNameSpace(PvGenNameSpace &aNameSpace) const
Get the category's name space.
Definition: PvGenCategory.cpp:155
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 IsVisible(PvGenVisibility aCurrentVisibility, bool &aVisible) const
Test if the category is visible at the specified visibilty level.
Definition: PvGenCategory.cpp:252
PvGenCategory()
Constructor.
Definition: PvGenCategory.cpp:32
bool IsImplemented() const
Test if the category is implemented.
Definition: PvGenCategory.cpp:340
PV_GENAPI_NS::INode * GetNode()
Returns the GenApi node wrapped by this PvGenCategory.
Definition: PvGenCategory.cpp:352
PvResult GetName(PvString &aName) const
Get the category's name.
Definition: PvGenCategory.cpp:55
Result information.
Definition: PvResult.h:30
String class.
Definition: PvString.h:26