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 const PropertyEventType PropertyValueChange;
    static const PropertyEventType PropertySpecificationChange;
};

Inherited Members

public:
    // enums

    enum Category;

    // fields

    const uint32_t id;
    const Category 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 const PropertyEventType PropertyValueChange

Notification describes a property value change event

static const PropertyEventType PropertySpecificationChange

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