Chartbreaker
    Preparing search index...

    Enumeration EQueryFlagsConst

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

    Functions using this enum include =

    • BG.charts.Controller.getObject
    • BG.charts.Controller.getObjects
    • BG.charts.Controller.enumerateObjects
    • BG.charts.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