My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
DiagramRowIterator Class Reference
Inheritance diagram for DiagramRowIterator:

Public Member Functions

 DiagramRowIterator (const QList< DiagramRow > &d)
 

Detailed Description

Class representing iterator for the rows in the built-in class diagram.

Definition at line 103 of file diagram.cpp.

Constructor & Destructor Documentation

DiagramRowIterator::DiagramRowIterator ( const QList< DiagramRow > &  d)
inline

Definition at line 106 of file diagram.cpp.

: QListIterator<DiagramRow>(d) {}

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