From 128f92c42719bcbeff61eb11197bd02f6d80c7d2 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Thu, 4 Sep 2025 19:53:36 +0200 Subject: [PATCH] Doc update --- src/lay/lay/gsiDeclLayEditorOptionsPage.cc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lay/lay/gsiDeclLayEditorOptionsPage.cc b/src/lay/lay/gsiDeclLayEditorOptionsPage.cc index c6bc94017..7a63b0df5 100644 --- a/src/lay/lay/gsiDeclLayEditorOptionsPage.cc +++ b/src/lay/lay/gsiDeclLayEditorOptionsPage.cc @@ -62,7 +62,11 @@ Class decl_EditorOptionsPageBase (QT_EXTERNAL_BASE (QWid "@return A value indicating whether the page was opened non-modal (-1), accepted (1) or rejected (0)\n" "Provided the page is selected because the plugin is active, this method will " "open a dialog to show the page if it is modal, or locate the page in the editor options " - "dock and bring it to the front if it is non-modal." + "dock and bring it to the front if it is non-modal.\n" + "\n" + "Before the page is shown, \\setup is called. When the page is dismissed (accepted), \\apply is called. " + "You can overload these methods to transfer data to and from the configuration space or to perform other " + "actions, not related to configuration parameters." ) + method ("apply", &lay::EditorOptionsPage::apply, gsi::arg ("dispatcher"), "@brief Transfers data from the page to the configuration\n"