My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Member Functions | List of all members
DotNodeList Class Reference

#include <dot.h>

Inheritance diagram for DotNodeList:

Public Member Functions

 DotNodeList ()
 
 ~DotNodeList ()
 

Private Member Functions

int compareValues (const DotNode *n1, const DotNode *n2) const
 

Detailed Description

Class representing a list of DotNode objects.

Definition at line 139 of file dot.h.

Constructor & Destructor Documentation

DotNodeList::DotNodeList ( )
inline

Definition at line 142 of file dot.h.

: QList<DotNode>() {}
DotNodeList::~DotNodeList ( )
inline

Definition at line 143 of file dot.h.

{}

Member Function Documentation

int DotNodeList::compareValues ( const DotNode n1,
const DotNode n2 
) const
private

Definition at line 744 of file dot.cpp.

References DotNode::m_label.

{
return qstricmp(n1->m_label,n2->m_label);
}

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