PimCommon::SpellCheckLineEdit

Search for usage in LXR

PimCommon::SpellCheckLineEdit Class Reference

#include <spellchecklineedit.h>

Inheritance diagram for PimCommon::SpellCheckLineEdit:

Signals

void focusDown ()
 
void focusUp ()
 

Public Member Functions

 SpellCheckLineEdit (QWidget *parent, const QString &configFile)
 
 ~SpellCheckLineEdit () override
 

Protected Member Functions

void insertFromMimeData (const QMimeData *source) override
 
void keyPressEvent (QKeyEvent *) override
 
QSize minimumSizeHint () const override
 
QSize sizeHint () const override
 

Detailed Description

The SpellCheckLineEdit class.

Author
Laurent Montel monte.nosp@m.l@kd.nosp@m.e.org

Definition at line 18 of file spellchecklineedit.h.

Constructor & Destructor Documentation

◆ SpellCheckLineEdit()

SpellCheckLineEdit::SpellCheckLineEdit ( QWidget * parent,
const QString & configFile )
explicit

Constructs a SpellCheckLineEdit object.

Parameters
parentof widget
configFileconfig file name for spell checking

Definition at line 15 of file spellchecklineedit.cpp.

◆ ~SpellCheckLineEdit()

SpellCheckLineEdit::~SpellCheckLineEdit ( )
overridedefault

Destructor.

Member Function Documentation

◆ focusUp

void PimCommon::SpellCheckLineEdit::focusUp ( )
signal

Emitted when the user uses the up arrow in the first line.

The application should then put the focus on the widget above the text edit.

◆ insertFromMimeData()

void SpellCheckLineEdit::insertFromMimeData ( const QMimeData * source)
overrideprotected

Definition at line 71 of file spellchecklineedit.cpp.

◆ keyPressEvent()

void SpellCheckLineEdit::keyPressEvent ( QKeyEvent * e)
overrideprotected

Definition at line 36 of file spellchecklineedit.cpp.

◆ minimumSizeHint()

QSize SpellCheckLineEdit::minimumSizeHint ( ) const
overrideprotected

Definition at line 66 of file spellchecklineedit.cpp.

◆ sizeHint()

QSize SpellCheckLineEdit::sizeHint ( ) const
overrideprotected

Definition at line 48 of file spellchecklineedit.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:17:23 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.