Chartbreaker
    Preparing search index...

    Enumeration ControllerEQueryFlagsConst

    An enum containing various bit flags to modify query behaviour of methods in Controller

    Functions using this enum include =

    • Controller.getObject
    • Controller.getObjects
    • Controller.enumerateObjects
    • Controller.moveObject
    Index

    Enumeration Members

    ABSOLUTE_VALUES: 1

    interpret numbers as absolute indices instead of as relative values

    INVERT_FILTER: 16

    inverts the filter so that it retrieves only objects NOT matching the specified properties

    MATCH_ALL: 12

    combination of MATCH_ALL_PARENTS and MATCH_SELF

    MATCH_ALL_PARENTS: 8

    match all parents in the hierarchy, instead of just the direct parent

    MATCH_SELF: 4

    also match object itself, instead of just parent(s)

    NONE: 0

    no changes

    UNMERGE: 2

    always move objects to newly created charts inserted at target position only works when target chart is specified numerically