ModelUsageFactory


Object Hierarchy:

Object hierarchy for ModelUsageFactory

Description:

public class ModelUsageFactory : Object

Factory for creating list items from ModelUsage objects.

Creates list items that display ModelUsage objects with: - Icons for capabilities (tools, thinking) - Model name with size (using display_name_with_size())

Can be used with Gtk.ListView, Gtk.DropDown, and other list widgets. Access the factory via the .factory property.

**IMPORTANT:** This class must be stored as a property of the widget or object that uses it. If stored as a local variable, it may be garbage collected and the signal connections will be lost.

Since:

1.0


Namespace: OLLMchatGtk.List
Package: ollmchat

Content:

Properties:

Creation methods:

Inherited Members:

All known members inherited from class GLib.Object