#include <qobject.h>#include "exceptionmanager.h"#include "common.h"Go to the source code of this file.
Classes | |
| class | UpdateDomainEvent |
| class | StateInfo |
| class | StateInfo::S |
| class | Domain |
Defines | |
| #define | UPDATE_DOMAIN(x) QApplication::postEvent(x, new UpdateDomainEvent(false)) |
| #define | UPDATE() QApplication::postEvent(this, new UpdateDomainEvent(false)) |
| #define | UPDATE_DM_MASTER(x, f) QApplication::postEvent(x, new UpdateDomainEvent(true, f)) |
| #define UPDATE | ( | ) | QApplication::postEvent(this, new UpdateDomainEvent(false)) |
Definition at line 15 of file domain.h.
Referenced by Domain::flushQueue(), PatchView::on_buttonGroupDiff_clicked(), RevsView::on_lanesContextMenuRequested(), RevsView::on_loadCompleted(), FileView::on_loadCompleted(), FileView::on_spinBoxRevision_valueChanged(), and Domain::on_updateRequested().
| #define UPDATE_DM_MASTER | ( | x, | |||
| f | ) | QApplication::postEvent(x, new UpdateDomainEvent(true, f)) |
Definition at line 16 of file domain.h.
Referenced by RevsView::doUpdate(), and RevsView::viewPatch().
| #define UPDATE_DOMAIN | ( | x | ) | QApplication::postEvent(x, new UpdateDomainEvent(false)) |
Definition at line 14 of file domain.h.
Referenced by MainImpl::ActShowTree_toggled(), MainImpl::ActViewDiff_activated(), MainImpl::ActViewRev_activated(), MainImpl::filterList(), ListView::filterRightButtonPressed(), MainImpl::lineEditSHA_returnPressed(), TreeView::on_currentChanged(), ListView::on_currentChanged(), ListBoxFiles::on_currentChanged(), MainImpl::on_goRef_activated(), RevDesc::on_linkClicked(), and MainImpl::openFileTab().
1.5.3