SkillRow
Object Hierarchy:
Description:
public class SkillRow : Object
One Agent Pi skill settings row: ActionRow, offered Switch, and Skill.
Construction builds widgets and wires the offered toggle to
SkillsPage.agent_skills. Resource skills have no
subtitle; filesystem skills show their path. Export uses the page context menu.
Example
var skill_row = new Rows.SkillRow(page, skill);
skill_row.fill(page.agent_skills.skills);
Content:
Properties:
- public SkillsPage page { get; construct; }
Parent skills page (offered list and fill guard).
- public ActionRow row { get; }
Preferences ActionRow shown in the skills list.
- public Skill skill { get; set; }
Scanned skill this row represents (path may change after export).
- public Switch toggle { get; }
Toggle for initially offered (AgentConfig.skills).
Creation methods:
Methods:
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref