Table of Contents

Class BoolFilter

Namespace
Gtk
Assembly
Gtk-4.0.dll
public class BoolFilter : Filter, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
BoolFilter
Implements
Inherited Members

Constructors

BoolFilter(bool, params ConstructArgument[])

protected BoolFilter(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

BoolFilter(IntPtr, bool)

protected BoolFilter(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

ExpressionPropertyDefinition

public static readonly Property<Expression?, BoolFilter> ExpressionPropertyDefinition

Field Value

Property<Expression, BoolFilter>

InvertPropertyDefinition

public static readonly Property<bool, BoolFilter> InvertPropertyDefinition

Field Value

Property<bool, BoolFilter>

Properties

Expression

public Expression? Expression { get; set; }

Property Value

Expression

Invert

public bool Invert { get; set; }

Property Value

bool

Methods

GetExpression()

public Expression? GetExpression()

Returns

Expression

GetGType()

public static Type GetGType()

Returns

Type

GetInvert()

public bool GetInvert()

Returns

bool

New(Expression?)

public static BoolFilter New(Expression? expression)

Parameters

expression Expression

Returns

BoolFilter

SetExpression(Expression?)

public void SetExpression(Expression? expression)

Parameters

expression Expression

SetInvert(bool)

public void SetInvert(bool invert)

Parameters

invert bool