#include <llwindow.h>
Static Public Member Functions | |
| static LLWindow * | createWindow (char *title, char *name, LLCoordScreen upper_left=LLCoordScreen(10, 10), LLCoordScreen size=LLCoordScreen(320, 240), U32 flags=0, BOOL fullscreen=FALSE, BOOL clearBg=FALSE, BOOL disable_vsync=TRUE, BOOL use_gl=TRUE, BOOL ignore_pixel_depth=FALSE) |
| static LLWindow * | createWindow (char *title, char *name, S32 x, S32 y, S32 width, S32 height, U32 flags=0, BOOL fullscreen=FALSE, BOOL clearBg=FALSE, BOOL disable_vsync=TRUE, BOOL use_gl=TRUE, BOOL ignore_pixel_depth=FALSE, U32 fsaa_samples=0) |
| static BOOL | destroyWindow (LLWindow *window) |
| static BOOL | isWindowValid (LLWindow *window) |
Definition at line 324 of file llwindow.h.
| LLWindow * LLWindowManager::createWindow | ( | char * | title, | |
| char * | name, | |||
| LLCoordScreen | upper_left = LLCoordScreen(10, 10), |
|||
| LLCoordScreen | size = LLCoordScreen(320, 240), |
|||
| U32 | flags = 0, |
|||
| BOOL | fullscreen = FALSE, |
|||
| BOOL | clearBg = FALSE, |
|||
| BOOL | disable_vsync = TRUE, |
|||
| BOOL | use_gl = TRUE, |
|||
| BOOL | ignore_pixel_depth = FALSE | |||
| ) | [static] |
Definition at line 419 of file llwindow.cpp.
References LLCoord::mX, and LLCoord::mY.
Referenced by LLViewerWindow::LLViewerWindow().

| LLWindow * LLWindowManager::createWindow | ( | char * | title, | |
| char * | name, | |||
| S32 | x, | |||
| S32 | y, | |||
| S32 | width, | |||
| S32 | height, | |||
| U32 | flags = 0, |
|||
| BOOL | fullscreen = FALSE, |
|||
| BOOL | clearBg = FALSE, |
|||
| BOOL | disable_vsync = TRUE, |
|||
| BOOL | use_gl = TRUE, |
|||
| BOOL | ignore_pixel_depth = FALSE, |
|||
| U32 | fsaa_samples = 0 | |||
| ) | [static] |
Definition at line 436 of file llwindow.cpp.
References FALSE, LLWindow::isValid(), llendl, llwarns, NULL, and sWindowList.

Definition at line 484 of file llwindow.cpp.
References LLWindow::close(), FALSE, llendl, llerrs, sWindowList, and TRUE.
Referenced by LLViewerWindow::destroyWindow(), and LLWindowCallbacks::handleQuit().


1.5.5