Definition at line 152 of file SvgTextCursor.cpp.
◆ InputQueryUpdateBlocker() [1/2]
Definition at line 155 of file SvgTextCursor.cpp.
157
159 {
160 }
bool m_unblockQueryUpdates
const QScopedPointer< Private > d
◆ InputQueryUpdateBlocker() [2/2]
| SvgTextCursor::InputQueryUpdateBlocker::InputQueryUpdateBlocker |
( |
const QScopedPointer< Private > & | d | ) |
|
|
inline |
Definition at line 162 of file SvgTextCursor.cpp.
164 {
165 }
InputQueryUpdateBlocker(SvgTextCursor::Private *d)
◆ ~InputQueryUpdateBlocker()
| SvgTextCursor::InputQueryUpdateBlocker::~InputQueryUpdateBlocker |
( |
| ) |
|
|
inline |
Definition at line 167 of file SvgTextCursor.cpp.
168 {
170 QInputMethod *inputMethod = QGuiApplication::inputMethod();
171
173 m_d->blockQueryUpdates =
false;
174 inputMethod->update(Qt::ImQueryInput);
175 }
176
178 inputMethod->setVisible(
m_d->shape !=
nullptr);
179 }
180 }
181 }
◆ setChangeVisibility()
| void SvgTextCursor::InputQueryUpdateBlocker::setChangeVisibility |
( |
bool | changeVisibility | ) |
|
|
inline |
◆ m_changeVisibility
| bool SvgTextCursor::InputQueryUpdateBlocker::m_changeVisibility = false |
|
private |
◆ m_d
| Private* SvgTextCursor::InputQueryUpdateBlocker::m_d |
|
private |
◆ m_unblockQueryUpdates
| bool SvgTextCursor::InputQueryUpdateBlocker::m_unblockQueryUpdates |
|
private |
The documentation for this class was generated from the following file: