PListViewItem< T > Class Template Reference
#include <cppnewclassdlg.h>
Inheritance diagram for PListViewItem< T >:

Public Member Functions | |
PListViewItem (T item, QListViewItem *parent, QListViewItem *after, const QString &text) | |
PListViewItem (T item, QListViewItem *parent, const QString &text) | |
PListViewItem (T item, QListView *parent, const QString &text) | |
PListViewItem (T item, QListView *parent, QListViewItem *after, const QString &text) | |
T | item () |
Public Attributes | |
QString | templateAddition |
Private Attributes | |
T | m_item |
template<class T>
class PListViewItem< T >
Constructor & Destructor Documentation
|
Definition at line 75 of file cppnewclassdlg.h. References PListViewItem< T >::m_item, and text(). |
|
Definition at line 78 of file cppnewclassdlg.h. References PListViewItem< T >::m_item, and text(). |
|
Definition at line 81 of file cppnewclassdlg.h. References PListViewItem< T >::m_item, and text(). |
|
Definition at line 84 of file cppnewclassdlg.h. References PListViewItem< T >::m_item, and text(). |
Member Function Documentation
|
Definition at line 87 of file cppnewclassdlg.h. References PListViewItem< T >::m_item, and T. Referenced by CppNewClassDialog::ClassGenerator::common_text(), and CppNewClassDialog::setAccessForBase(). |
Member Data Documentation
|
Definition at line 94 of file cppnewclassdlg.h. Referenced by PListViewItem< T >::item(), and PListViewItem< T >::PListViewItem(). |
|
Definition at line 92 of file cppnewclassdlg.h. Referenced by CppNewClassDialog::ClassGenerator::common_text(), and CppNewClassDialog::parseClass(). |
The documentation for this class was generated from the following file:
- languages/cpp/cppnewclassdlg.h