#include <llwindowlinux.h>
Inheritance diagram for LLWindowLinux:
Definition at line 37 of file llwindowlinux.h.
LLWindowLinux::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::~LLWindowLinux | ( | ) |
void LLWindowLinux::captureMouse | ( | ) | [inline, virtual] |
void LLWindowLinux::close | ( | ) | [inline, virtual] |
BOOL LLWindowLinux::convertCoords | ( | LLCoordGL | from, | |
LLCoordScreen * | to | |||
) | [inline, virtual] |
BOOL LLWindowLinux::convertCoords | ( | LLCoordScreen | from, | |
LLCoordGL * | to | |||
) | [inline, virtual] |
BOOL LLWindowLinux::convertCoords | ( | LLCoordGL | from, | |
LLCoordWindow * | to | |||
) | [inline, virtual] |
BOOL LLWindowLinux::convertCoords | ( | LLCoordWindow | from, | |
LLCoordGL * | to | |||
) | [inline, virtual] |
BOOL LLWindowLinux::convertCoords | ( | LLCoordWindow | from, | |
LLCoordScreen * | to | |||
) | [inline, virtual] |
BOOL LLWindowLinux::convertCoords | ( | LLCoordScreen | from, | |
LLCoordWindow * | to | |||
) | [inline, virtual] |
void LLWindowLinux::delayInputProcessing | ( | ) | [inline, virtual] |
void LLWindowLinux::deleteFile | ( | const char * | file_name | ) | [inline] |
Definition at line 79 of file llwindowlinux.h.
void LLWindowLinux::gatherInput | ( | ) | [inline, virtual] |
BOOL LLWindowLinux::getCursorPosition | ( | LLCoordWindow * | position | ) | [inline, virtual] |
BOOL LLWindowLinux::getFullscreen | ( | ) | [inline] |
F32 LLWindowLinux::getGamma | ( | ) | [inline, virtual] |
BOOL LLWindowLinux::getMaximized | ( | ) | [inline, virtual] |
BOOL LLWindowLinux::getMinimized | ( | ) | [inline, virtual] |
F32 LLWindowLinux::getNativeAspectRatio | ( | ) | [inline, virtual] |
F32 LLWindowLinux::getPixelAspectRatio | ( | ) | [inline, virtual] |
void* LLWindowLinux::getPlatformWindow | ( | ) | [inline, virtual] |
BOOL LLWindowLinux::getPosition | ( | LLCoordScreen * | position | ) | [inline, virtual] |
BOOL LLWindowLinux::getSize | ( | LLCoordWindow * | size | ) | [inline, virtual] |
BOOL LLWindowLinux::getSize | ( | LLCoordScreen * | size | ) | [inline, virtual] |
LLWindowResolution* LLWindowLinux::getSupportedResolutions | ( | S32 & | num_resolutions | ) | [inline, virtual] |
LLString LLWindowLinux::getTempFileName | ( | ) | [inline] |
Definition at line 78 of file llwindowlinux.h.
BOOL LLWindowLinux::getVisible | ( | ) | [inline, virtual] |
void LLWindowLinux::hide | ( | ) | [inline, virtual] |
void LLWindowLinux::hideCursor | ( | ) | [inline, virtual] |
void LLWindowLinux::hideCursorUntilMouseMove | ( | ) | [inline, virtual] |
BOOL LLWindowLinux::isClipboardTextAvailable | ( | ) | [inline, virtual] |
BOOL LLWindowLinux::isCursorHidden | ( | ) | [inline, virtual] |
BOOL LLWindowLinux::maximize | ( | ) | [inline, virtual] |
void LLWindowLinux::releaseMouse | ( | ) | [inline, virtual] |
BOOL LLWindowLinux::restoreGamma | ( | ) | [inline, virtual] |
BOOL LLWindowLinux::sendEmail | ( | const char * | address, | |
const char * | subject, | |||
const char * | body_text, | |||
const char * | attachment = NULL , |
|||
const char * | attachment_displayed_name = NULL | |||
) | [inline, virtual] |
void LLWindowLinux::setCursor | ( | ECursorType | cursor | ) | [inline, virtual] |
BOOL LLWindowLinux::setCursorPosition | ( | LLCoordWindow | position | ) | [inline, virtual] |
BOOL LLWindowLinux::setPosition | ( | LLCoordScreen | position | ) | [inline, virtual] |
BOOL LLWindowLinux::setSize | ( | LLCoordScreen | size | ) | [inline, virtual] |
void LLWindowLinux::show | ( | ) | [inline, virtual] |
void LLWindowLinux::showCursor | ( | ) | [inline, virtual] |
void LLWindowLinux::showCursorFromMouseMove | ( | ) | [inline, virtual] |
S32 LLWindowLinux::stat | ( | const char * | file_name, | |
struct stat * | stat_info | |||
) | [inline, virtual] |
BOOL LLWindowLinux::switchContext | ( | BOOL | fullscreen, | |
LLCoordScreen | size, | |||
BOOL | disable_vsync | |||
) | [inline, virtual] |