aboutToShowContextMenu(QMenu *p) | KComboBox | signal |
addUrl(const KUrl &url) | KComboBox | |
addUrl(const QIcon &icon, const KUrl &url) | KComboBox | |
assignCalendarSystem(KLocale::CalendarSystem calendarSystem) | KDateComboBox | protectedvirtual |
assignDate(const QDate &date) | KDateComboBox | protectedvirtual |
autoCompletion | KComboBox | |
autoCompletion() const | KComboBox | |
calendar() const | KDateComboBox | |
calendarSystem() const | KDateComboBox | |
changeURL(const KUrl &url, int index) | KComboBox | inline |
changeURL(const QPixmap &pixmap, const KUrl &url, int index) | KComboBox | inline |
changeUrl(int index, const KUrl &url) | KComboBox | |
changeUrl(int index, const QIcon &icon, const KUrl &url) | KComboBox | |
completion(const QString &) | KComboBox | signal |
completionBox(bool create=true) | KComboBox | |
completionMode() const | KCompletionBase | |
completionModeChanged(KGlobalSettings::Completion) | KComboBox | signal |
completionObject(bool hsig=true) | KCompletionBase | |
compObj() const | KCompletionBase | |
contains(const QString &text) const | KComboBox | |
create(WId=0, bool initializeWindow=true, bool destroyOldWindow=true) | KComboBox | protectedvirtual |
cursorPosition() const | KComboBox | |
date | KDateComboBox | |
date() const | KDateComboBox | |
dateChanged(const QDate &date) | KDateComboBox | signal |
dateEdited(const QDate &date) | KDateComboBox | signal |
dateEntered(const QDate &date) | KDateComboBox | signal |
DateKeywords enum value | KDateComboBox | |
dateMap() const | KDateComboBox | |
DatePicker enum value | KDateComboBox | |
delegate() const | KCompletionBase | protected |
displayFormat() const | KDateComboBox | |
EditDate enum value | KDateComboBox | |
emitSignals() const | KCompletionBase | |
eventFilter(QObject *object, QEvent *event) | KDateComboBox | protectedvirtual |
focusInEvent(QFocusEvent *event) | KDateComboBox | protectedvirtual |
focusOutEvent(QFocusEvent *event) | KDateComboBox | protectedvirtual |
getKeyBinding(KeyBindingType item) const | KCompletionBase | |
getKeyBindings() const | KCompletionBase | protected |
handleSignals() const | KCompletionBase | |
hidePopup() | KDateComboBox | protectedvirtual |
insertURL(const KUrl &url, int index=-1) | KComboBox | inline |
insertURL(const QPixmap &pixmap, const KUrl &url, int index=-1) | KComboBox | inline |
insertUrl(int index, const KUrl &url) | KComboBox | |
insertUrl(int index, const QIcon &icon, const KUrl &url) | KComboBox | |
isCompletionObjectAutoDeleted() const | KCompletionBase | |
isNull() const | KDateComboBox | |
isValid() const | KDateComboBox | |
KComboBox(QWidget *parent=0) | KComboBox | explicit |
KComboBox(bool rw, QWidget *parent=0) | KComboBox | explicit |
KCompletionBase() | KCompletionBase | |
KDateComboBox(QWidget *parent=0) | KDateComboBox | explicit |
KeyBindingMap typedef | KCompletionBase | |
KeyBindingType enum name | KCompletionBase | |
keyPressEvent(QKeyEvent *event) | KDateComboBox | protectedvirtual |
makeCompletion(const QString &) | KComboBox | protectedvirtualslot |
maximumDate | KDateComboBox | |
maximumDate() const | KDateComboBox | |
minimumDate | KDateComboBox | |
minimumDate() const | KDateComboBox | |
minimumSizeHint() const | KComboBox | protectedvirtual |
mousePressEvent(QMouseEvent *event) | KDateComboBox | protectedvirtual |
NextCompletionMatch enum value | KCompletionBase | |
Option enum name | KDateComboBox | |
options | KDateComboBox | |
options() const | KDateComboBox | |
PrevCompletionMatch enum value | KCompletionBase | |
resetDateRange() | KDateComboBox | slot |
resetMaximumDate() | KDateComboBox | slot |
resetMinimumDate() | KDateComboBox | slot |
resizeEvent(QResizeEvent *event) | KDateComboBox | protectedvirtual |
returnPressed() | KComboBox | signal |
returnPressed(const QString &) | KComboBox | signal |
rotateText(KCompletionBase::KeyBindingType type) | KComboBox | slot |
SelectDate enum value | KDateComboBox | |
setAutoCompletion(bool autocomplete) | KComboBox | virtual |
setAutoDeleteCompletionObject(bool autoDelete) | KCompletionBase | |
setCalendar(KCalendarSystem *calendar=0) | KDateComboBox | slot |
setCalendarSystem(KLocale::CalendarSystem calendarSystem) | KDateComboBox | slot |
setCompletedItems(const QStringList &items, bool autosubject=true) | KComboBox | slot |
setCompletedText(const QString &) | KComboBox | virtualslot |
setCompletedText(const QString &, bool) | KComboBox | protectedvirtual |
setCompletionMode(KGlobalSettings::Completion mode) | KCompletionBase | virtual |
setCompletionObject(KCompletion *compObj, bool hsig=true) | KCompletionBase | virtual |
setContextMenuEnabled(bool showMenu) | KComboBox | virtual |
setCurrentItem(const QString &item, bool insert=false, int index=-1) | KComboBox | slot |
setDate(const QDate &date) | KDateComboBox | slot |
setDateMap(QMap< QDate, QString > dateMap) | KDateComboBox | slot |
setDateRange(const QDate &minDate, const QDate &maxDate, const QString &minWarnMsg=QString(), const QString &maxWarnMsg=QString()) | KDateComboBox | slot |
setDelegate(KCompletionBase *delegate) | KCompletionBase | protected |
setDisplayFormat(KLocale::DateFormat format) | KDateComboBox | slot |
setEditable(bool editable) | KComboBox | |
setEditUrl(const KUrl &url) | KComboBox | |
setEnableSignals(bool enable) | KCompletionBase | |
setHandleSignals(bool handle) | KCompletionBase | virtual |
setKeyBinding(KeyBindingType item, const KShortcut &key) | KCompletionBase | |
setLineEdit(QLineEdit *) | KComboBox | virtual |
setMaximumDate(const QDate &maxDate, const QString &maxWarnMsg=QString()) | KDateComboBox | slot |
setMinimumDate(const QDate &minTime, const QString &minWarnMsg=QString()) | KDateComboBox | slot |
setOptions(Options options) | KDateComboBox | slot |
setTrapReturnKey(bool trap) | KComboBox | |
setUrlDropsEnabled(bool enable) | KComboBox | |
showPopup() | KDateComboBox | protectedvirtual |
substringCompletion(const QString &) | KComboBox | signal |
SubstringCompletion enum value | KCompletionBase | |
TextCompletion enum value | KCompletionBase | |
textRotation(KCompletionBase::KeyBindingType) | KComboBox | signal |
trapReturnKey | KComboBox | |
trapReturnKey() const | KComboBox | |
urlDropsEnabled | KComboBox | |
urlDropsEnabled() const | KComboBox | |
useGlobalKeyBindings() | KCompletionBase | |
virtual_hook(int id, void *data) | KCompletionBase | protectedvirtual |
WarnOnInvalid enum value | KDateComboBox | |
wheelEvent(QWheelEvent *event) | KDateComboBox | protectedvirtual |
~KComboBox() | KComboBox | virtual |
~KCompletionBase() | KCompletionBase | virtual |
~KDateComboBox() | KDateComboBox | virtual |