class P1::CameraSdk::PropertyEventType

Overview

EventTypes that relate to properties changing. More…

#include <C_P1CameraCommonEventTypes.h>

class PropertyEventType: public P1::CameraSdk::BaseEventType
{
public:
    // fields

    static PropertyEventType const PropertyValueChange;
    static PropertyEventType const PropertySpecificationChange;
};

Inherited Members

public:
    // enums

    enum Category;

    // fields

    uint32_t const id;
    Category const category;

    // methods

    MSVC_ALLOW_PUBLIC_STL(std::string const name);
    bool operator == (BaseEventType const& other) const;
    bool operator != (BaseEventType const& other) const;
    virtual void dummy();

Detailed Documentation

EventTypes that relate to properties changing.

Fields

static PropertyEventType const PropertyValueChange

Notification describes a property value change event

static PropertyEventType const PropertySpecificationChange

Notification describes that a PropertySpecification has changed (not its value)