Definition at line 157 of file SvgTextCursor.cpp.
◆ InputQueryUpdateBlocker() [1/2]
Definition at line 160 of file SvgTextCursor.cpp.
162
164 {
165 }
bool m_unblockQueryUpdates
const QScopedPointer< Private > d
◆ InputQueryUpdateBlocker() [2/2]
| SvgTextCursor::InputQueryUpdateBlocker::InputQueryUpdateBlocker |
( |
const QScopedPointer< Private > & | d | ) |
|
|
inline |
Definition at line 167 of file SvgTextCursor.cpp.
169 {
170 }
InputQueryUpdateBlocker(SvgTextCursor::Private *d)
◆ ~InputQueryUpdateBlocker()
| SvgTextCursor::InputQueryUpdateBlocker::~InputQueryUpdateBlocker |
( |
| ) |
|
|
inline |
Definition at line 172 of file SvgTextCursor.cpp.
173 {
175 QInputMethod *inputMethod = QGuiApplication::inputMethod();
176
178 m_d->blockQueryUpdates =
false;
179 inputMethod->update(Qt::ImQueryInput);
180 }
181
183 inputMethod->setVisible(
m_d->shape !=
nullptr);
184 }
185 }
186 }
◆ 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: