copasi API  0.1
Public Slots | Public Member Functions | Protected Slots | Protected Member Functions
CQRDFTreeView Class Reference

#include <CQRDFTreeView.h>

Inheritance diagram for CQRDFTreeView:
CopasiWidget

List of all members.

Public Slots

virtual void clear ()
CQRDFTreeViewItemfind (const CRDFNode *pNode)
void insert (const CRDFNode *pNode, CQRDFTreeViewItem *pItem)

Public Member Functions

 CQRDFTreeView (QWidget *parent=0, const char *name=0)
virtual ~CQRDFTreeView ()
virtual bool update (ListViews::ObjectType objectType, ListViews::Action action, const std::string &key)

Protected Slots

virtual void languageChange ()

Protected Member Functions

virtual bool enterProtected ()

Constructor & Destructor Documentation

CQRDFTreeView::CQRDFTreeView ( QWidget *  parent = 0,
const char *  name = 0 
)
CQRDFTreeView::~CQRDFTreeView ( ) [virtual]

Member Function Documentation

void CQRDFTreeView::clear ( ) [virtual, slot]

Clear the listeview

bool CQRDFTreeView::enterProtected ( ) [protected, virtual]

Reimplemented from CopasiWidget.

CQRDFTreeViewItem * CQRDFTreeView::find ( const CRDFNode pNode) [slot]

Returns the list view item for node if it exists otherwise NULL.

Parameters:
constCRDFNode * pSubject
Returns:
CQRDFTreeViewItem * listViewItem
void CQRDFTreeView::insert ( const CRDFNode pNode,
CQRDFTreeViewItem pItem 
) [slot]

Insert a map from a CRDFNode to a CRDFListView

Parameters:
constCRDFNode * pSubject
CQRDFTreeViewItem* pItem
void CQRDFTreeView::languageChange ( ) [protected, virtual, slot]
bool CQRDFTreeView::update ( ListViews::ObjectType  objectType,
ListViews::Action  action,
const std::string &  key 
) [virtual]

Reimplemented from CopasiWidget.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines