libyui-gtk-pkg
2.42.9
|
Classes | |
struct | Impl |
Public Types | |
enum | SortAttribute { IS_INSTALLED_SORT, NAME_SORT, SIZE_SORT, REPOSITORY_SORT, SUPPORT_SORT } |
Public Member Functions | |
List (Query &query) | |
List (int reserve) | |
List | clone () |
Selectable & | get (int index) |
int | size () |
int | count (Match *match) |
int | find (const std::string &name) |
int | find (Selectable &sel) |
void | reserve (int size) |
void | append (Selectable sel) |
void | install () |
void | remove () |
void | lock (bool lock) |
void | undo () |
void | sort (SortAttribute attrb, bool ascendent) |
void | reverse () |
bool | operator== (const Ypp::List &other) const |
bool | operator!= (const Ypp::List &other) const |
List (const List &) | |
List & | operator= (const List &) |
Public Attributes | |
Impl * | impl |
Definition at line 419 of file yzyppwrapper.h.