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

Public Types | |
| enum | TextType { Normal, Multiline, FileSelect } |
Public Types inherited from Okular::FormField | |
| enum | FieldType { FormButton, FormText, FormChoice, FormSignature } |
Public Member Functions | |
| virtual | ~FormFieldText () |
| 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 |
Public Member Functions inherited from Okular::FormField | |
| virtual | ~FormField () |
| Action * | activationAction () const |
| virtual int | id () const =0 |
| virtual bool | isReadOnly () const |
| virtual bool | isVisible () const |
| virtual QString | name () const =0 |
| virtual NormalizedRect | rect () const =0 |
| FieldType | type () const |
| virtual QString | uiName () const =0 |
Protected Member Functions | |
| FormFieldText () | |
Protected Member Functions inherited from Okular::FormField | |
| void | setActivationAction (Action *action) |
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.
Member Enumeration Documentation
Constructor & Destructor Documentation
Member Function Documentation
|
virtual |
|
virtual |
Whether this text field is a password input, eg its text must be replaced with asterisks.
Always false for FileSelect text fields.
|
virtual |
|
virtual |
|
virtual |
|
pure virtual |
The text of text field.
|
virtual |
|
pure virtual |
The particular type of the text field.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:45:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:45:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference
Public Types inherited from