#include <llwindowwin32.h>
Inheritance diagram for LLWindowWin32:


Definition at line 46 of file llwindowwin32.h.
| LLWindowWin32::LLWindowWin32 | ( | char * | title, | |
| char * | name, | |||
| int | x, | |||
| int | y, | |||
| int | width, | |||
| int | height, | |||
| U32 | flags, | |||
| BOOL | fullscreen, | |||
| BOOL | clearBg, | |||
| BOOL | disable_vsync, | |||
| BOOL | use_gl, | |||
| BOOL | ignore_pixel_depth, | |||
| S32 | stereo_mode | |||
| ) |  [protected] | 
| LLWindowWin32::~LLWindowWin32 | ( | ) |  [protected] | 
| BOOL LLWindowWin32::convertCoords | ( | LLCoordGL | from, | |
| LLCoordScreen * | to | |||
| ) |  [virtual] | 
Implements LLWindow.
| BOOL LLWindowWin32::convertCoords | ( | LLCoordScreen | from, | |
| LLCoordGL * | to | |||
| ) |  [virtual] | 
Implements LLWindow.
| BOOL LLWindowWin32::convertCoords | ( | LLCoordGL | from, | |
| LLCoordWindow * | to | |||
| ) |  [virtual] | 
Implements LLWindow.
| BOOL LLWindowWin32::convertCoords | ( | LLCoordWindow | from, | |
| LLCoordGL * | to | |||
| ) |  [virtual] | 
Implements LLWindow.
| BOOL LLWindowWin32::convertCoords | ( | LLCoordWindow | from, | |
| LLCoordScreen * | to | |||
| ) |  [virtual] | 
Implements LLWindow.
| BOOL LLWindowWin32::convertCoords | ( | LLCoordScreen | from, | |
| LLCoordWindow * | to | |||
| ) |  [virtual] | 
Implements LLWindow.
| void LLWindowWin32::deleteFile | ( | const char * | file_name | ) | 
Reimplemented from LLWindow.
| static BOOL CALLBACK LLWindowWin32::enumChildWindows | ( | HWND | h_wnd, | |
| LPARAM | l_param | |||
| ) |  [static, protected] | 
| BOOL LLWindowWin32::getClientRectInScreenSpace | ( | RECT * | rectp | ) |  [protected] | 
| ECursorType LLWindowWin32::getCursor | ( | ) | const  [virtual] | 
Reimplemented from LLWindow.
| BOOL LLWindowWin32::getCursorPosition | ( | LLCoordWindow * | position | ) |  [virtual] | 
Implements LLWindow.
| BOOL LLWindowWin32::getPosition | ( | LLCoordScreen * | position | ) |  [virtual] | 
Implements LLWindow.
| BOOL LLWindowWin32::getSize | ( | LLCoordWindow * | size | ) |  [virtual] | 
Implements LLWindow.
| BOOL LLWindowWin32::getSize | ( | LLCoordScreen * | size | ) |  [virtual] | 
Implements LLWindow.
| LLWindowResolution* LLWindowWin32::getSupportedResolutions | ( | S32 & | num_resolutions | ) |  [virtual] | 
Implements LLWindow.
| ESwapMethod LLWindowWin32::getSwapMethod | ( | ) |  [inline, virtual] | 
Reimplemented from LLWindow.
Definition at line 82 of file llwindowwin32.h.
References LLWindow::mSwapMethod.
| LLString LLWindowWin32::getTempFileName | ( | ) | 
| void LLWindowWin32::initCursors | ( | ) |  [protected] | 
| HCURSOR LLWindowWin32::loadColorCursor | ( | LPCTSTR | name | ) |  [protected] | 
| static LRESULT CALLBACK LLWindowWin32::mainWindowProc | ( | HWND | h_wnd, | |
| UINT | u_msg, | |||
| WPARAM | w_param, | |||
| LPARAM | l_param | |||
| ) |  [static, protected] | 
| void LLWindowWin32::minimize | ( | ) |  [protected] | 
| void LLWindowWin32::moveWindow | ( | const LLCoordScreen & | position, | |
| const LLCoordScreen & | size | |||
| ) |  [protected] | 
| BOOL LLWindowWin32::resetDisplayResolution | ( | ) |  [protected] | 
| void LLWindowWin32::restore | ( | ) |  [protected] | 
| BOOL LLWindowWin32::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 LLWindowWin32::setCursor | ( | ECursorType | cursor | ) |  [virtual] | 
Implements LLWindow.
| BOOL LLWindowWin32::setCursorPosition | ( | LLCoordWindow | position | ) |  [virtual] | 
Implements LLWindow.
| BOOL LLWindowWin32::setDisplayResolution | ( | S32 | width, | |
| S32 | height, | |||
| S32 | bits, | |||
| S32 | refresh | |||
| ) |  [protected] | 
| BOOL LLWindowWin32::setFullscreenResolution | ( | ) |  [protected] | 
Reimplemented from LLWindow.
Implements LLWindow.
Definition at line 104 of file llwindowwin32.h.
References mOverrideAspectRatio.
| BOOL LLWindowWin32::setPosition | ( | LLCoordScreen | position | ) |  [virtual] | 
Implements LLWindow.
| BOOL LLWindowWin32::setSize | ( | LLCoordScreen | size | ) |  [virtual] | 
Implements LLWindow.
| BOOL LLWindowWin32::shouldPostQuit | ( | ) |  [inline, protected] | 
| S32 LLWindowWin32::stat | ( | const char * | file_name, | |
| struct stat * | stat_info | |||
| ) |  [virtual] | 
Implements LLWindow.
| BOOL LLWindowWin32::switchContext | ( | BOOL | fullscreen, | |
| LLCoordScreen | size, | |||
| BOOL | disable_vsync | |||
| ) |  [virtual] | 
Implements LLWindow.
| void LLWindowWin32::updateJoystick | ( | ) |  [protected] | 
| friend class LLWindowManager  [friend] | 
| F32 LLWindowWin32::mCurrentGamma  [protected] | 
Definition at line 175 of file llwindowwin32.h.
| WORD LLWindowWin32::mCurrentGammaRamp[256 *3]  [protected] | 
Definition at line 177 of file llwindowwin32.h.
| HCURSOR LLWindowWin32::mCursor[UI_CURSOR_COUNT]  [protected] | 
Definition at line 171 of file llwindowwin32.h.
| HDC LLWindowWin32::mhDC  [protected] | 
Definition at line 163 of file llwindowwin32.h.
| HINSTANCE LLWindowWin32::mhInstance  [protected] | 
Definition at line 164 of file llwindowwin32.h.
| HGLRC LLWindowWin32::mhRC  [protected] | 
Definition at line 162 of file llwindowwin32.h.
| LPWSTR LLWindowWin32::mIconResource  [protected] | 
Definition at line 179 of file llwindowwin32.h.
| BOOL LLWindowWin32::mInputProcessingPaused  [protected] | 
Definition at line 181 of file llwindowwin32.h.
| WPARAM LLWindowWin32::mLastSizeWParam  [protected] | 
Definition at line 167 of file llwindowwin32.h.
| BOOL LLWindowWin32::mMousePositionModified  [protected] | 
Definition at line 180 of file llwindowwin32.h.
| F32 LLWindowWin32::mNativeAspectRatio  [protected] | 
Definition at line 169 of file llwindowwin32.h.
| RECT LLWindowWin32::mOldMouseClip  [protected] | 
Definition at line 166 of file llwindowwin32.h.
| F32 LLWindowWin32::mOverrideAspectRatio  [protected] | 
| WORD LLWindowWin32::mPrevGammaRamp[256 *3]  [protected] | 
Definition at line 176 of file llwindowwin32.h.
| WCHAR* LLWindowWin32::mWindowClassName  [protected] | 
Definition at line 159 of file llwindowwin32.h.
| HWND LLWindowWin32::mWindowHandle  [protected] | 
Definition at line 161 of file llwindowwin32.h.
| WCHAR* LLWindowWin32::mWindowTitle  [protected] | 
Definition at line 158 of file llwindowwin32.h.
| WNDPROC LLWindowWin32::mWndProc  [protected] | 
Definition at line 165 of file llwindowwin32.h.
| BOOL LLWindowWin32::sIsClassRegistered  [static, protected] | 
Definition at line 173 of file llwindowwin32.h.
| BOOL LLWindowWin32::sLanguageTextInputAllowed  [static, protected] | 
Definition at line 186 of file llwindowwin32.h.
| DWORD LLWindowWin32::sWinIMEConversionMode  [static, protected] | 
Definition at line 189 of file llwindowwin32.h.
| BOOL LLWindowWin32::sWinIMEOpened  [static, protected] | 
Definition at line 187 of file llwindowwin32.h.
| DWORD LLWindowWin32::sWinIMESentenceMode  [static, protected] | 
Definition at line 190 of file llwindowwin32.h.
| HKL LLWindowWin32::sWinInputLocale  [static, protected] | 
Definition at line 188 of file llwindowwin32.h.
 1.4.7
 1.4.7