Definition at line 156 of file SvgTextCursor.cpp.
◆ InputQueryUpdateBlocker() [1/2]
Definition at line 159 of file SvgTextCursor.cpp.
161
163 {
164 }
bool m_unblockQueryUpdates
const QScopedPointer< Private > d
◆ InputQueryUpdateBlocker() [2/2]
| SvgTextCursor::InputQueryUpdateBlocker::InputQueryUpdateBlocker |
( |
const QScopedPointer< Private > & | d | ) |
|
|
inline |
Definition at line 166 of file SvgTextCursor.cpp.
168 {
169 }
InputQueryUpdateBlocker(SvgTextCursor::Private *d)
◆ ~InputQueryUpdateBlocker()
| SvgTextCursor::InputQueryUpdateBlocker::~InputQueryUpdateBlocker |
( |
| ) |
|
|
inline |
Definition at line 171 of file SvgTextCursor.cpp.
172 {
174 QInputMethod *inputMethod = QGuiApplication::inputMethod();
175
177 m_d->blockQueryUpdates =
false;
178 inputMethod->update(Qt::ImQueryInput);
179 }
180
182 inputMethod->setVisible(
m_d->shape !=
nullptr);
183 }
184 }
185 }
◆ 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: