#include <llwindowsdl.h>


Definition at line 53 of file llwindowsdl.h.
| LLWindowSDL::LLWindowSDL | ( | char * | title, | |
| int | x, | |||
| int | y, | |||
| int | width, | |||
| int | height, | |||
| U32 | flags, | |||
| BOOL | fullscreen, | |||
| BOOL | clearBg, | |||
| BOOL | disable_vsync, | |||
| BOOL | use_gl, | |||
| BOOL | ignore_pixel_depth, | |||
| U32 | fsaa_samples | |||
| ) | [protected] |
| LLWindowSDL::~LLWindowSDL | ( | ) | [protected] |
| void LLWindowSDL::show | ( | ) | [virtual] |
Implements LLWindow.
| void LLWindowSDL::hide | ( | ) | [virtual] |
Implements LLWindow.
| void LLWindowSDL::close | ( | ) | [virtual] |
Implements LLWindow.
| BOOL LLWindowSDL::getPosition | ( | LLCoordScreen * | position | ) | [virtual] |
Implements LLWindow.
| BOOL LLWindowSDL::getSize | ( | LLCoordScreen * | size | ) | [virtual] |
Implements LLWindow.
| BOOL LLWindowSDL::getSize | ( | LLCoordWindow * | size | ) | [virtual] |
Implements LLWindow.
| BOOL LLWindowSDL::setPosition | ( | LLCoordScreen | position | ) | [virtual] |
Implements LLWindow.
| BOOL LLWindowSDL::setSize | ( | LLCoordScreen | size | ) | [virtual] |
Implements LLWindow.
| BOOL LLWindowSDL::switchContext | ( | BOOL | fullscreen, | |
| const LLCoordScreen & | size, | |||
| BOOL | disable_vsync, | |||
| const LLCoordScreen *const | posp = NULL | |||
| ) | [virtual] |
Implements LLWindow.
| BOOL LLWindowSDL::setCursorPosition | ( | LLCoordWindow | position | ) | [virtual] |
Implements LLWindow.
| BOOL LLWindowSDL::getCursorPosition | ( | LLCoordWindow * | position | ) | [virtual] |
Implements LLWindow.
| void LLWindowSDL::showCursor | ( | ) | [virtual] |
Implements LLWindow.
| void LLWindowSDL::hideCursor | ( | ) | [virtual] |
Implements LLWindow.
| void LLWindowSDL::showCursorFromMouseMove | ( | ) | [virtual] |
Implements LLWindow.
| void LLWindowSDL::hideCursorUntilMouseMove | ( | ) | [virtual] |
Implements LLWindow.
| void LLWindowSDL::setCursor | ( | ECursorType | cursor | ) | [virtual] |
Implements LLWindow.
| ECursorType LLWindowSDL::getCursor | ( | ) |
| void LLWindowSDL::captureMouse | ( | ) | [virtual] |
Implements LLWindow.
| void LLWindowSDL::releaseMouse | ( | ) | [virtual] |
Implements LLWindow.
| ESwapMethod LLWindowSDL::getSwapMethod | ( | ) | [inline, virtual] |
Reimplemented from LLWindow.
Definition at line 91 of file llwindowsdl.h.
References LLWindow::mSwapMethod.
| void LLWindowSDL::gatherInput | ( | ) | [virtual] |
Implements LLWindow.
| void LLWindowSDL::swapBuffers | ( | ) | [virtual] |
Implements LLWindow.
| LLString LLWindowSDL::getTempFileName | ( | ) |
| void LLWindowSDL::deleteFile | ( | const char * | file_name | ) |
| S32 LLWindowSDL::stat | ( | const char * | file_name, | |
| struct stat * | stat_info | |||
| ) | [virtual] |
Implements LLWindow.
| BOOL LLWindowSDL::sendEmail | ( | const char * | address, | |
| const char * | subject, | |||
| const char * | body_text, | |||
| const char * | attachment = NULL, |
|||
| const char * | attachment_displayed_name = NULL | |||
| ) | [virtual] |
Implements LLWindow.
| void LLWindowSDL::delayInputProcessing | ( | ) | [inline, virtual] |
| BOOL LLWindowSDL::convertCoords | ( | LLCoordScreen | from, | |
| LLCoordWindow * | to | |||
| ) | [virtual] |
Implements LLWindow.
| BOOL LLWindowSDL::convertCoords | ( | LLCoordWindow | from, | |
| LLCoordScreen * | to | |||
| ) | [virtual] |
Implements LLWindow.
| BOOL LLWindowSDL::convertCoords | ( | LLCoordWindow | from, | |
| LLCoordGL * | to | |||
| ) | [virtual] |
Implements LLWindow.
| BOOL LLWindowSDL::convertCoords | ( | LLCoordGL | from, | |
| LLCoordWindow * | to | |||
| ) | [virtual] |
Implements LLWindow.
| BOOL LLWindowSDL::convertCoords | ( | LLCoordScreen | from, | |
| LLCoordGL * | to | |||
| ) | [virtual] |
Implements LLWindow.
| BOOL LLWindowSDL::convertCoords | ( | LLCoordGL | from, | |
| LLCoordScreen * | to | |||
| ) | [virtual] |
Implements LLWindow.
| LLWindowResolution* LLWindowSDL::getSupportedResolutions | ( | S32 & | num_resolutions | ) | [virtual] |
Implements LLWindow.
| void LLWindowSDL::setNativeAspectRatio | ( | F32 | ratio | ) | [inline, virtual] |
| void LLWindowSDL::beforeDialog | ( | ) | [virtual] |
Reimplemented from LLWindow.
| void LLWindowSDL::afterDialog | ( | ) | [virtual] |
Reimplemented from LLWindow.
Reimplemented from LLWindow.
| void* LLWindowSDL::getPlatformWindow | ( | ) | [virtual] |
Implements LLWindow.
| void LLWindowSDL::bringToFront | ( | ) | [virtual] |
Implements LLWindow.
| static std::string LLWindowSDL::getFontListSans | ( | ) | [static] |
Reimplemented from LLWindow.
Referenced by LLWindow::getFontListSans().

| void LLWindowSDL::initCursors | ( | ) | [protected] |
| void LLWindowSDL::quitCursors | ( | ) | [protected] |
| void LLWindowSDL::moveWindow | ( | const LLCoordScreen & | position, | |
| const LLCoordScreen & | size | |||
| ) | [protected] |
| BOOL LLWindowSDL::setFullscreenResolution | ( | ) | [protected] |
| void LLWindowSDL::minimize | ( | ) | [protected] |
| void LLWindowSDL::restore | ( | ) | [protected] |
| BOOL LLWindowSDL::shouldPostQuit | ( | ) | [inline, protected] |
| BOOL LLWindowSDL::createContext | ( | int | x, | |
| int | y, | |||
| int | width, | |||
| int | height, | |||
| int | bits, | |||
| BOOL | fullscreen, | |||
| BOOL | disable_vsync | |||
| ) | [protected] |
| void LLWindowSDL::destroyContext | ( | ) | [protected] |
| void LLWindowSDL::setupFailure | ( | const char * | text, | |
| const char * | caption, | |||
| U32 | type | |||
| ) | [protected] |
| void LLWindowSDL::adjustCursorDecouple | ( | bool | warpingMouse = false |
) | [protected] |
| void LLWindowSDL::fixWindowSize | ( | void | ) | [protected] |
friend class LLWindowManager [friend] |
| void(* LLWindowSDL::Lock_Display)(void) |
| void(* LLWindowSDL::Unlock_Display)(void) |
U32 LLWindowSDL::mGrabbyKeyFlags [protected] |
Definition at line 176 of file llwindowsdl.h.
int LLWindowSDL::mReallyCapturedCount [protected] |
Definition at line 177 of file llwindowsdl.h.
SDL_Surface* LLWindowSDL::mWindow [protected] |
Definition at line 178 of file llwindowsdl.h.
char* LLWindowSDL::mWindowTitle [protected] |
Definition at line 179 of file llwindowsdl.h.
double LLWindowSDL::mOriginalAspectRatio [protected] |
Definition at line 180 of file llwindowsdl.h.
BOOL LLWindowSDL::mCursorDecoupled [protected] |
Definition at line 181 of file llwindowsdl.h.
S32 LLWindowSDL::mCursorLastEventDeltaX [protected] |
Definition at line 182 of file llwindowsdl.h.
S32 LLWindowSDL::mCursorLastEventDeltaY [protected] |
Definition at line 183 of file llwindowsdl.h.
BOOL LLWindowSDL::mCursorIgnoreNextDelta [protected] |
Definition at line 184 of file llwindowsdl.h.
BOOL LLWindowSDL::mNeedsResize [protected] |
Definition at line 185 of file llwindowsdl.h.
LLCoordScreen LLWindowSDL::mNeedsResizeSize [protected] |
Definition at line 186 of file llwindowsdl.h.
F32 LLWindowSDL::mOverrideAspectRatio [protected] |
F32 LLWindowSDL::mGamma [protected] |
Definition at line 188 of file llwindowsdl.h.
U32 LLWindowSDL::mFSAASamples [protected] |
Definition at line 189 of file llwindowsdl.h.
int LLWindowSDL::mSDLFlags [protected] |
Definition at line 191 of file llwindowsdl.h.
SDL_Cursor* LLWindowSDL::mSDLCursors[UI_CURSOR_COUNT] [protected] |
Definition at line 193 of file llwindowsdl.h.
int LLWindowSDL::mHaveInputFocus [protected] |
Definition at line 194 of file llwindowsdl.h.
int LLWindowSDL::mIsMinimized [protected] |
Definition at line 195 of file llwindowsdl.h.
1.5.5