LauncherGui

Undocumented in source.

Constructors

this
this(string title, ivec2 windowSize)
Undocumented in source.

Members

Functions

closePressed
void closePressed()
Undocumented in source. Be warned that the author may not have intended to support it.
connetToServer
void connetToServer()
Undocumented in source. Be warned that the author may not have intended to support it.
createDebug
WidgetProxy createDebug(WidgetProxy parent)
Undocumented in source. Be warned that the author may not have intended to support it.
createJob
void createJob(AppType appType)
Undocumented in source. Be warned that the author may not have intended to support it.
createMain
void createMain(WidgetProxy root)
Undocumented in source. Be warned that the author may not have intended to support it.
createPlay
WidgetProxy createPlay(WidgetProxy parent)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(string[] args, string resPath)
Undocumented in source. Be warned that the author may not have intended to support it.
newServer
void newServer()
Undocumented in source. Be warned that the author may not have intended to support it.
newWorld
void newWorld()
Undocumented in source. Be warned that the author may not have intended to support it.
refreshWorlds
void refreshWorlds()
Undocumented in source. Be warned that the author may not have intended to support it.
removeServer
void removeServer()
Undocumented in source. Be warned that the author may not have intended to support it.
removeWorld
void removeWorld()
Undocumented in source. Be warned that the author may not have intended to support it.
startClient
void startClient()
Undocumented in source. Be warned that the author may not have intended to support it.
startClient_debug
void startClient_debug()
Undocumented in source. Be warned that the author may not have intended to support it.
startCombined_debug
void startCombined_debug()
Undocumented in source. Be warned that the author may not have intended to support it.
startServer
void startServer()
Undocumented in source. Be warned that the author may not have intended to support it.
startServer_debug
void startServer_debug()
Undocumented in source. Be warned that the author may not have intended to support it.
userPreUpdate
void userPreUpdate(double delta)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

isGuiDebuggerShown
bool isGuiDebuggerShown;
Undocumented in source.
job_stack
WidgetProxy job_stack;
Undocumented in source.
launcher
Launcher launcher;
Undocumented in source.
pluginFolder
string pluginFolder;
Undocumented in source.
pluginPackFolder
string pluginPackFolder;
Undocumented in source.
resFolder
string resFolder;
Undocumented in source.
serverList
AutoListModel!ServerList serverList;
Undocumented in source.
textSettings
TextViewSettings textSettings;
Undocumented in source.
toolFolder
string toolFolder;
Undocumented in source.
worldList
AutoListModel!WorldList worldList;
Undocumented in source.

Inherited Members

From GuiApp

fpsHelper
FpsHelper fpsHelper;
Undocumented in source.
guictx
GuiContext guictx;
Undocumented in source.
renderer
IRenderer renderer;
Undocumented in source.
window
IWindow window;
Undocumented in source.
renderQueue
RenderQueue renderQueue;
Undocumented in source.
debugText
LineBuffer debugText;
Undocumented in source.
isClosePressed
bool isClosePressed;
Undocumented in source.
limitFps
bool limitFps;
Undocumented in source.
maxFps
int maxFps;
Undocumented in source.
updateTime
double updateTime;
Undocumented in source.
showDebugInfo
bool showDebugInfo;
Undocumented in source.
title
string title;
Undocumented in source.
windowSize
ivec2 windowSize;
Undocumented in source.
run
void run(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(string[] args, string resourcePath)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(double delta)
Undocumented in source. Be warned that the author may not have intended to support it.
overlayDepth
int overlayDepth;
Undocumented in source.
drawDebugText
void drawDebugText()
Undocumented in source. Be warned that the author may not have intended to support it.
userPreUpdate
void userPreUpdate(double delta)
Undocumented in source. Be warned that the author may not have intended to support it.
userPostUpdate
void userPostUpdate(double delta)
Undocumented in source. Be warned that the author may not have intended to support it.
stop
void stop()
Undocumented in source. Be warned that the author may not have intended to support it.
windowResized
void windowResized(ivec2 newSize)
Undocumented in source. Be warned that the author may not have intended to support it.
closePressed
void closePressed()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta