Public Member Functions | |
| GraphicDevice (const String &szGraphicDeviceName) | |
| ~GraphicDevice () | |
| std::vector< GraphicMode > | GetAvailableModes () |
| std::vector< int > | GetAvailableRefreshRates () |
| bool | IsActive () |
| GraphicMode | GetActiveMode () |
| bool | SetMode (const GraphicMode &pGraphicMode) |
| String | GetDeviceName () |
| String | GetDriverName () |
| bool | IsValid () |
Static Public Member Functions | |
| static GraphicDevice * | GetActive () |
Classes | |
| class | Private |
| GraphicDevice::GraphicDevice | ( | const String & | szGraphicDeviceName | ) |
| GraphicDevice::~GraphicDevice | ( | ) |
| std::vector< GraphicMode > GraphicDevice::GetAvailableModes | ( | ) |
| std::vector< int > GraphicDevice::GetAvailableRefreshRates | ( | ) |
| bool GraphicDevice::IsActive | ( | ) |
| GraphicMode GraphicDevice::GetActiveMode | ( | ) |
| bool GraphicDevice::SetMode | ( | const GraphicMode & | pGraphicMode | ) |
| String GraphicDevice::GetDeviceName | ( | ) |
| String GraphicDevice::GetDriverName | ( | ) |
| bool GraphicDevice::IsValid | ( | ) |
| GraphicDevice * GraphicDevice::GetActive | ( | ) | [static] |
1.5.1-p1