.. index:: pair: class; P1::CameraSdk::ImageFileCommonImpl .. _doxid-class_p1_1_1_camera_sdk_1_1_image_file_common_impl: class P1::CameraSdk::ImageFileCommonImpl ======================================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class ImageFileCommonImpl: public :ref:`P1::CameraSdk::IImageFileCommon` { public: // typedefs typedef P1::IQP::ImageEnumerationAgent::AssembleStatus const :target:`PrivStructTypeCommon`; // construction :target:`ImageFileCommonImpl`(:ref:`PrivStructTypeCommon`* dataStruct); // methods virtual uint32_t :ref:`ImageId`() const; virtual bool :ref:`AnyErrors`() const; virtual :ref:`IImageFileCommon::Errors` :ref:`ImageFileErrors`() const; virtual std::string :ref:`ErrorsString`() const; }; // direct descendants class :ref:`ImageEnumBuffer`; class :ref:`ImageFileBasicInfoImpl`; Inherited Members ----------------- .. ref-code-block:: cpp :class: doxyrest-overview-inherited-code-block public: // enums enum :ref:`Errors`; // methods virtual uint32_t :ref:`ImageId`() const = 0; virtual bool :ref:`AnyErrors`() const = 0; virtual :ref:`Errors` :ref:`ImageFileErrors`() const = 0; virtual std::string :ref:`ErrorsString`() const = 0; .. _details-class_p1_1_1_camera_sdk_1_1_image_file_common_impl: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Methods ------- .. index:: pair: function; ImageId .. _doxid-class_p1_1_1_camera_sdk_1_1_image_file_common_impl_1aecd0ab32f42bea5ae6d56d6383704b33: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual uint32_t ImageId() const The (session) unique image Id for this file. .. index:: pair: function; AnyErrors .. _doxid-class_p1_1_1_camera_sdk_1_1_image_file_common_impl_1a49f82e608e25c1eac52317b04b91cd9a: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual bool AnyErrors() const Returns whether the request resulted in any error(s). .. index:: pair: function; ImageFileErrors .. _doxid-class_p1_1_1_camera_sdk_1_1_image_file_common_impl_1ae7796fbcdfd577fb71ac836703aa5b1b: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual :ref:`IImageFileCommon::Errors` ImageFileErrors() const The specific errors that occured. .. index:: pair: function; ErrorsString .. _doxid-class_p1_1_1_camera_sdk_1_1_image_file_common_impl_1aaec716951fe748df6b4b88ae548c9d92: .. ref-code-block:: cpp :class: doxyrest-title-code-block virtual std::string ErrorsString() const A string version of the errors.