dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QInputMethodEvent
qt
gui
event
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
class
QInputMethodEvent
version(!QT_NO_INPUTMETHOD)
extern (
C
++)
class
QInputMethodEvent :
QEvent
{
enum
AttributeType
;
struct
Attribute
;
this
();
~this
();
void
setCommitString
(const(QString) commitString, int replaceFrom, int replaceLength);
const
(
QString
)
preeditString
();
const
(
QString
)
commitString
();
int
replacementStart
();
int
replacementLength
();
}
class
QInputMethodEvent
Constructors
this
this
()
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Enums
AttributeType
enum
AttributeType
Undocumented in source.
Functions
commitString
const
(
QString
)
commitString
()
Undocumented in source. Be warned that the author may not have intended to support it.
preeditString
const
(
QString
)
preeditString
()
Undocumented in source. Be warned that the author may not have intended to support it.
replacementLength
int
replacementLength
()
Undocumented in source. Be warned that the author may not have intended to support it.
replacementStart
int
replacementStart
()
Undocumented in source. Be warned that the author may not have intended to support it.
setCommitString
void
setCommitString
(const(QString) commitString, int replaceFrom, int replaceLength)
Undocumented in source.
Structs
Attribute
struct
Attribute
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
Inherited Members
From QEvent
~this
~this
()
Undocumented in source.
type
Type
type
()
Undocumented in source. Be warned that the author may not have intended to support it.
spontaneous
bool
spontaneous
()
Undocumented in source. Be warned that the author may not have intended to support it.
setAccepted
void
setAccepted
(bool accepted)
Undocumented in source. Be warned that the author may not have intended to support it.
isAccepted
bool
isAccepted
()
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void
accept
()
Undocumented in source. Be warned that the author may not have intended to support it.
ignore
void
ignore
()
Undocumented in source. Be warned that the author may not have intended to support it.
registerEventType
int
registerEventType
(int hint)
Undocumented in source.
d
QEventPrivate
*
d
;
Undocumented in source.
t
ushort
t
;
Undocumented in source.
Meta
Source
See Implementation
qt
gui
event
classes
QApplicationStateChangeEvent
QCloseEvent
QContextMenuEvent
QDragEnterEvent
QDragLeaveEvent
QDragMoveEvent
QDropEvent
QEnterEvent
QExposeEvent
QFileOpenEvent
QFocusEvent
QHelpEvent
QHideEvent
QHoverEvent
QIconDragEvent
QInputEvent
QInputMethodEvent
QInputMethodQueryEvent
QKeyEvent
QMouseEvent
QMoveEvent
QNativeGestureEvent
QPaintEvent
QPlatformSurfaceEvent
QResizeEvent
QScreenOrientationChangeEvent
QScrollEvent
QScrollPrepareEvent
QShortcutEvent
QShowEvent
QStatusTipEvent
QTabletEvent
QToolBarChangeEvent
QTouchEvent
QWhatsThisClickedEvent
QWheelEvent
QWindowStateChangeEvent
structs
QPointingDeviceUniqueId
QTouchEventTouchPointPrivate