|
XDGKit v1.0.0-1
C++ XDG Utilities
|
Namespace. More...
Namespaces | |
| namespace | XDGUtils |
| Utilities for data structures. | |
Classes | |
| class | XDGIcon |
| Properties of an icon. More... | |
| class | XDGIconDirectory |
| Group of icons with shared properties. More... | |
| class | XDGIconTheme |
| An icon theme. More... | |
| class | XDGIconThemeManager |
| Utility for finding icons. More... | |
| class | XDGINI |
| A parsed INI file. More... | |
| class | XDGINIView |
| A parsed INI file using string view based maps. More... | |
| struct | XDGIPoint |
| A 2D point. More... | |
| struct | XDGIRect |
| A rectangle. More... | |
| class | XDGKit |
| Core class. More... | |
| class | XDGLog |
| Debugging information. More... | |
Typedefs | |
| template<class Key , class T > | |
| using | XDGMap = std::unordered_map< Key, T > |
| Alias for std::unordered_map. | |
Namespace.
| struct XDG::XDGIPoint |
| struct XDG::XDGIRect |
A rectangle.
This structure defines a rectangle using two points: the top-left corner (x0, y0) and the bottom-right corner (x1, y1).
| using XDGMap = std::unordered_map<Key, T> |
Alias for std::unordered_map.