#include "BALConfiguration.h"
#include "../Implementations/Widgets/Generic/WindowBal.h"
#include "../Interfaces/TextField.h"
#include "CharsetNames.h"
Namespaces | |
| namespace | BAL |
Functions | |
| BIImageDecoder * | BAL::createBCJPEGImageDecoder () |
| BIImageDecoder * | BAL::createBCPNGImageDecoder () |
| BIImageDecoder * | BAL::createBCGIFImageDecoder () |
| void | BAL::deleteBIImageDecoder (BIImageDecoder *) |
| BIEventLoop * | BAL::createBCEventLoop () |
| void | BAL::deleteBIEventLoop (BIEventLoop *) |
| BIWindow * | BAL::createBCWindowBal (int x, int y, int width, int height, int depth) |
| BIGraphicsContext * | BAL::createRGBA32GraphicsContext (unsigned width, unsigned height) |
| void | BAL::deleteRGBA32GraphicsContext (BIGraphicsContext *) |
| BINativeImage * | BAL::createBCNativeImage (const RGBA32Buffer &, const WebCore::IntSize &) |
| BIResourceHandleManager * | BAL::getBIResourceHandleManager () |
| BIFontCache * | BAL::getBIFontCache () |
| BIGlyphBuffer * | BAL::createBIGlyphBuffer () |
| void | BAL::deleteBIGlyphBuffer (BIGlyphBuffer *) |
| BIFontData * | BAL::createBIFontData (const FontPlatformData &f) |
| void | BAL::deleteBIFontData (BIFontData *data) |
| BIGraphicsContext * | BAL::getBIGraphicsContext () |
| BIGraphicsContext * | BAL::createBIGraphicsContext () |
| void | BAL::deleteBIGraphicsContext (BIGraphicsContext *) |
| BIKeyboardEvent * | BAL::createBIKeyboardEvent (const WebCore::String &aText, const WebCore::String &aUnmodifiedText, const WebCore::String &aKeyIdentifier, bool bIsKeyUp, bool bShiftKey, bool bCtrlKey, bool bAltKey, bool bMetaKey, bool bIsAutoRepeat, int aVKey) |
| const char * | WebCore::charsetNameFromTextEncodingID (WebCore::TextEncodingID) |
| WebCore::TextEncodingID | WebCore::textEncodingIDFromCharsetName (char const *, WebCore::TextEncodingFlags *) |