MythTV
master
|
#include <QString>
#include <QClipboard>
#include "libmythbase/mythstorage.h"
#include "libmythbase/mythtimer.h"
#include "libmythui/mythuitype.h"
#include "libmythui/mythvirtualkeyboard.h"
Go to the source code of this file.
Classes | |
class | MythUITextEdit |
A text entry and edit widget. More... | |
Enumerations | |
enum | InputFilter : std::uint8_t { FilterNone = 0x0, FilterAlpha = 0x01, FilterNumeric = 0x02, FilterAlphaNumeric = 0x03, FilterSymbols = 0x04, FilterPunct = 0x08 } |
enum InputFilter : std::uint8_t |
Enumerator | |
---|---|
FilterNone | |
FilterAlpha | |
FilterNumeric | |
FilterAlphaNumeric | |
FilterSymbols | |
FilterPunct |
Definition at line 19 of file mythuitextedit.h.