|
Foxit PDF SDK
|
基本类型定义的头文件。 更多...
类 | |
| class | foxit::Base |
| class | foxit::DateTime |
| class | foxit::Exception |
| class | foxit::StringArray |
| class | foxit::WStringArray |
命名空间 | |
| foxit | |
| Foxit命名空间。 | |
类型定义 | |
| typedef uint32 | foxit::ARGB |
| ARGB 颜色类型,32 位,((b) | ((g) << 8) | ((r) << 16)) | ((a) << 24) | |
| typedef FX_INT64 | foxit::FILESIZE |
| 文件大小。直接支持大文件 | |
| typedef CFX_ArrayTemplate< float > | foxit::FloatArray |
| 浮点值数组。 | |
| typedef void * | foxit::FS_HANDLE |
| 句柄类型。 | |
| typedef FX_INT16 | foxit::int16 |
| 有符号 16 位整数。 | |
| typedef FX_INT32 | foxit::int32 |
| 有符号 32 位整数。 | |
| typedef CFX_ArrayTemplate< int32 > | foxit::Int32Array |
| 有符号整数值数组。 | |
| typedef FX_INT64 | foxit::int64 |
| 有符号 64 位整数。 | |
| typedef FX_INT8 | foxit::int8 |
| 有符号 8 位整数。 | |
| typedef CFX_Matrix | foxit::Matrix |
| 矩阵信息,浮点型。 | |
| typedef CFX_Object | foxit::Object |
| 对象类型。 | |
| typedef PointF | foxit::Offset |
| 偏移信息,浮点型。 | |
| typedef CFX_PointF | foxit::PointF |
| 点信息,浮点型。 | |
| typedef CFX_ArrayTemplate< PointF > | foxit::PointFArray |
| PointF对象数组。 | |
| typedef FX_POSITION | foxit::POSITION |
| 用于表示集合中元素位置的值。 | |
| typedef CFX_FloatRect | foxit::RectF |
| 矩形,浮点型。 | |
| typedef CFX_ArrayTemplate< RectF > | foxit::RectFArray |
| RectF对象数组。 | |
| typedef FX_RECT | foxit::RectI |
| 矩形,整数型。 | |
| typedef uint32 | foxit::RGB |
| RGB 颜色类型,24 位,((b) | ((g) << 8) | ((r) << 16))) | |
| typedef CFX_ByteString | foxit::String |
| 字节字符串。 | |
| typedef FX_UINT16 | foxit::uint16 |
| 无符号 16 位整数。 | |
| typedef FX_UINT32 | foxit::uint32 |
| 无符号 32 位整数。 | |
| typedef CFX_ArrayTemplate< uint32 > | foxit::UInt32Array |
| 无符号整数值数组。 | |
| typedef FX_UINT64 | foxit::uint64 |
| 无符号 64 位整数。 | |
| typedef FX_UINT8 | foxit::uint8 |
| 无符号 8 位整数。 | |
| typedef CFX_WideString | foxit::WString |
| 宽字符串。 | |
函数 | |
| CFX_ByteString | FX_UTF8Encode (const wchar_t *wstr) |
| 将宽字符串转换为 UTF-8 编码字节字符串。 更多... | |
| bool | operator!= (const char *str1, const CFX_ByteString &str2) |
| 检查两个字节字符串是否不相等。 更多... | |
| std::ostream & | operator<< (std::ostream &os, const CFX_ByteString &str) |
| 将字节字符串输出到 std::ostream。 更多... | |
| std::wostream & | operator<< (std::wostream &os, const CFX_WideString &str) |
| 将宽字符串输出到 std::wostream。 更多... | |
| bool | operator== (const char *str1, const CFX_ByteString &str2) |
| 检查两个字节字符串是否相等。 更多... | |
基本类型定义的头文件。
Copyright (C) 2003-2026, Foxit Software Inc.. All Rights Reserved.
The following code is copyrighted and is the proprietary of Foxit Software Inc.. It is not allowed to distribute any parts of Foxit PDF SDK to third party or public without permission unless an agreement is signed between Foxit Software Inc. and customers to explicitly grant customers permissions.
|
inline |
将宽字符串转换为 UTF-8 编码字节字符串。
| [in] | wstr | 宽字符串。 |
|
inline |
检查两个字节字符串是否不相等。
| [in] | str1 | 字节字符串。 |
| [in] | str2 | CFX_ByteString 对象。 |
|
inline |
将字节字符串输出到 std::ostream。
| [in] | os | std::ostream 对象。 |
| [in] | str | CFX_ByteString 对象。 |
|
inline |
将宽字符串输出到 std::wostream。
| [in] | os | std::wostream 对象。 |
| [in] | str | CFX_WideString 对象。 |
|
inline |
检查两个字节字符串是否相等。
| [in] | str1 | 字节字符串。 |
| [in] | str2 | CFX_ByteString 对象。 |