#include <Platform.hpp>
◆ CreateWindow()
| virtual Window * Faro::Platform::CreateWindow |
( |
| ) |
|
|
pure virtual |
◆ Destroy()
| virtual void Faro::Platform::Destroy |
( |
| ) |
|
|
pure virtual |
◆ FindDirectories()
| Array< Path > Faro::Platform::FindDirectories |
( |
Path |
rootPath, |
|
|
bool |
recursive = false, |
|
|
String |
filter = "*" |
|
) |
| |
◆ FindFiles()
| Array< Path > Faro::Platform::FindFiles |
( |
Path |
rootPath, |
|
|
bool |
recursive = false, |
|
|
String |
filter = "*.*" |
|
) |
| |
◆ FindSubPaths()
| virtual Array< Path > Faro::Platform::FindSubPaths |
( |
Path |
rootPath, |
|
|
bool |
recursive, |
|
|
String |
filter |
|
) |
| |
|
pure virtual |
◆ GetMonitors()
◆ GetName()
| virtual String Faro::Platform::GetName |
( |
| ) |
|
|
pure virtual |
◆ GetPrimaryMonitor()
| Monitor Faro::Platform::GetPrimaryMonitor |
( |
| ) |
|
◆ Init()
| virtual void Faro::Platform::Init |
( |
| ) |
|
|
pure virtual |
◆ OpenFile()
The documentation for this class was generated from the following files:
- /github/workspace/Source/Engine/Platform/PlatformBase/Source/Platform.hpp
- /github/workspace/Source/Engine/Platform/PlatformBase/Source/Platform.cpp