okular
Okular::FormFieldText Class Reference
#include <form.h>
Inheritance diagram for Okular::FormFieldText:

Detailed Description
Interface of a text form field.This is the base interface to reimplement to represent a text field, ie a field where the user insert text.
Definition at line 176 of file form.h.
Public Types | |
| enum | TextType { Normal, Multiline, FileSelect } |
Public Member Functions | |
| virtual bool | canBeSpellChecked () const |
| virtual bool | isPassword () const |
| virtual bool | isRichText () const |
| virtual int | maximumLength () const |
| virtual void | setText (const QString &text) |
| virtual QString | text () const =0 |
| virtual Qt::Alignment | textAlignment () const |
| virtual TextType | textType () const =0 |
| virtual | ~FormFieldText () |
Protected Member Functions | |
| FormFieldText () | |
Member Enumeration Documentation
Constructor & Destructor Documentation
Member Function Documentation
| bool FormFieldText::canBeSpellChecked | ( | ) | const [virtual] |
| bool FormFieldText::isPassword | ( | ) | const [virtual] |
Whether this text field is a password input, eg its text must be replaced with asterisks.
Always false for FileSelect text fields.
| bool FormFieldText::isRichText | ( | ) | const [virtual] |
| int FormFieldText::maximumLength | ( | ) | const [virtual] |
| void FormFieldText::setText | ( | const QString & | text | ) | [virtual] |
| virtual QString Okular::FormFieldText::text | ( | ) | const [pure virtual] |
The text of text field.
| Qt::Alignment FormFieldText::textAlignment | ( | ) | const [virtual] |
| virtual TextType Okular::FormFieldText::textType | ( | ) | const [pure virtual] |
The particular type of the text field.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference