.. index:: pair: class; P1::CameraSdk::PropertyEventType .. _doxid-class_p1_1_1_camera_sdk_1_1_property_event_type: class P1::CameraSdk::PropertyEventType ====================================== .. toctree:: :hidden: Overview ~~~~~~~~ EventTypes that relate to properties changing. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class PropertyEventType: public :ref:`P1::CameraSdk::BaseEventType` { public: // fields static PropertyEventType const :ref:`PropertyValueChange`; static PropertyEventType const :ref:`PropertySpecificationChange`; }; Inherited Members ----------------- .. ref-code-block:: cpp :class: doxyrest-overview-inherited-code-block public: // enums enum :ref:`Category`; // fields uint32_t const :ref:`id`; :ref:`Category` const :ref:`category`; // methods :ref:`MSVC_ALLOW_PUBLIC_STL`(std::string const name); bool :ref:`operator ==` (:ref:`BaseEventType` const& other) const; bool :ref:`operator !=` (:ref:`BaseEventType` const& other) const; virtual void :ref:`dummy`(); .. _details-class_p1_1_1_camera_sdk_1_1_property_event_type: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ EventTypes that relate to properties changing. Fields ------ .. index:: pair: variable; PropertyValueChange .. _doxid-class_p1_1_1_camera_sdk_1_1_property_event_type_1a6cf98cabb20066a1cab490b7215f19f6: .. ref-code-block:: cpp :class: doxyrest-title-code-block static PropertyEventType const PropertyValueChange Notification describes a property value change event .. index:: pair: variable; PropertySpecificationChange .. _doxid-class_p1_1_1_camera_sdk_1_1_property_event_type_1aa8ee4a8e8b42283ae1a136898fbc3854: .. ref-code-block:: cpp :class: doxyrest-title-code-block static PropertyEventType const PropertySpecificationChange Notification describes that a :ref:`PropertySpecification ` has changed (not its value)