25#ifndef YRpmGroupsTree_h
26#define YRpmGroupsTree_h
29#include "YStringTree.h"
46#ifndef SUPPRESS_YRPMGROUPSTREE_OBSOLETE_WARNING
47# warning The YRpmGroupsTree class is obsolete. DO NOT USE ANYMORE.
54 virtual ~YRpmGroupsTree();
55 YStringTreeItem * addRpmGroup(
const std::string & rpmGroup )
58 std::string rpmGroup(
const YStringTreeItem * node )
59 {
return origPath( node,
'/',
false ); }
61 std::string translatedRpmGroup(
const YStringTreeItem * node )
64 void addFallbackRpmGroups();
YStringTree(const char *textdomain)
Definition YStringTree.cc:33
std::string translatedPath(const YStringTreeItem *item, char delimiter, bool startWithDelimiter=true)
Definition YStringTree.h:108
std::string origPath(const YStringTreeItem *item, char delimiter, bool startWithDelimiter=true)
Definition YStringTree.h:97