![]() |
COLNEO Pro 1.2
|
Data Structures | |
| class | ClashOptions |
| class | ClearanceOptions |
| class | CmSyncOptions |
| class | CoincidenceOptions |
| class | ModelUpdateOptions::ConfigDiffOptions |
| class | ContactOptions |
| class | CopyObjectOptions |
| class | CsvReaderOptions |
| class | DownloadOptions |
| class | GETParams |
| class | InclusionOptions |
| class | IntersectionOptions |
| class | ModelUpdateOptions::ModelOptions |
| class | ModelUpdateOptions |
| class | NodeOptions |
| class | ModelUpdateOptions::ObjectOptions |
| class | ModelUpdateOptions::PropertyOptions |
| struct | PropertyValueGrouping |
| struct | PropertyValueGroupingOptions |
| class | RelationOptions |
| class | RelationRightObjectsOptions |
| class | SetOptions |
| class | SimulationOptions |
| struct | SmartSetOptions |
| class | Sort |
| class | ModelUpdateOptions::StyleOptions |
| struct | StyleScheme |
| class | UploadOptions |
Functions | |
| bool | checkWriteGeometryField (QString &field) |
| bool | checkWriteRelation (Relation *) |
| init () | |
| QString | toUrlParameters () |
Variables | |
| QString | method = "POST" |
Options and supporting types for the generic object model.
| bool checkWriteGeometryField | ( | QString & | field | ) |
Checky if field should be written.
| bool checkWriteRelation | ( | Relation * | ) |
Check if relation matches the specified filter.
| init | ( | ) |
Initialize with default values;
| QString toUrlParameters | ( | ) |
Builds the URL query parameters for retrieving node path data from COLNEO infohub.
The query can contain the following parameters:
Relation parameters are emitted only when members contains relations. Property blacklists are not sent to the endpoint because omitting the property parameter requests all properties. Query names and values are percent-encoded using QUrl's fully encoded format.
| QString method = "POST" |
POST / PUT / PATCH