Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. class (GObject o, IsDescendantOf TreeModelSort o) => IsTreeModelSort o

    gi-gtk3 GI.Gtk.Objects.TreeModelSort

    Type class for types which can be safely cast to TreeModelSort, for instance with toTreeModelSort.

  2. newtype TreeModelSort

    gi-gtk3 GI.Gtk.Objects.TreeModelSort

    Memory-managed wrapper type.

  3. TreeModelSort :: ManagedPtr TreeModelSort -> TreeModelSort

    gi-gtk3 GI.Gtk.Objects.TreeModelSort

    No documentation available.

  4. constructTreeModelSortModel :: (IsTreeModelSort o, MonadIO m, IsTreeModel a) => a -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.TreeModelSort

    Construct a GValueConstruct with valid value for the “model” property. This is rarely needed directly, but it is used by new.

  5. getTreeModelSortModel :: (MonadIO m, IsTreeModelSort o) => o -> m TreeModel

    gi-gtk3 GI.Gtk.Objects.TreeModelSort

    Get the value of the “model” property. When overloading is enabled, this is equivalent to

    get treeModelSort #model
    

  6. toTreeModelSort :: (MonadIO m, IsTreeModelSort o) => o -> m TreeModelSort

    gi-gtk3 GI.Gtk.Objects.TreeModelSort

    Cast to TreeModelSort, for types for which this is known to be safe. For general casts, use castTo.

  7. treeModelSortClearCache :: (HasCallStack, MonadIO m, IsTreeModelSort a) => a -> m ()

    gi-gtk3 GI.Gtk.Objects.TreeModelSort

    This function should almost never be called. It clears the treeModelSort of any cached iterators that haven’t been reffed with treeModelRefNode. This might be useful if the child model being sorted is static (and doesn’t change often) and there has been a lot of unreffed access to nodes. As a side effect of this function, all unreffed iters will be invalid.

  8. treeModelSortConvertChildIterToIter :: (HasCallStack, MonadIO m, IsTreeModelSort a) => a -> TreeIter -> m (Bool, TreeIter)

    gi-gtk3 GI.Gtk.Objects.TreeModelSort

    Sets sortIter to point to the row in treeModelSort that corresponds to the row pointed at by childIter. If sortIter was not set, False is returned. Note: a boolean is only returned since 2.14.

  9. treeModelSortConvertChildPathToPath :: (HasCallStack, MonadIO m, IsTreeModelSort a) => a -> TreePath -> m (Maybe TreePath)

    gi-gtk3 GI.Gtk.Objects.TreeModelSort

    Converts childPath to a path relative to treeModelSort. That is, childPath points to a path in the child model. The returned path will point to the same row in the sorted model. If childPath isn’t a valid path on the child model, then Nothing is returned.

  10. treeModelSortConvertIterToChildIter :: (HasCallStack, MonadIO m, IsTreeModelSort a) => a -> TreeIter -> m TreeIter

    gi-gtk3 GI.Gtk.Objects.TreeModelSort

    Sets childIter to point to the row pointed to by sortedIter.

Page 141 of many | Previous | Next