Skip to content

Commit

Permalink
Documentation|libappfw: API doc update for GuiWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 23, 2016
1 parent e4be5ef commit 85fa2bd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions doomsday/sdk/libappfw/include/de/framework/guiwidget.h
Expand Up @@ -217,8 +217,8 @@ class LIBAPPFW_PUBLIC GuiWidget : public QObject, public Widget
static void destroy(GuiWidget *widget);

/**
* Deletes a widget at a later point in time. However, the widget is immediately
* deinitialized.
* Deletes a widget at a later point in time. However, the widget is
* immediately deinitialized.
*
* @param widget Widget to deinitialize now and destroy layer.
*/
Expand All @@ -228,6 +228,12 @@ class LIBAPPFW_PUBLIC GuiWidget : public QObject, public Widget
Widget::Children childWidgets() const;
Widget *parentWidget() const;
Style const &style() const;

/**
* Shortcut for accessing individual rules in the active UI style.
* @param path Identifier of the rule.
* @return Rule from the Style.
*/
Rule const &rule(DotPath const &path) const;

/**
Expand Down

0 comments on commit 85fa2bd

Please sign in to comment.