#include <YRpmGroupsTree.h>
Inheritance diagram for YRpmGroupsTree:
Public Member Functions | |
YRpmGroupsTree () | |
virtual | ~YRpmGroupsTree () |
YStringTreeItem * | addRpmGroup (const std::string &rpmGroup) |
std::string | rpmGroup (const YStringTreeItem *node) |
std::string | translatedRpmGroup (const YStringTreeItem *node) |
void | addFallbackRpmGroups () |
|
Constructor. |
|
Destructor. |
|
Add a predefined set of RPM groups |
|
Insert an RPM group into this tree if not already present. Splits the RPM group string ("abc/def/ghi") and creates tree items for each level as required. Returns the tree entry for this RPM group. |
|
Returns the complete (untranslated) RPM group tag string for 'node'. |
|
Returns the complete translated RPM group tag string for 'node'. |