Namespaces | |
| namespace | fe |
| A scope for Ferry API. | |
Functions | |
| void | Fe_AddRef (fe::FeHandle *handle) |
| Increments the reference count of the passed in editor handle. | |
| fe::IDecorator * | Fe_CreateDefaultDecorator () |
| Creates default decorator. | |
| bool | Fe_ExecTask (fe::FeHandle *editor, fe::IEditorFacadeTask &task) |
| Executes a fe::IEditorFacadeTask. | |
| fe::EditorFacadePolicy | Fe_GetDefaultPolicy () |
| Returns initial policy assigned to all just created editors. | |
| fe::FeHandle * | Fe_GetEditorHandle (fe::PlatformTypes::wnd_handle_type fewnd) |
| Returns platform independent editor handle. | |
| const char * | Fe_GetErrorSourceName (const fe::FeError &err) |
| Converts error value into readable string. | |
| fe::PlatformTypes::wnd_handle_type | Fe_GetPeer (fe::FeHandle *handle) |
| Returns platform specific editor handle. | |
| bool | Fe_IsFromTheSameThread (fe::FeHandle *a, fe::FeHandle *b) |
| Tests if two editors run their event loops in the same thread. | |
| void | Fe_Release (fe::FeHandle *handle) |
| Decrements the reference count of the passed in editor handle. | |
| fe::IStringSource * | Fe_TokenizeUtf8String (const fe::byte_type *str, unsigned len, bool trimEOLs) |
| Creates string source from UTF8 string. | |