pixelperfectengine.concrete.interfaces

Undocumented in source.

Public Imports

pixelperfectengine.graphics.fontsets
public import pixelperfectengine.graphics.fontsets;
Undocumented in source.
pixelperfectengine.graphics.bitmap
public import pixelperfectengine.graphics.bitmap;
Undocumented in source.
pixelperfectengine.graphics.common
public import pixelperfectengine.graphics.common;
Undocumented in source.
pixelperfectengine.graphics.text
public import pixelperfectengine.graphics.text;
Undocumented in source.
pixelperfectengine.concrete.elements.base
public import pixelperfectengine.concrete.elements.base;
Undocumented in source.
pixelperfectengine.concrete.popup.base
public import pixelperfectengine.concrete.popup.base;
Undocumented in source.
pixelperfectengine.system.input.types
public import pixelperfectengine.system.input.types;
Undocumented in source.

Members

Interfaces

Canvas
interface Canvas

Implements the frontend of a drawable canvas, primarily for GUI elements. Used to avoid using individual bitmaps for each elements. Colors are mostly limited to 256 by the ubyte type. However certain window types will enable more.

ElementContainer
interface ElementContainer

Implements the

Focusable
interface Focusable

TODO: Use this for implement tabbing and etc.

IRadioButton
interface IRadioButton

Radio button interface. Can be used to implement radio button style behavior on almost any component that implements this interface.

IRadioButtonGroup
interface IRadioButtonGroup

Implements the basis of a radio button group.

ISmallButton
interface ISmallButton

Implements identification of small buttons.

MouseEventReceptor
interface MouseEventReceptor

Implements mouse event passing.

PopUpHandler
interface PopUpHandler

Defines functions for pop up handling.

StyleSheetContainer
interface StyleSheetContainer

Implemented by any object that can store stylesheets.

Meta