kexi

KexiDataAwareObjectInterface Member List

This is the complete list of members for KexiDataAwareObjectInterface, including all inherited members.

acceptEditor()KexiDataAwareObjectInterface [virtual]
acceptRowEdit()KexiDataAwareObjectInterface [virtual]
acceptsRowEditAfterCellAccepting() const KexiDataAwareObjectInterface [inline]
addHeaderColumn(const QString &caption, const QString &description, const QIconSet &icon, int size)=0 (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [protected, pure virtual]
addNewRecordRequested() (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [virtual]
AskDelete enum value (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface
beforeDeleteItem(KexiTableItem *item)KexiDataAwareObjectInterface [virtual]
boolToggled()KexiDataAwareObjectInterface [virtual]
bufferedValueAt(int col, bool useDefaultValueIfPossible=true) (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface
cancelEditor()KexiDataAwareObjectInterface [virtual]
cancelRowEdit()KexiDataAwareObjectInterface [virtual]
cellSelected(int col, int row)=0KexiDataAwareObjectInterface [protected, pure virtual]
clearColumns(bool repaint=true)KexiDataAwareObjectInterface [protected, virtual]
clearColumnsInternal(bool repaint)=0KexiDataAwareObjectInterface [protected, pure virtual]
clearSelection()KexiDataAwareObjectInterface [virtual]
clearVariables()KexiDataAwareObjectInterface [protected, virtual]
column(int col)KexiDataAwareObjectInterface [virtual]
columnDefaultValue(int col) const KexiDataAwareObjectInterface
columnEditable(int col)KexiDataAwareObjectInterface [virtual]
columns() const KexiDataAwareObjectInterface [inline, virtual]
columnType(int col)KexiDataAwareObjectInterface
connectCellSelectedSignal(const QObject *receiver, const char *intIntMember)=0 (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [pure virtual]
connectDataSetSignal(const QObject *receiver, const char *kexiTableViewDataMember)=0 (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [pure virtual]
connectReloadActionsSignal(const QObject *receiver, const char *voidMember)=0 (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [pure virtual]
connectRowEditStartedSignal(const QObject *receiver, const char *intMember)=0 (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [pure virtual]
connectRowEditTerminatedSignal(const QObject *receiver, const char *voidMember)=0 (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [pure virtual]
connectToReloadDataSlot(const QObject *sender, const char *voidSignal)=0 (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [pure virtual]
contextMenu() const KexiDataAwareObjectInterface [inline]
contextMenuEnabled() const KexiDataAwareObjectInterface [inline]
copySelection()=0KexiDataAwareObjectInterface [pure virtual]
createEditor(int row, int col, const QString &addText=QString::null, bool removeOld=false)=0KexiDataAwareObjectInterface [pure virtual]
currentColumn() const KexiDataAwareObjectInterface [inline]
currentItemDeleteRequest()=0 (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [pure virtual]
currentLocalSortColumn() const =0 (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [protected, pure virtual]
currentLocalSortingOrder() const =0 (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [protected, pure virtual]
currentRow() const KexiDataAwareObjectInterface [inline]
cutSelection()=0KexiDataAwareObjectInterface [pure virtual]
data() const KexiDataAwareObjectInterface [inline]
dataColumns() const KexiDataAwareObjectInterface
dataRefreshed()=0KexiDataAwareObjectInterface [pure virtual]
dataSet(KexiTableViewData *data)=0 (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [pure virtual]
dataSortedColumn() const KexiDataAwareObjectInterface
dataSortingOrder() const KexiDataAwareObjectInterface
deleteAllRows(bool ask=false, bool repaint=true)KexiDataAwareObjectInterface
deleteAndStartEditCurrentCell()KexiDataAwareObjectInterface [virtual]
deleteCurrentRow()KexiDataAwareObjectInterface [virtual]
deleteItem(KexiTableItem *item)KexiDataAwareObjectInterface
deletionPolicy() const KexiDataAwareObjectInterface [inline]
DeletionPolicy enum name (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface
dropsAtRowEnabled() const KexiDataAwareObjectInterface [inline]
editor() const KexiDataAwareObjectInterface [inline]
editor(int col, bool ignoreMissingEditor=false)=0 (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [protected, pure virtual]
editorShowFocus(int row, int col)=0KexiDataAwareObjectInterface [protected, pure virtual]
ensureCellVisible(int row, int col)=0KexiDataAwareObjectInterface [pure virtual]
fieldNumberForColumn(int col)KexiDataAwareObjectInterface [inline, virtual]
find(const QVariant &valueToFind, const KexiSearchAndReplaceViewInterface::Options &options, bool next)KexiDataAwareObjectInterface [virtual]
findNextAndReplace(const QVariant &valueToFind, const QVariant &replacement, const KexiSearchAndReplaceViewInterface::Options &options, bool replaceAll)KexiDataAwareObjectInterface [virtual]
focusOutEvent(QFocusEvent *e)KexiDataAwareObjectInterface [protected, virtual]
handleKeyPress(QKeyEvent *e, int &curRow, int &curCol, bool fullRowSelection, bool *moveToFirstField=0, bool *moveToLastField=0)KexiDataAwareObjectInterface [virtual]
hasData() const KexiDataAwareObjectInterface [inline, protected]
hasDefaultValueAt(const KexiTableViewColumn &tvcol) (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface
ImmediateDelete enum value (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface
initDataContents()KexiDataAwareObjectInterface [protected, virtual]
insertEmptyRow(int row=-1)KexiDataAwareObjectInterface [virtual]
insertItem(KexiTableItem *newItem, int row=-1)KexiDataAwareObjectInterface
isDeleteEnabled() const KexiDataAwareObjectInterface
isEmptyRowInsertingEnabled() const KexiDataAwareObjectInterface [inline]
isFilteringEnabled() const KexiDataAwareObjectInterface [inline]
isInsertingEnabled() const KexiDataAwareObjectInterface [virtual]
isReadOnly() const KexiDataAwareObjectInterface [virtual]
isSortingEnabled() const KexiDataAwareObjectInterface [inline]
itemAt(int row) const (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [inline]
itemChanged(KexiTableItem *, int row, int col)=0KexiDataAwareObjectInterface [pure virtual]
itemChanged(KexiTableItem *, int row, int col, QVariant oldValue)=0 (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [pure virtual]
itemDeleteRequest(KexiTableItem *, int row, int col)=0 (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [pure virtual]
itemSelected(KexiTableItem *)=0KexiDataAwareObjectInterface [protected, pure virtual]
KexiDataAwareObjectInterface() (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface
lastVisibleRow() const =0KexiDataAwareObjectInterface [pure virtual]
m_acceptsRowEditAfterCellAcceptingKexiDataAwareObjectInterface [protected]
m_alsoUpdateNextRowKexiDataAwareObjectInterface [protected]
m_contentsMousePressEvent_dblClickKexiDataAwareObjectInterface [protected]
m_contextMenuEnabled (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [protected]
m_curCol (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [protected]
m_currentItemKexiDataAwareObjectInterface [protected]
m_curRowKexiDataAwareObjectInterface [protected]
m_cursorPositionSetExplicityBeforeShowKexiDataAwareObjectInterface [protected]
m_dataKexiDataAwareObjectInterface [protected]
m_deletionPolicy (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [protected]
m_dragIndicatorLineKexiDataAwareObjectInterface [protected]
m_dropsAtRowEnabledKexiDataAwareObjectInterface [protected]
m_editor (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [protected]
m_emptyRowInsertingEnabledKexiDataAwareObjectInterface [protected]
m_errorMessagePopupKexiDataAwareObjectInterface [protected]
m_horizontalHeaderKexiDataAwareObjectInterface [protected]
m_indicesForVisibleValuesKexiDataAwareObjectInterface [protected]
m_initDataContentsOnShowKexiDataAwareObjectInterface [protected]
m_insertingEnabledKexiDataAwareObjectInterface [protected]
m_insertItemKexiDataAwareObjectInterface [protected]
m_inside_acceptEditorKexiDataAwareObjectInterface [protected]
m_internal_acceptsRowEditAfterCellAccepting (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [protected]
m_isFilteringEnabledKexiDataAwareObjectInterface [protected]
m_isSortingEnabledKexiDataAwareObjectInterface [protected]
m_itemIteratorKexiDataAwareObjectInterface [protected]
m_navPanelKexiDataAwareObjectInterface [protected]
m_navPanelEnabled (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [protected]
m_newRowEditingKexiDataAwareObjectInterface [protected]
m_ownerKexiDataAwareObjectInterface [protected]
m_popupMenuKexiDataAwareObjectInterface [protected]
m_positionOfRecentlyFoundValueKexiDataAwareObjectInterface [protected]
m_readOnlyKexiDataAwareObjectInterface [protected]
m_recentlySearchedValueKexiDataAwareObjectInterface [protected]
m_recentSearchDirectionKexiDataAwareObjectInterface [protected]
m_rowEditingKexiDataAwareObjectInterface [protected]
m_rowWillBeDeletedKexiDataAwareObjectInterface [protected]
m_scrollBarTipKexiDataAwareObjectInterface [protected]
m_scrollBarTipTimerKexiDataAwareObjectInterface [protected]
m_scrollBarTipTimerCntKexiDataAwareObjectInterface [protected]
m_scrollbarToolTipsEnabledKexiDataAwareObjectInterface [protected]
m_spreadSheetModeKexiDataAwareObjectInterface [protected]
m_updateEntireRowWhenMovingToOtherRowKexiDataAwareObjectInterface [protected]
m_verticalHeaderKexiDataAwareObjectInterface [protected]
m_verticalHeaderAlreadyAddedKexiDataAwareObjectInterface [protected]
m_vScrollBarValueChanged_enabledKexiDataAwareObjectInterface [protected]
newItemAppendedForAfterDeletingInSpreadSheetMode()=0KexiDataAwareObjectInterface [pure virtual]
newRowEditing() const KexiDataAwareObjectInterface [inline]
NoDelete enum value (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface
paste()=0KexiDataAwareObjectInterface [pure virtual]
reloadActions()=0KexiDataAwareObjectInterface [protected, pure virtual]
reloadData()KexiDataAwareObjectInterface [protected, virtual]
removeEditor() (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [virtual]
rowEditing() const KexiDataAwareObjectInterface [inline]
rowEditTerminated(int row)=0KexiDataAwareObjectInterface [protected, pure virtual]
rows() const KexiDataAwareObjectInterface
rowsPerPage() const =0KexiDataAwareObjectInterface [pure virtual]
scrollBarTipTimeout()KexiDataAwareObjectInterface [protected, virtual]
scrollbarToolTipsEnabled() const KexiDataAwareObjectInterface
selectCellInternal()KexiDataAwareObjectInterface [inline, protected, virtual]
selectedItem() const KexiDataAwareObjectInterface [inline]
selectFirstRow() (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [virtual]
selectLastRow() (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [virtual]
selectNextPage()KexiDataAwareObjectInterface [virtual]
selectNextRow() (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [virtual]
selectPrevPage()KexiDataAwareObjectInterface [virtual]
selectPrevRow() (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [virtual]
selectRow(int row) (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [virtual]
setAcceptsRowEditAfterCellAccepting(bool set)KexiDataAwareObjectInterface [virtual]
setContextMenuEnabled(bool set)KexiDataAwareObjectInterface [inline]
setCursorPosition(int row, int col=-1, bool forceSet=false)KexiDataAwareObjectInterface [virtual]
setData(KexiTableViewData *data, bool owner=true)KexiDataAwareObjectInterface
setDeletionPolicy(DeletionPolicy policy) (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [virtual]
setDropsAtRowEnabled(bool set)KexiDataAwareObjectInterface [virtual]
setEmptyRowInsertingEnabled(bool set)KexiDataAwareObjectInterface
setFilteringEnabled(bool set)KexiDataAwareObjectInterface [virtual]
setInsertingEnabled(bool set)KexiDataAwareObjectInterface
setLocalSortingOrder(int col, int order)=0 (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [protected, pure virtual]
setReadOnly(bool set)KexiDataAwareObjectInterface
setScrollbarToolTipsEnabled(bool set)KexiDataAwareObjectInterface
setSorting(int col, bool ascending=true)KexiDataAwareObjectInterface [virtual]
setSortingEnabled(bool set)KexiDataAwareObjectInterface [virtual]
setSpreadSheetMode()KexiDataAwareObjectInterface [virtual]
showErrorMessageForResult(KexiDB::ResultInfo *resultInfo)KexiDataAwareObjectInterface [protected]
SignalDelete enum value (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface
slotAboutToDeleteRow(KexiTableItem &item, KexiDB::ResultInfo *result, bool repaint)KexiDataAwareObjectInterface [protected, virtual]
slotDataDestroying() (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [virtual]
slotRowDeleted()KexiDataAwareObjectInterface [protected, virtual]
slotRowInserted(KexiTableItem *item, bool repaint)KexiDataAwareObjectInterface [protected, virtual]
slotRowInserted(KexiTableItem *item, uint row, bool repaint)KexiDataAwareObjectInterface [protected, virtual]
slotRowRepaintRequested(KexiTableItem &item)KexiDataAwareObjectInterface [inline, protected, virtual]
slotRowsDeleted(const QValueList< int > &) (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [inline, protected, virtual]
sort()KexiDataAwareObjectInterface [virtual]
sortAscending()KexiDataAwareObjectInterface
sortColumnInternal(int col, int order=0) (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [protected, virtual]
sortDescending()KexiDataAwareObjectInterface
sortedColumnChanged(int col)=0KexiDataAwareObjectInterface [protected, pure virtual]
spreadSheetMode() const KexiDataAwareObjectInterface [inline]
startEditCurrentCell(const QString &setText=QString::null)KexiDataAwareObjectInterface [virtual]
startEditOrToggleValue()KexiDataAwareObjectInterface
updateAfterAcceptRowEdit() (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [protected, virtual]
updateAfterCancelRowEdit() (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [protected, virtual]
updateAllVisibleRowsBelow(int row)KexiDataAwareObjectInterface [inline, protected, virtual]
updateCell(int row, int col)=0KexiDataAwareObjectInterface [protected, pure virtual]
updateCurrentCell()=0KexiDataAwareObjectInterface [pure virtual]
updateGUIAfterSorting()=0 (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [protected, pure virtual]
updateIndicesForVisibleValues()KexiDataAwareObjectInterface [protected]
updateRow(int row)=0KexiDataAwareObjectInterface [protected, pure virtual]
updateWidgetContents()=0KexiDataAwareObjectInterface [protected, pure virtual]
updateWidgetContentsSize()=0KexiDataAwareObjectInterface [protected, pure virtual]
updateWidgetScrollBars()=0KexiDataAwareObjectInterface [protected, pure virtual]
verticalHeader() const (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [inline]
verticalScrollBar() const =0KexiDataAwareObjectInterface [pure virtual]
vScrollBarSliderReleased()KexiDataAwareObjectInterface [protected, virtual]
vScrollBarValueChanged(int v)KexiDataAwareObjectInterface [protected, virtual]
~KexiDataAwareObjectInterface() (defined in KexiDataAwareObjectInterface)KexiDataAwareObjectInterface [virtual]
KDE Home | KDE Accessibility Home | Description of Access Keys