#include <udocumentfactory.hpp>
Inheritance diagram for ufo::UDocumentFactory:
Static Public Member Functions | |
UDocument * | createMimeDocument (const std::string &typeA) |
UDocument * | createPlainDocument () |
UDocument * | createDigitDocument () |
UDocument * | createSpecialCharDocument (const std::string &allowedCharatersA) |
|
Returns a document which allows digits as input. The returned document is suitable for text fields ( |
|
Returns a document for the given mime type. So far, only "text/plain" is supported. Returns Null for undefined document types. |
|
Returns a plain text document. The returned document is suitable for text fields ( |
|
Returns a document which only allows characters which are within the |