refs #91 & #124 doxygen fixes, style/comment changes, typos, and override keywords

This commit is contained in:
Klaus Basan
2014-02-06 03:22:42 +01:00
parent 2356708b63
commit 526cd916a8
9 changed files with 162 additions and 413 deletions

View File

@@ -50,35 +50,19 @@ namespace BlackGui
*/
QString columnToName(int column) const;
/*!
* \brief Column to property index
* \param index
*/
//! \brief Column to property index
int columnToPropertyIndex(int column) const;
/*!
* \brief Property index to column
* \param propertyIndex
* \return
*/
//! \brief Property index to column
int propertyIndexToColumn(int propertyIndex) const;
/*!
* \brief Column index to property index
* \param index
*/
//! \brief Column index to property index
int indexToPropertyIndex(int index) const;
/*!
* \brief Column index to name
* \param index
*/
//! \brief Column index to name
int nameToPropertyIndex(const QString &name) const;
/*!
* \brief Size (number of columns)
* \return
*/
//! \brief Size (number of columns)
int size() const;
/*!