Communi  3.4.0
A cross-platform IRC framework written with Qt
IrcBufferModel Member List

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

aboutToBeAdded(IrcBuffer *buffer)IrcBufferModelsignal
aboutToBeRemoved(IrcBuffer *buffer)IrcBufferModelsignal
add(const QString &title)IrcBufferModel
add(IrcBuffer *buffer)IrcBufferModel
added(IrcBuffer *buffer)IrcBufferModelsignal
beginInsertColumns(const QModelIndex &parent, int first, int last)QAbstractItemModelprotected
beginInsertRows(const QModelIndex &parent, int first, int last)QAbstractItemModelprotected
beginMoveColumns(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationChild)QAbstractItemModelprotected
beginMoveRows(const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationChild)QAbstractItemModelprotected
beginRemoveColumns(const QModelIndex &parent, int first, int last)QAbstractItemModelprotected
beginRemoveRows(const QModelIndex &parent, int first, int last)QAbstractItemModelprotected
beginResetModel()QAbstractItemModelprotected
blockSignals(bool block)QObject
buddy(const QModelIndex &index) constQAbstractItemModelvirtual
buffer(const QModelIndex &index) const IrcBufferModel
bufferPrototypeIrcBufferModel
buffersIrcBufferModel
canDropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) constQAbstractItemModelvirtual
canFetchMore(const QModelIndex &parent) constQAbstractItemModelvirtual
changePersistentIndex(const QModelIndex &from, const QModelIndex &to)QAbstractItemModelprotected
changePersistentIndexList(const QModelIndexList &from, const QModelIndexList &to)QAbstractItemModelprotected
channelPrototypeIrcBufferModel
channelsIrcBufferModel
childEvent(QChildEvent *event)QObjectprotectedvirtual
children() constQObject
clear()IrcBufferModelslot
columnCount(const QModelIndex &parent) const =0QAbstractItemModel
columnsAboutToBeInserted(const QModelIndex &parent, int first, int last)QAbstractItemModel
columnsAboutToBeMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn)QAbstractItemModel
columnsAboutToBeRemoved(const QModelIndex &parent, int first, int last)QAbstractItemModel
columnsInserted(const QModelIndex &parent, int first, int last)QAbstractItemModel
columnsMoved(const QModelIndex &parent, int start, int end, const QModelIndex &destination, int column)QAbstractItemModel
columnsRemoved(const QModelIndex &parent, int first, int last)QAbstractItemModel
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) constQObject
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)QObjectstatic
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type)QObjectstatic
connectionIrcBufferModel
connectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
contains(const QString &title) const IrcBufferModel
countIrcBufferModel
createBuffer(const QString &title)IrcBufferModelprotectedvirtualslot
createChannel(const QString &title)IrcBufferModelprotectedvirtualslot
createIndex(int row, int column, void *ptr) constQAbstractItemModelprotected
createIndex(int row, int column, quintptr id) constQAbstractItemModelprotected
customEvent(QEvent *event)QObjectprotectedvirtual
data(const QModelIndex &index, int role=Qt::DisplayRole) const IrcBufferModel
dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector< int > &roles)QAbstractItemModel
deleteLater()QObject
QAbstractListModel::destroyed(QObject *obj)QObject
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method)QObjectstatic
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)QObjectstatic
disconnect(const char *signal, const QObject *receiver, const char *method) constQObject
disconnect(const QObject *receiver, const char *method) constQObject
disconnect(const QMetaObject::Connection &connection)QObjectstatic
disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method)QObjectstatic
disconnectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
displayRoleIrcBufferModel
dropMimeData(const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent)QAbstractListModelvirtual
dumpObjectInfo()QObject
dumpObjectTree()QObject
dynamicPropertyNames() constQObject
emptyIrcBufferModel
endInsertColumns()QAbstractItemModelprotected
endInsertRows()QAbstractItemModelprotected
endMoveColumns()QAbstractItemModelprotected
endMoveRows()QAbstractItemModelprotected
endRemoveColumns()QAbstractItemModelprotected
endRemoveRows()QAbstractItemModelprotected
endResetModel()QAbstractItemModelprotected
event(QEvent *e)QObjectvirtual
eventFilter(QObject *watched, QEvent *event)QObjectvirtual
fetchMore(const QModelIndex &parent)QAbstractItemModelvirtual
find(const QString &title) const IrcBufferModel
findChild(const QString &name, Qt::FindChildOptions options) constQObject
findChildren(const QString &name, Qt::FindChildOptions options) constQObject
findChildren(const QRegExp &regExp, Qt::FindChildOptions options) constQObject
findChildren(const QRegularExpression &re, Qt::FindChildOptions options) constQObject
flags(const QModelIndex &index) constQAbstractListModelvirtual
get(int index) const IrcBufferModel
hasChildren(const QModelIndex &parent) constQAbstractItemModelvirtual
hasIndex(int row, int column, const QModelIndex &parent) constQAbstractItemModel
headerData(int section, Qt::Orientation orientation, int role) constQAbstractItemModelvirtual
headerDataChanged(Qt::Orientation orientation, int first, int last)QAbstractItemModel
index(IrcBuffer *buffer) const IrcBufferModel
index(int row, int column=0, const QModelIndex &parent=QModelIndex()) const IrcBufferModelvirtual
indexOf(IrcBuffer *buffer) const IrcBufferModel
inherits(const char *className) constQObject
insertColumn(int column, const QModelIndex &parent)QAbstractItemModel
insertColumns(int column, int count, const QModelIndex &parent)QAbstractItemModelvirtual
insertRow(int row, const QModelIndex &parent)QAbstractItemModel
insertRows(int row, int count, const QModelIndex &parent)QAbstractItemModelvirtual
installEventFilter(QObject *filterObj)QObject
IrcBufferModel(QObject *parent=0)IrcBufferModelexplicit
isSignalConnected(const QMetaMethod &signal) constQObjectprotected
isWidgetType() constQObject
isWindowType() constQObject
itemData(const QModelIndex &index) constQAbstractItemModelvirtual
joinDelayIrcBufferModel
killTimer(int id)QObject
layoutAboutToBeChanged(const QList< QPersistentModelIndex > &parents, QAbstractItemModel::LayoutChangeHint hint)QAbstractItemModel
layoutChanged(const QList< QPersistentModelIndex > &parents, QAbstractItemModel::LayoutChangeHint hint)QAbstractItemModel
lessThan(IrcBuffer *one, IrcBuffer *another, Irc::SortMethod method) const IrcBufferModelprotectedvirtual
match(const QModelIndex &start, int role, const QVariant &value, int hits, Qt::MatchFlags flags) constQAbstractItemModelvirtual
messageIgnored(IrcMessage *message)IrcBufferModelsignal
metaObject() constQObjectvirtual
mimeData(const QModelIndexList &indexes) constQAbstractItemModelvirtual
mimeTypes() constQAbstractItemModelvirtual
modelAboutToBeReset()QAbstractItemModel
modelReset()QAbstractItemModel
monitorEnabledIrcBufferModel
moveColumn(const QModelIndex &sourceParent, int sourceColumn, const QModelIndex &destinationParent, int destinationChild)QAbstractItemModel
moveColumns(const QModelIndex &sourceParent, int sourceColumn, int count, const QModelIndex &destinationParent, int destinationChild)QAbstractItemModelvirtual
moveRow(const QModelIndex &sourceParent, int sourceRow, const QModelIndex &destinationParent, int destinationChild)QAbstractItemModel
moveRows(const QModelIndex &sourceParent, int sourceRow, int count, const QModelIndex &destinationParent, int destinationChild)QAbstractItemModelvirtual
moveToThread(QThread *targetThread)QObject
networkIrcBufferModel
objectNameQObject
objectName() constQObject
objectNameChanged(const QString &objectName)QObject
parent(const QModelIndex &index) const =0QAbstractItemModel
QObject::parent() constQObject
persistentIrcBufferModel
persistentIndexList() constQAbstractItemModelprotected
property(const char *name) constQObject
QAbstractItemModel(QObject *parent)QAbstractItemModel
QAbstractListModel(QObject *parent)QAbstractListModel
QObject(QObject *parent)QObject
receiveMessage(IrcMessage *message)IrcBufferModelslot
receivers(const char *signal) constQObjectprotected
remove(const QString &title)IrcBufferModel
remove(IrcBuffer *buffer)IrcBufferModel
removeColumn(int column, const QModelIndex &parent)QAbstractItemModel
removeColumns(int column, int count, const QModelIndex &parent)QAbstractItemModelvirtual
removed(IrcBuffer *buffer)IrcBufferModelsignal
removeEventFilter(QObject *obj)QObject
removeRow(int row, const QModelIndex &parent)QAbstractItemModel
removeRows(int row, int count, const QModelIndex &parent)QAbstractItemModelvirtual
reset()QAbstractItemModelprotected
resetInternalData()QAbstractItemModelprotected
restoreState(const QByteArray &state, int version=0)IrcBufferModel
revert()QAbstractItemModelvirtual
roleNames() const IrcBufferModelvirtual
rowCount(const QModelIndex &parent=QModelIndex()) const IrcBufferModel
rowsAboutToBeInserted(const QModelIndex &parent, int start, int end)QAbstractItemModel
rowsAboutToBeMoved(const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow)QAbstractItemModel
rowsAboutToBeRemoved(const QModelIndex &parent, int first, int last)QAbstractItemModel
rowsInserted(const QModelIndex &parent, int first, int last)QAbstractItemModel
rowsMoved(const QModelIndex &parent, int start, int end, const QModelIndex &destination, int row)QAbstractItemModel
rowsRemoved(const QModelIndex &parent, int first, int last)QAbstractItemModel
saveState(int version=0) const IrcBufferModel
sender() constQObjectprotected
senderSignalIndex() constQObjectprotected
setData(const QModelIndex &index, const QVariant &value, int role)QAbstractItemModelvirtual
setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role)QAbstractItemModelvirtual
setItemData(const QModelIndex &index, const QMap< int, QVariant > &roles)QAbstractItemModelvirtual
setObjectName(const QString &name)QObject
setParent(QObject *parent)QObject
setProperty(const char *name, const QVariant &value)QObject
setRoleNames(const QHash< int, QByteArray > &roleNames)QAbstractItemModelprotected
setSupportedDragActions(Qt::DropActions actions)QAbstractItemModel
sibling(int row, int column, const QModelIndex &idx) constQAbstractListModelvirtual
signalsBlocked() constQObject
sort(int column=0, Qt::SortOrder order=Qt::AscendingOrder)IrcBufferModelslot
sort(Irc::SortMethod method, Qt::SortOrder order=Qt::AscendingOrder)IrcBufferModelslot
sortMethodIrcBufferModel
sortOrderIrcBufferModel
span(const QModelIndex &index) constQAbstractItemModelvirtual
startTimer(int interval, Qt::TimerType timerType)QObject
submit()QAbstractItemModelvirtual
supportedDragActions() constQAbstractItemModelvirtual
supportedDropActions() constQAbstractItemModelvirtual
thread() constQObject
timerEvent(QTimerEvent *event)QObjectprotectedvirtual
tr(const char *sourceText, const char *disambiguation, int n)QObjectstatic
trUtf8(const char *sourceText, const char *disambiguation, int n)QObjectstatic
~IrcBufferModel()IrcBufferModelvirtual
~QAbstractItemModel()QAbstractItemModelvirtual
~QAbstractListModel()QAbstractListModel
~QObject()QObjectvirtual