Cinder  0.9.1
Namespaces | Functions
WinRTUtils.h File Reference
#include <string>
#include <filesystem.h>
#include <ppltasks.h>

Namespaces

 cinder
 
 cinder::winrt
 

Functions

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)