groups a number of plugins together More...
#include <structs.app.h>
Public Member Functions | |
grt::StringRef | category () const |
Getter for attribute category. | |
virtual void | category (const grt::StringRef &value) |
Setter for attribute category. | |
grt::ListRef< app_Plugin > | plugins () const |
Getter for attribute plugins (read-only). |
groups a number of plugins together
grt::StringRef category | ( | ) | const |
Getter for attribute category.
the category this group belongs to
virtual void category | ( | const grt::StringRef & | value | ) | [virtual] |
Setter for attribute category.
the category this group belongs to
grt::ListRef<app_Plugin> plugins | ( | ) | const |
Getter for attribute plugins (read-only).
the list of plugins in this group