<!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> | <a href="../Setup/IsProgramSetUp.html">IsProgramSetUp</a></div><br><div class="BigHeader">IsProgramSetUp</div><br><div class=""><font color="#775500">Advanced function</font><br><br><div class="Surrounded"><table><tr valign="top"><td align="right"><div class="FuncDef"><strong><font color="#777733">static</font> <font color="#777733">bool</font> <a href="../Setup/IsProgramSetUp.html"><font color="#0000CC">IsProgramSetUp</font></a>();
<br></strong></div></td></tr></table>
<br>Returns true if <a href="../Setup.html"><font color="#0000CC">Setup</font></a>::<a href="../Setup/SetupProgram.html"><font color="#0000CC">SetupProgram</font></a> is called.
<br></div></div><br><div class="MediumHeader">Examples</div><br><div class="Code"><font color="#999922">// Check if the program is set up //</font>
<br><font color="#447711">if</font>( <a href="../Setup.html"><font color="#0000CC">Setup</font></a>::<a href="../Setup/IsProgramSetUp.html"><font color="#0000CC">IsProgramSetUp</font></a>() ) {
<br> allegro_message( <font color="#CC0000">"Yes it is!"</font> );
<br>}</div><div class=""><br><br><div class="MediumHeader">Other functions of the class <a href="../Setup.html"><font color="#0000CC">Setup</font></a></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 IsProgramSetUp? Click <a href="http://crystalstorm.ath.cx/index.php?lan=en&page=CreateFeedback&subject=IsProgramSetUp">here.</a></div></td></tr></table></body></html>
|