Imaging Control 4 C++ Library 1.2.0
Loading...
Searching...
No Matches
PropertyMap Member List

This is the complete list of members for PropertyMap, including all inherited members.

all(Error &err=Error::Default()) constPropertyMapinline
connectChunkData(const std::shared_ptr< ic4::ImageBuffer > &image_buffer, Error &err=Error::Default())PropertyMapinline
deSerialize(const std::vector< uint8_t > &buffer, Error &err=Error::Default())PropertyMapinline
deSerialize(const std::string &file_path, Error &err=Error::Default())PropertyMapinline
executeCommand(const char *cmd_name, Error &err=Error::Default())PropertyMapinline
executeCommand(const std::string &cmd_name, Error &err=Error::Default())PropertyMapinline
executeCommand(const PropId::PropIdCommand &command_id, Error &err=Error::Default())PropertyMapinline
find(const char *prop_name, Error &err=Error::Default()) constPropertyMapinline
find(const std::string &prop_name, Error &err=Error::Default()) constPropertyMapinline
find(const PropId::PropIdCommand &command_id, Error &err=Error::Default()) constPropertyMapinline
find(const PropId::PropIdInteger &integer_id, Error &err=Error::Default()) constPropertyMapinline
find(const PropId::PropIdFloat &float_id, Error &err=Error::Default()) constPropertyMapinline
find(const PropId::PropIdBoolean &boolean_id, Error &err=Error::Default()) constPropertyMapinline
find(const PropId::PropIdString &string_id, Error &err=Error::Default()) constPropertyMapinline
find(const PropId::PropIdEnumeration &enumeration_id, Error &err=Error::Default()) constPropertyMapinline
find(const PropId::PropIdRegister &register_id, Error &err=Error::Default()) constPropertyMapinline
findBoolean(const std::string &boolean_name, Error &err=Error::Default()) constPropertyMapinline
findBoolean(const char *boolean_name, Error &err=Error::Default()) constPropertyMapinline
findCategory(const std::string &category_name, Error &err=Error::Default()) constPropertyMapinline
findCategory(const char *category_name, Error &err=Error::Default()) constPropertyMapinline
findCommand(const std::string &command_name, Error &err=Error::Default()) constPropertyMapinline
findCommand(const char *command_name, Error &err=Error::Default()) constPropertyMapinline
findEnumeration(const std::string &enumeration_name, Error &err=Error::Default()) constPropertyMapinline
findEnumeration(const char *enumeration_name, Error &err=Error::Default()) constPropertyMapinline
findFloat(const std::string &float_name, Error &err=Error::Default()) constPropertyMapinline
findFloat(const char *float_name, Error &err=Error::Default()) constPropertyMapinline
findInteger(const std::string &integer_name, Error &err=Error::Default()) constPropertyMapinline
findInteger(const char *integer_name, Error &err=Error::Default()) constPropertyMapinline
findRegister(const std::string &register_name, Error &err=Error::Default()) constPropertyMapinline
findRegister(const char *register_name, Error &err=Error::Default()) constPropertyMapinline
findString(const std::string &string_name, Error &err=Error::Default()) constPropertyMapinline
findString(const char *string_name, Error &err=Error::Default()) constPropertyMapinline
getValueBool(const char *prop_name, Error &err=Error::Default()) constPropertyMapinline
getValueBool(const std::string &prop_name, Error &err=Error::Default()) constPropertyMapinline
getValueBool(const PropId::PropIdBoolean &boolean_id, Error &err=Error::Default()) constPropertyMapinline
getValueBool(const PropId::PropIdEnumeration &enumeration_id, Error &err=Error::Default()) constPropertyMapinline
getValueDouble(const char *prop_name, Error &err=Error::Default()) constPropertyMapinline
getValueDouble(const std::string &prop_name, Error &err=Error::Default()) constPropertyMapinline
getValueDouble(const PropId::PropIdFloat &float_id, Error &err=Error::Default()) constPropertyMapinline
getValueDouble(const PropId::PropIdInteger &integer_id, Error &err=Error::Default()) constPropertyMapinline
getValueInt64(const char *prop_name, Error &err=Error::Default()) constPropertyMapinline
getValueInt64(const std::string &prop_name, Error &err=Error::Default()) constPropertyMapinline
getValueInt64(const PropId::PropIdInteger &integer_id, Error &err=Error::Default()) constPropertyMapinline
getValueInt64(const PropId::PropIdBoolean &boolean_id, Error &err=Error::Default()) constPropertyMapinline
getValueString(const char *prop_name, Error &err=Error::Default()) constPropertyMapinline
getValueString(const std::string &prop_name, Error &err=Error::Default()) constPropertyMapinline
getValueString(const PropId::PropIdString &string_id, Error &err=Error::Default()) constPropertyMapinline
getValueString(const PropId::PropIdEnumeration &enumeration_id, Error &err=Error::Default()) constPropertyMapinline
getValueString(const PropId::PropIdBoolean &boolean_id, Error &err=Error::Default()) constPropertyMapinline
getValueString(const PropId::PropIdInteger &integer_id, Error &err=Error::Default()) constPropertyMapinline
getValueString(const PropId::PropIdFloat &float_id, Error &err=Error::Default()) constPropertyMapinline
is_valid() const noexceptPropertyMapinline
operator[](const char *prop_name) constPropertyMapinline
operator[](const std::string &prop_name) constPropertyMapinline
operator[](const PropId::PropIdInteger &integer_id) constPropertyMapinline
operator[](const PropId::PropIdFloat &float_id) constPropertyMapinline
operator[](const PropId::PropIdCommand &command_id) constPropertyMapinline
operator[](const PropId::PropIdEnumeration &enumeration_id) constPropertyMapinline
operator[](const PropId::PropIdBoolean &boolean_id) constPropertyMapinline
operator[](const PropId::PropIdString &string_id) constPropertyMapinline
operator[](const PropId::PropIdRegister &register_id) constPropertyMapinline
PropertyMap()=defaultPropertyMap
serialize(std::vector< uint8_t > &buffer, Error &err=Error::Default()) constPropertyMapinline
serialize(const std::string &file_path, Error &err=Error::Default()) constPropertyMapinline
setValue(const char *integer_name, int64_t value, Error &err=Error::Default())PropertyMapinline
setValue(const std::string &integer_name, int64_t value, Error &err=Error::Default())PropertyMapinline
setValue(const PropId::PropIdInteger &integer_id, int64_t value, Error &err=Error::Default())PropertyMapinline
setValue(const char *float_name, double value, Error &err=Error::Default())PropertyMapinline
setValue(const std::string &float_name, double value, Error &err=Error::Default())PropertyMapinline
setValue(const PropId::PropIdFloat &float_id, double value, Error &err=Error::Default())PropertyMapinline
setValue(const char *boolean_name, bool value, Error &err=Error::Default())PropertyMapinline
setValue(const std::string &boolean_name, bool value, Error &err=Error::Default())PropertyMapinline
setValue(const PropId::PropIdBoolean &boolean_id, bool value, Error &err=Error::Default())PropertyMapinline
setValue(const PropId::PropIdEnumeration &enumeration_id, bool value, Error &err=Error::Default())PropertyMapinline
setValue(const char *string_name, const char *value, Error &err=Error::Default())PropertyMapinline
setValue(const std::string &string_name, const std::string &value, Error &err=Error::Default())PropertyMapinline
setValue(const PropId::PropIdString &string_id, const char *value, Error &err=Error::Default())PropertyMapinline
setValue(const PropId::PropIdEnumeration &enumeration_id, const char *value, Error &err=Error::Default())PropertyMapinline
setValue(const PropId::PropIdBoolean &boolean_id, const char *value, Error &err=Error::Default())PropertyMapinline