Inherits from QskBox
| Name | |
|---|---|
| void | setPrediction(const QStringList & candidates) |
| Name | |
|---|---|
| void | predictiveTextSelected(int ) |
| Name | |
|---|---|
| QskInputPredictionBar(QQuickItem * parent =nullptr) | |
| ~QskInputPredictionBar() override | |
| QStringList | candidates() const |
| Name | |
|---|---|
| QskAspect::Subcontrol | substitutedSubcontrol(QskAspect::Subcontrol subControl) const override |
| void | buttonClicked() |
| void | setScrollOffset(int offset) |
| Name | |
|---|---|
| const QskAspect::Subcontrol | Panel |
| const QskAspect::Subcontrol | ButtonPanel |
| const QskAspect::Subcontrol | ButtonText |
| Name | |
|---|---|
| std::unique_ptr< PrivateData > | m_data |
void setPrediction(
const QStringList & candidates
)
void predictiveTextSelected(
int
)
QskInputPredictionBar(
QQuickItem * parent =nullptr
)
~QskInputPredictionBar() override
QStringList candidates() const
QskAspect::Subcontrol substitutedSubcontrol(
QskAspect::Subcontrol subControl
) const override
void buttonClicked()
void setScrollOffset(
int offset
)
static const QskAspect::Subcontrol Panel;
static const QskAspect::Subcontrol ButtonPanel;
static const QskAspect::Subcontrol ButtonText;
std::unique_ptr< PrivateData > m_data;
Updated on 28 July 2023 at 14:02:28 CEST