|
Public Member Functions |
| void | show () |
| void | hide () |
| void | close () |
| BOOL | getVisible () |
| BOOL | getMinimized () |
| BOOL | getMaximized () |
| BOOL | maximize () |
| BOOL | getFullscreen () |
| BOOL | getPosition (LLCoordScreen *position) |
| BOOL | getSize (LLCoordScreen *size) |
| BOOL | getSize (LLCoordWindow *size) |
| BOOL | setPosition (LLCoordScreen position) |
| BOOL | setSize (LLCoordScreen size) |
| BOOL | switchContext (BOOL fullscreen, LLCoordScreen size, BOOL disable_vsync) |
| BOOL | setCursorPosition (LLCoordWindow position) |
| BOOL | getCursorPosition (LLCoordWindow *position) |
| void | showCursor () |
| void | hideCursor () |
| void | showCursorFromMouseMove () |
| void | hideCursorUntilMouseMove () |
| BOOL | isCursorHidden () |
| void | setCursor (ECursorType cursor) |
| void | captureMouse () |
| void | releaseMouse () |
| void | setMouseClipping (BOOL b) |
| BOOL | isClipboardTextAvailable () |
| BOOL | pasteTextFromClipboard (LLWString &dst) |
| BOOL | copyTextToClipboard (const LLWString &src) |
| void | flashIcon (F32 seconds) |
| F32 | getGamma () |
| BOOL | setGamma (const F32 gamma) |
| BOOL | restoreGamma () |
| void | gatherInput () |
| void | delayInputProcessing () |
| void | swapBuffers () |
| LLString | getTempFileName () |
| void | deleteFile (const char *file_name) |
| S32 | stat (const char *file_name, struct stat *stat_info) |
| BOOL | sendEmail (const char *address, const char *subject, const char *body_text, const char *attachment=NULL, const char *attachment_displayed_name=NULL) |
| BOOL | convertCoords (LLCoordScreen from, LLCoordWindow *to) |
| BOOL | convertCoords (LLCoordWindow from, LLCoordScreen *to) |
| BOOL | convertCoords (LLCoordWindow from, LLCoordGL *to) |
| BOOL | convertCoords (LLCoordGL from, LLCoordWindow *to) |
| BOOL | convertCoords (LLCoordScreen from, LLCoordGL *to) |
| BOOL | convertCoords (LLCoordGL from, LLCoordScreen *to) |
| LLWindowResolution * | getSupportedResolutions (S32 &num_resolutions) |
| F32 | getNativeAspectRatio () |
| F32 | getPixelAspectRatio () |
| void | setNativeAspectRatio (F32 ratio) |
| void * | getPlatformWindow () |
| | LLWindowLinux (char *title, char *name, S32 x, S32 y, S32 width, S32 height, U32 flags, BOOL fullscreen, BOOL clearBg, BOOL disable_vsync, BOOL use_gl, BOOL ignore_pixel_depth) |
| | ~LLWindowLinux () |