Resolutions (C++)¶
-
namespace
Foundry
¶ -
namespace
Katana
¶ -
class
FnResolutionTableEntry
¶ Public Types
-
typedef FnPlatform::internal::SharedPtr<FnResolutionTableEntry>::type
Ptr
¶
Public Functions
-
FnResolutionTableEntry
(FnResolutionTableEntryHandle handle)¶
-
~FnResolutionTableEntry
()¶
-
std::string
name
() const¶
-
int
xres
() const¶
-
int
yres
() const¶
-
float
aspectRatio
() const¶
-
std::string
fullName
() const¶
-
std::string
proxyName
() const¶
-
std::string
groupName
() const¶
Private Members
-
FnResolutionTableEntryHandle
_handle
¶
-
typedef FnPlatform::internal::SharedPtr<FnResolutionTableEntry>::type
-
namespace
FnResolutionTable
¶ Functions
-
bool
hasResolution
(const std::string &name)¶
-
FnResolutionTableEntry::Ptr
getResolution
(const std::string &name)¶
-
FnResolutionTableEntry::Ptr
findResolution
(int xres, int yres, float aspectRatio)¶
-
std::string
extractValidResolutionName
(const std::string &str)¶
-
void
getGroups
(std::vector<std::string> &outGroups)¶
-
void
getEntries
(std::vector<FnResolutionTableEntry::Ptr> &outEntries)¶
-
void
getEntriesForGroup
(const std::string &group, std::vector<FnResolutionTableEntry::Ptr> &outEntries)¶
-
bool
-
class
-
namespace