fe/fe/exports.h File Reference

Some exported functions declaration. More...


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::IDecoratorFe_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::IStringSourceFe_TokenizeUtf8String (const fe::byte_type *str, unsigned len, bool trimEOLs)
 Creates string source from UTF8 string.


Detailed Description

Some exported functions declaration.


Generated on Tue Nov 18 21:08:22 2008 for Ferry by doxygen 1.5.7.1
http://sourceforge.net