lokalize
phaseswindow.cpp
Go to the documentation of this file.
66 int columnCount(const QModelIndex& parent=QModelIndex()) const{Q_UNUSED(parent); return ColumnCount;}
224 connect(m_view, SIGNAL(currentIndexChanged(QModelIndex)), SLOT(displayPhaseNotes(QModelIndex)));
virtual int rowCount(const QModelIndex &parent) const =0
bool contains(const Key &key) const
void setCurrentIndex(const QModelIndex &index)
QString toString(Qt::DateFormat format) const
void setStretchFactor(int index, int stretch)
void beginMacro(const QString &text)
QVector< Note > phaseNotes(const QString &phase) const
Definition: catalog.cpp:390
ProjectLocal::PersonRole roleForProcess(const QString &process)
Definition: phase.cpp:39
void setActivePhase(const QString &phase, ProjectLocal::PersonRole role=ProjectLocal::Approver)
Definition: catalog.cpp:339
int size() const
void addWidget(QWidget *widget)
bool initPhaseForCatalog(Catalog *catalog, Phase &phase, int options)
Definition: phase.cpp:62
void setBold(bool enable)
bool isValid() const
void addWidget(QWidget *widget, int stretch, QFlags< Qt::AlignmentFlag > alignment)
QFont font()
void append(const T &value)
PhasesWindow(Catalog *catalog, QWidget *parent)
Definition: phaseswindow.cpp:191
void resizeColumnToContents(int column)
virtual QModelIndex index(int row, int column, const QModelIndex &parent) const
int toInt(bool *ok, int base) const
bool isEmpty() const
int row() const
QString path() const
bool endsWith(const QString &s, Qt::CaseSensitivity cs) const
Definition: noteeditor.h:39
virtual QVariant data(const QModelIndex &index, int role) const =0
QVector< Note > setPhaseNotes(const QString &phase, QVector< Note >)
Definition: catalog.cpp:395
void hide()
Definition: phase.h:34
void setCurrentIndex(int index)
QString scheme() const
void addRow(QWidget *label, QWidget *field)
virtual QVariant headerData(int section, Qt::Orientation orientation, int role) const
Definition: phaseswindow.h:71
int displayNotes(KTextBrowser *browser, const QVector< Note > ¬es, int active, bool multiple)
Definition: noteeditor.cpp:124
const T & at(int i) const
QString mid(int position, int n) const
QVariant data(int role) const
void addStretch(int stretch)
void endMacro()
virtual void setModel(QAbstractItemModel *model)
virtual int columnCount(const QModelIndex &parent) const =0
int column() const
This class represents a catalog It uses CatalogStorage interface to work with catalogs in different f...
Definition: catalog.h:74
iterator insert(const Key &key, const T &value)
void show()
QModelIndex currentIndex() const
void setRootIsDecorated(bool show)
int addWidget(QWidget *widget)
int size() const
QString arg(qlonglong a, int fieldWidth, int base, const QChar &fillChar) const
QString toString() const
void addLayout(QLayout *layout, int stretch)
const T value(const Key &key) const
Definition: phase.h:78
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.