|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <CFontCache.hpp>

Public Member Functions | |
| CFontInfo (LPCWSTR name=L"") | |
| const CStringW & | Name () const |
| const bool | Valid () const |
| const CStringW & | File () |
| const LARGE_INTEGER & | FileSize () |
| const FILETIME & | FileWriteTime () |
| DWORD | FileAttributes () |
Private Member Functions | |
| void | ReadAttrs () |
Private Attributes | |
| CStringW | m_Name |
| CStringW | m_File |
| bool | m_FileRead |
| bool | m_AttrsRead |
| LARGE_INTEGER | m_FileSize |
| FILETIME | m_FileWriteTime |
| DWORD | m_dwFileAttributes |
Definition at line 10 of file CFontCache.hpp.
| CFontInfo::CFontInfo | ( | LPCWSTR | name = L"" | ) |
Definition at line 14 of file CFontCache.cpp.
Definition at line 34 of file CFontCache.cpp.
| DWORD CFontInfo::FileAttributes | ( | ) |
Definition at line 108 of file CFontCache.cpp.
| const LARGE_INTEGER & CFontInfo::FileSize | ( | ) |
Definition at line 92 of file CFontCache.cpp.
Definition at line 100 of file CFontCache.cpp.
Definition at line 24 of file CFontCache.cpp.
|
private |
Definition at line 69 of file CFontCache.cpp.
Referenced by FileAttributes(), FileSize(), and FileWriteTime().
|
private |
Definition at line 17 of file CFontCache.hpp.
Referenced by FileAttributes(), FileSize(), FileWriteTime(), and ReadAttrs().
|
private |
Definition at line 20 of file CFontCache.hpp.
Referenced by FileAttributes(), and ReadAttrs().
|
private |
Definition at line 14 of file CFontCache.hpp.
Referenced by File().
|
private |
Definition at line 15 of file CFontCache.hpp.
Referenced by File().
|
private |
Definition at line 18 of file CFontCache.hpp.
Referenced by FileSize(), and ReadAttrs().
|
private |
Definition at line 19 of file CFontCache.hpp.
Referenced by FileWriteTime(), and ReadAttrs().
|
private |
Definition at line 13 of file CFontCache.hpp.