Public Member Functions

TablePrefs Class Reference

Namespace for global constants. More...

#include <global.h>

Collaboration diagram for TablePrefs:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 TablePrefs ()
 TablePrefs (const QString &tableName, const QString &descFieldName)
QString tableName ()
QString descFieldName ()

Detailed Description

Namespace for global constants.

This class is mainly a (bad) workaround for a problem which arose during implementation.


Constructor & Destructor Documentation

TablePrefs::TablePrefs (  )  [inline]

{};

TablePrefs::TablePrefs ( const QString tableName,
const QString descFieldName 
) [inline]

                                                                      {
        m_tableName = tableName;
        m_descFieldName = descFieldName;
    }


Member Function Documentation

QString TablePrefs::descFieldName (  )  [inline]

Referenced by ProjectTreeModel::data().

                           {
        return m_descFieldName;
    }

QString TablePrefs::tableName (  )  [inline]

Referenced by ProjectTreeModel::data().

                       {
        return m_tableName;
    }


The documentation for this class was generated from the following file: