diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-04-24 20:12:26 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-04-25 07:43:33 +0200 |
| commit | 2c4e151343828af13b28ec39946b6bf34748c2b3 (patch) | |
| tree | 3572c1e224ad93e51c4a560198732e8f9bac7c99 /include/adwaitamm/actionrow.hpp | |
| parent | 96ce3ba51c152e854bcc5e7df1c53fe776ca554b (diff) | |
| download | libadwaitamm-2c4e151343828af13b28ec39946b6bf34748c2b3.tar.xz libadwaitamm-2c4e151343828af13b28ec39946b6bf34748c2b3.zip | |
adw: extract class definitions
Diffstat (limited to 'include/adwaitamm/actionrow.hpp')
| -rw-r--r-- | include/adwaitamm/actionrow.hpp | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/include/adwaitamm/actionrow.hpp b/include/adwaitamm/actionrow.hpp index 5b99ab7..6a34e15 100644 --- a/include/adwaitamm/actionrow.hpp +++ b/include/adwaitamm/actionrow.hpp @@ -24,23 +24,10 @@ namespace Adwaita struct ActionRow : PreferencesRow, helpers::gobj_mixin<ActionRow, AdwActionRow> { - struct Class : Glib::Class - { - using BaseClassParent = AdwPreferencesRowClass; - using BaseClassType = AdwActionRowClass; - using BaseObjectType = AdwActionRow; - using CppClassParent = PreferencesRow::Class; - using CppObjectType = ActionRow; - - auto init() -> Glib::Class const &; - auto static class_init_function(void * gclass, void * data) -> void; - auto static wrap_new(GObject * object) -> Glib::ObjectBase *; - }; - - using BaseObjectType = Class::BaseObjectType; - using BaseClassType = Class::BaseClassType; - using CppObjectType = Class::CppObjectType; - using CppClassType = Class; + using BaseObjectType = AdwActionRow; + using BaseClassType = AdwActionRowClass; + using CppObjectType = ActionRow; + using CppClassType = struct ActionRow_Class; using helpers::gobj_mixin<CppObjectType, BaseObjectType>::gobj; using helpers::gobj_mixin<CppObjectType, BaseObjectType>::gobj_copy; @@ -87,6 +74,8 @@ namespace Adwaita auto property_title_lines() const noexcept -> Glib::PropertyProxy_ReadOnly<int>; protected: + friend struct ActionRow_Class; + explicit ActionRow(Glib::ConstructParams const & params); explicit ActionRow(BaseObjectType * gobj); }; |
