![]() |
Cinder
0.9.1
|
Functions | |
float | ConvertDipsToPixels (float dips) |
void | WinRTMessageBox (Platform::String^message, Platform::String^buttonText) |
void | GetPlatformWindowDimensions (Windows::UI::Core::CoreWindow^wnd, float *width, float *height) |
std::string | PlatformStringToString (Platform::String^path) |
Platform::String | toPlatformString (const std::string &utf8) |
bool | ensureUnsnapped () |
float | getScaleFactor () |
float | getScaledDPIValue (float v) |
int | getUniqueID () |
std::string | getUniqueIDString () |
void | deleteFileAsync (const std::tr2::sys::path &path) |
Concurrency::task< Windows::Storage::StorageFile^> | copyFileToTempDirAsync (const std::tr2::sys::path &path) |
void | deleteFileAsync (const sys::path &path) |
Concurrency::task< StorageFile^> | copyFileToTempDirAsync (const sys::path &path) |
float cinder::winrt::ConvertDipsToPixels | ( | float | dips | ) |
void cinder::winrt::WinRTMessageBox | ( | Platform::String^ | message, |
Platform::String^ | buttonText | ||
) |
void cinder::winrt::GetPlatformWindowDimensions | ( | Windows::UI::Core::CoreWindow^ | wnd, |
float * | width, | ||
float * | height | ||
) |
std::string cinder::winrt::PlatformStringToString | ( | Platform::String^ | path | ) |
Platform::String cinder::winrt::toPlatformString | ( | const std::string & | utf8 | ) |
bool cinder::winrt::ensureUnsnapped | ( | ) |
float cinder::winrt::getScaleFactor | ( | ) |
float cinder::winrt::getScaledDPIValue | ( | float | v | ) |
int cinder::winrt::getUniqueID | ( | ) |
std::string cinder::winrt::getUniqueIDString | ( | ) |
void cinder::winrt::deleteFileAsync | ( | const std::tr2::sys::path & | path | ) |
Concurrency::task<Windows::Storage::StorageFile^> cinder::winrt::copyFileToTempDirAsync | ( | const std::tr2::sys::path & | path | ) |
void cinder::winrt::deleteFileAsync | ( | const sys::path & | path | ) |
Concurrency::task<StorageFile^> cinder::winrt::copyFileToTempDirAsync | ( | const sys::path & | path | ) |