Klasse EveryFilter

Alle implementierten Schnittstellen:
PointerInterface

public class EveryFilter extends MultiFilter
Matches an item when each of its filters matches.

To add filters to a `GtkEveryFilter`, use [method@Gtk.MultiFilter.append].

https://docs.gtk.org/gtk4/class.EveryFilter.html

  • Konstruktordetails

    • EveryFilter

      public EveryFilter(PointerContainer pointer)
    • EveryFilter

      public EveryFilter()
      Creates a new empty "every" filter.

      Use [method@Gtk.MultiFilter.append] to add filters to it.

      This filter matches an item if each of the filters added to it
      matches the item. In particular, this means that if no filter
      has been added to it, the filter matches every item.
  • Methodendetails

    • getClassHandler

      public static ClassHandler getClassHandler()
    • asListModel

      public ListModel asListModel()
      Implements interface ListModel. Call this to get access to interface functions.
      Setzt außer Kraft:
      asListModel in Klasse MultiFilter
      Gibt zurück:
      ListModel
    • asBuildable

      public Buildable asBuildable()
      Implements interface Buildable. Call this to get access to interface functions.
      Setzt außer Kraft:
      asBuildable in Klasse MultiFilter
      Gibt zurück:
      Buildable
    • getTypeID

      public static long getTypeID()
    • getParentTypeID

      public static long getParentTypeID()
    • getTypeSize

      public static TypeSystem.TypeSize getTypeSize()
    • getParentTypeSize

      public static TypeSystem.TypeSize getParentTypeSize()
    • getInstanceSize

      public static int getInstanceSize()