Middle Europe Productions Library  alpha 1.3.3
Classes | Enumerations
MEP::Template Namespace Reference

Classes

class  Application
 A basic class for the Application. More...
 
class  BaseTemplate
 A class with the additional methods for the MEP::Window::Template. More...
 
class  Hub
 Template of a custom Middle Europe Productions hub. More...
 
class  Loading
 Template of a custom Middle Europe Productions loading window. More...
 

Enumerations

enum  HubElements : MEP::U_int32 {
  TopLine = 1 << 1, MEPLogo = 1 << 2, ExitButton = 1 << 3, MiniButton = 1 << 4,
  All = TopLine | MEPLogo | ExitButton | MiniButton
}
 

Enumeration Type Documentation

◆ HubElements

Enumerator
TopLine 
MEPLogo 
ExitButton 
MiniButton 
All