MythTV  master
Classes | Enumerations
mythuitextedit.h File Reference
#include <QString>
#include <QClipboard>
#include "libmythbase/mythstorage.h"
#include "libmythbase/mythtimer.h"
#include "libmythui/mythuitype.h"
#include "libmythui/mythvirtualkeyboard.h"
Include dependency graph for mythuitextedit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MythUITextEdit
 A text entry and edit widget. More...
 

Enumerations

enum  InputFilter {
  FilterNone = 0x0, FilterAlpha = 0x01, FilterNumeric = 0x02, FilterAlphaNumeric = 0x03,
  FilterSymbols = 0x04, FilterPunct = 0x08
}
 

Enumeration Type Documentation

◆ InputFilter

Enumerator
FilterNone 
FilterAlpha 
FilterNumeric 
FilterAlphaNumeric 
FilterSymbols 
FilterPunct 

Definition at line 19 of file mythuitextedit.h.