Overture
Version 25
|
#include <mogl.h>
Public Member Functions | |
WindowProperties () | |
Public Attributes | |
int | commandWindowWidth |
int | commandWindowHeight |
int | graphicsWindowWidth |
int | graphicsWindowHeight |
aString | foregroundColour |
aString | backgroundColour |
bool | showRubberBandBox |
int | preferDirectRendering |
bool | showCommandHistory |
bool | showPrompt |
|
inline |
aString WindowProperties::backgroundColour |
Referenced by GL_GraphicsInterface::constructor(), GL_GraphicsInterface::readOvertureRC(), and WindowProperties().
int WindowProperties::commandWindowHeight |
Referenced by moglInit(), GL_GraphicsInterface::readOvertureRC(), and WindowProperties().
int WindowProperties::commandWindowWidth |
Referenced by moglInit(), GL_GraphicsInterface::readOvertureRC(), and WindowProperties().
aString WindowProperties::foregroundColour |
Referenced by GL_GraphicsInterface::constructor(), GL_GraphicsInterface::readOvertureRC(), and WindowProperties().
int WindowProperties::graphicsWindowHeight |
Referenced by makeGraphicsWindow(), GL_GraphicsInterface::readOvertureRC(), and WindowProperties().
int WindowProperties::graphicsWindowWidth |
Referenced by makeGraphicsWindow(), GL_GraphicsInterface::readOvertureRC(), and WindowProperties().
int WindowProperties::preferDirectRendering |
Referenced by WindowProperties().
bool WindowProperties::showCommandHistory |
Referenced by moglInit(), GL_GraphicsInterface::readOvertureRC(), and WindowProperties().
bool WindowProperties::showPrompt |
Referenced by moglInit(), GL_GraphicsInterface::readOvertureRC(), and WindowProperties().
bool WindowProperties::showRubberBandBox |
Referenced by moglInit(), GL_GraphicsInterface::readOvertureRC(), and WindowProperties().