XDGKit v0.1.0-1
XDG Utilities for C++
Loading...
Searching...
No Matches
Namespaces | Classes
XDG Namespace Reference

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...
 
struct  XDGIPoint
 A 2D point. More...
 
struct  XDGIRect
 A rectangle. More...
 
class  XDGKit
 Core class. More...
 

Detailed Description

Namespace.


Class Documentation

◆ XDG::XDGIPoint

struct XDG::XDGIPoint

A 2D point.

This structure defines a point using its x and y coordinates.

Class Members
int32_t x

The x-coordinate of the point.

int32_t y

The y-coordinate of the point.

◆ XDG::XDGIRect

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).

Class Members
int32_t x0

The x-coordinate of the top-left corner.

int32_t y0

The y-coordinate of the top-left corner.

int32_t x1

The x-coordinate of the bottom-right corner.

int32_t y1

The y-coordinate of the bottom-right corner.