GLDisplay class in Command line interface

OpenGL display for the Framsticks Theater application.

14 members:

type and namedescriptioncomments
integer simsteps
integer
simsteps  
function stop
function
stop  
function resume
function
resume  
function draw
function
draw  
function quit
function
quit  
string banner
string
banner  
integer messagesVisible
integer, 0 .. 1 (false/true)
messagesVisible  
function clearMessages
function
clear messages window  
object messagesWindow
object field
messagesWindow get window object (class Window) 
integer size_x
integer
display width  
integer size_y
integer
display height  
function createWindow
function
createWindow create and return the new window object.
arguments: style (see the Window class), title, client 
function newCreatureCharts
function
create CreatureChartsManager  
function newSimStatsCharts
function
create SimStatsChartsManager  

Global context>>Experiment definition>>Command line interface