QskInputPredictionBar

Inherits from QskBox

Public Slots

  Name
void setPrediction(const QStringList & candidates)

Public Signals

  Name
void predictiveTextSelected(int )

Public Functions

  Name
  QskInputPredictionBar(QQuickItem * parent =nullptr)
  ~QskInputPredictionBar() override
QStringList candidates() const

Protected Functions

  Name
QskAspect::Subcontrol substitutedSubcontrol(QskAspect::Subcontrol subControl) const override
void buttonClicked()
void setScrollOffset(int offset)

Public Attributes

  Name
const QskAspect::Subcontrol Panel
const QskAspect::Subcontrol ButtonPanel
const QskAspect::Subcontrol ButtonText

Protected Attributes

  Name
std::unique_ptr< PrivateData > m_data

Public Slots Documentation

slot setPrediction

void setPrediction(
    const QStringList & candidates
)

Public Signals Documentation

signal predictiveTextSelected

void predictiveTextSelected(
    int 
)

Public Functions Documentation

function QskInputPredictionBar

QskInputPredictionBar(
    QQuickItem * parent =nullptr
)

function ~QskInputPredictionBar

~QskInputPredictionBar() override

function candidates

QStringList candidates() const

Protected Functions Documentation

function substitutedSubcontrol

QskAspect::Subcontrol substitutedSubcontrol(
    QskAspect::Subcontrol subControl
) const override

function buttonClicked

void buttonClicked()

function setScrollOffset

void setScrollOffset(
    int offset
)

Public Attributes Documentation

variable Panel

static const QskAspect::Subcontrol Panel;

variable ButtonPanel

static const QskAspect::Subcontrol ButtonPanel;

variable ButtonText

static const QskAspect::Subcontrol ButtonText;

Protected Attributes Documentation

variable m_data

std::unique_ptr< PrivateData > m_data;

Updated on 28 July 2023 at 14:02:28 CEST