lib
KOffice::Vertex Class Reference
#include <KoFilterChain.h>
Detailed Description
An internal class representing a mime type (=node, vertex) in the filter graph.
Definition at line 310 of file KoFilterChain.h.
Public Member Functions | |
| Vertex (const QCString &mimeType) | |
| ~Vertex () | |
| QCString | mimeType () const |
| bool | setKey (unsigned int key) |
| unsigned int | key () const |
| void | reset () |
| void | setIndex (int index) |
| int | index () const |
| void | setPredecessor (const Vertex *predecessor) |
| const Vertex * | predecessor () const |
| void | addEdge (const Edge *edge) |
| const Edge * | findEdge (const Vertex *vertex) const |
| void | relaxVertices (PriorityQueue< Vertex > &queue) |
| void | dump (const QCString &indent) const |
The documentation for this class was generated from the following files:

