aboutsummaryrefslogtreecommitdiff
path: root/include/adwaitamm/preferencesrow.hpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-04-24 20:12:26 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-04-25 07:43:33 +0200
commit2c4e151343828af13b28ec39946b6bf34748c2b3 (patch)
tree3572c1e224ad93e51c4a560198732e8f9bac7c99 /include/adwaitamm/preferencesrow.hpp
parent96ce3ba51c152e854bcc5e7df1c53fe776ca554b (diff)
downloadlibadwaitamm-2c4e151343828af13b28ec39946b6bf34748c2b3.tar.xz
libadwaitamm-2c4e151343828af13b28ec39946b6bf34748c2b3.zip
adw: extract class definitions
Diffstat (limited to 'include/adwaitamm/preferencesrow.hpp')
-rw-r--r--include/adwaitamm/preferencesrow.hpp23
1 files changed, 6 insertions, 17 deletions
diff --git a/include/adwaitamm/preferencesrow.hpp b/include/adwaitamm/preferencesrow.hpp
index 6c1d6bb..3bbaaec 100644
--- a/include/adwaitamm/preferencesrow.hpp
+++ b/include/adwaitamm/preferencesrow.hpp
@@ -22,23 +22,10 @@ namespace Adwaita
struct PreferencesRow : Gtk::ListBoxRow,
helpers::gobj_mixin<PreferencesRow, AdwPreferencesRow>
{
- struct Class : Glib::Class
- {
- using BaseClassParent = GtkListBoxRowClass;
- using BaseClassType = AdwPreferencesRowClass;
- using BaseObjectType = AdwPreferencesRow;
- using CppClassParent = struct Gtk::ListBoxRow_Class;
- using CppObjectType = PreferencesRow;
-
- 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 = AdwPreferencesRow;
+ using BaseClassType = AdwPreferencesRowClass;
+ using CppObjectType = PreferencesRow;
+ using CppClassType = struct PreferencesRow_Class;
using helpers::gobj_mixin<CppObjectType, BaseObjectType>::gobj;
using helpers::gobj_mixin<CppObjectType, BaseObjectType>::gobj_copy;
@@ -73,6 +60,8 @@ namespace Adwaita
auto property_use_underline() const -> Glib::PropertyProxy_ReadOnly<bool>;
protected:
+ friend PreferencesRow_Class;
+
explicit PreferencesRow(Glib::ConstructParams const & params);
explicit PreferencesRow(BaseObjectType * gobj);
};