ScPropertyCollection.h File Reference

Go to the source code of this file.

Data Structures

struct  ScPropertyValue
 
union  ScPropertyValue.__unnamed__
 

Typedefs

typedef struct
ScOpaquePropertyCollection 
ScPropertyCollection
 

Enumerations

enum  ScPropertyType {
  SC_PROPERTY_TYPE_INT = 0, SC_PROPERTY_TYPE_STRING = 1, SC_PROPERTY_TYPE_BOOL = 2, SC_PROPERTY_TYPE_UNKNOWN = 3,
  SC_PROPERTY_TYPE_FLOAT = 4
}
 

Detailed Description

Property collection manipulation.

Copyright (c) 2024 Scandit AG. All rights reserved.


Data Structure Documentation

struct ScPropertyValue

Represents a typed settings property value.

Since
7.0.0
Data Fields
ScPropertyType type

Type of the property. Returned as SC_PROPERTY_TYPE_UNKNOWN if the property is not known to the engine.

union ScPropertyValue __unnamed__

Actual value of the property. Default value if is_set is true, otherwise the configured value.

union ScPropertyValue.__unnamed__

Actual value of the property. Default value if is_set is true, otherwise the configured value.

Data Fields
int integer
char const * string
ScBool boolean
float floating_point

Enumeration Type Documentation

Property types.

Since
7.0.0