libkdepim
#include <multiplyinglineview_p.h>
Definition at line 38 of file multiplyinglineview_p.h.
KPIM::MultiplyingLineView::~MultiplyingLineView |
( |
| ) |
|
|
inline |
bool KPIM::MultiplyingLineView::autoResize |
( |
| ) |
|
void KPIM::MultiplyingLineView::clearModified |
( |
| ) |
|
Resets the modified flag to false.
void KPIM::MultiplyingLineView::completionModeChanged |
( |
KGlobalSettings::Completion |
| ) |
|
|
signal |
bool KPIM::MultiplyingLineView::dynamicSizeHint |
( |
| ) |
const |
void KPIM::MultiplyingLineView::focusDown |
( |
| ) |
|
|
signal |
void KPIM::MultiplyingLineView::focusRight |
( |
| ) |
|
|
signal |
void KPIM::MultiplyingLineView::focusUp |
( |
| ) |
|
|
signal |
bool KPIM::MultiplyingLineView::isModified |
( |
| ) |
const |
Returns true if the user has made any modifications to the list of recipients.
- Returns
- whether the view is modified or not.
void KPIM::MultiplyingLineView::lineDeleted |
( |
int |
pos | ) |
|
|
signal |
QSize KPIM::MultiplyingLineView::minimumSizeHint |
( |
| ) |
const |
void KPIM::MultiplyingLineView::moveCompletionPopup |
( |
| ) |
|
|
protectedslot |
void KPIM::MultiplyingLineView::moveScrollBarToEnd |
( |
| ) |
|
|
protectedslot |
Removes data provided it can be found.
The Data class must support operator==
- Parameters
-
data | The data you want to remove. |
void KPIM::MultiplyingLineView::resizeEvent |
( |
QResizeEvent * |
| ) |
|
|
protected |
void KPIM::MultiplyingLineView::resizeView |
( |
| ) |
|
|
protected |
void KPIM::MultiplyingLineView::setAutoResize |
( |
bool |
resize | ) |
|
Make this widget follow it's children's size.
- Parameters
-
resize | turn on or off this behavior of auto resizing |
void KPIM::MultiplyingLineView::setCompletionMode |
( |
KGlobalSettings::Completion |
mode | ) |
|
|
slot |
void KPIM::MultiplyingLineView::setDynamicSizeHint |
( |
bool |
dynamic | ) |
|
Sets whether the size hint of the editor shall be calculated dynamically by the number of lines.
Default is true
.
int KPIM::MultiplyingLineView::setFirstColumnWidth |
( |
int |
| ) |
|
QScrollArea Set the width of the left most column to be the argument width.
This method allows other widgets to align their label/combobox column with ours by communicating how many pixels that first column is for them. Returns the width that is actually being used.
void KPIM::MultiplyingLineView::setFocus |
( |
| ) |
|
|
slot |
void KPIM::MultiplyingLineView::setFocusBottom |
( |
| ) |
|
|
slot |
void KPIM::MultiplyingLineView::setFocusTop |
( |
| ) |
|
|
slot |
QSize KPIM::MultiplyingLineView::sizeHint |
( |
| ) |
const |
void KPIM::MultiplyingLineView::sizeHintChanged |
( |
| ) |
|
|
signal |
void KPIM::MultiplyingLineView::slotDeleteLine |
( |
| ) |
|
|
protectedslot |
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:04 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.