1 2 3
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transistional//EN"><html><head><title>OpenLayer Offline Manual</title><style type="text/css" media="all">@import "CrystalStyle.css";</style><body bgcolor="FFFFFF" ><div align="center" style="pagestyle"><table width="60%"><tr><td><div class="parentLinks"><a href="index.html">OpenLayer</a> | <a href="Setup.html">Setup</a></div><br><div class="BigHeader">Setup</div><br><div class="">Program setup functions
<br>
<br>The setup class has functions to set up the program, keyboard, mouse, timer system and the program window or screen mode.</div><br><div class="MediumHeader">Member functions</div><div class="Surrounded"><table size="100%" cellpadding="0" cellspacing="0"><tr><td halign="center" class="funclist"><a href="Setup/SetupProgram.html">SetupProgram</a></td><td width="65%" halign="center"><div class="smalltext">Sets up OpenLayer and the other libraries</div></td></tr><tr><td halign="center" class="funclist"><a href="Setup/SetupScreen.html">SetupScreen</a></td><td width="65%" halign="center"><div class="smalltext">Sets up the program window or the fullscreen mode</div></td></tr><tr><td halign="center" class="funclist"><a href="Setup/GetWindowWidth.html">GetWindowWidth</a></td><td width="65%" halign="center"><div class="smalltext">Returns the width of the program window</div></td></tr><tr><td halign="center" class="funclist"><a href="Setup/GetWindowHeight.html">GetWindowHeight</a></td><td width="65%" halign="center"><div class="smalltext">Returns the height of the program window</div></td></tr><tr><td halign="center" class="funclist"><a href="Setup/GetColorDepth.html">GetColorDepth</a></td><td width="65%" halign="center"><div class="smalltext">Returns the color depth of the program window</div></td></tr><tr><td halign="center" class="funclist"><a href="Setup/GetExecutablePath.html">GetExecutablePath</a></td><td width="65%" halign="center"><div class="smalltext">Returns the path of the program executable</div></td></tr><tr><td halign="center" class="funclist"><a href="Setup/ToAbsolutePathname.html">ToAbsolutePathname</a></td><td width="65%" halign="center"><div class="smalltext">Converts the relative pathname to an absolute one</div></td></tr><tr><td colspan="2"><br><div class="SmallHeader"><font color="#775500">Advanced functions</font></div><br></td></tr><tr><td halign="center" class="funclist"><a href="Setup/IsProgramSetUp.html">IsProgramSetUp</a></td><td width="65%" halign="center"><div class="smalltext">Returns true if SetupProgram is called</div></td></tr><tr><td halign="center" class="funclist"><a href="Setup/IsScreenSetUp.html">IsScreenSetUp</a></td><td width="65%" halign="center"><div class="smalltext">Returns true if SetupScreen is called</div></td></tr></table></div><br><div class=""><a href="index.html">Back to the main page of the manual</a></div><br>Questions about Setup? Click <a href="http://crystalstorm.ath.cx/index.php?lan=en&page=CreateFeedback&subject=Setup">here.</a></div></td></tr></table></body></html>
|