Gnm.FilterCondition

Fields

Name

Type

Access

Description

count

float

r/w

is_and

bool

r/w

op

[Gnm.FilterOp]

r/w

value

[Gnm.Value]

r/w

Methods

class

new_bucket (top, absolute, rel_range, n)

class

new_double (op0, v0, join_with_and, op1, v1)

class

new_single (op, v)

dup ()

free ()

Details

class Gnm.FilterCondition
classmethod new_bucket(top, absolute, rel_range, n)
Parameters:
Return type:

Gnm.FilterCondition

classmethod new_double(op0, v0, join_with_and, op1, v1)
Parameters:
Return type:

Gnm.FilterCondition

Create a new condition with two values.

classmethod new_single(op, v)
Parameters:
Return type:

Gnm.FilterCondition

Create a new condition with one GOffice.value.

dup()
Return type:

Gnm.FilterCondition

free()