KOffice::Vertex Class Reference
An internal class representing a mime type (=node, vertex) in the filter graph. More...
#include <koFilterChain.h>
Collaboration diagram for KOffice::Vertex:

Public Member Functions | |
Vertex (const QCString &mimeType) | |
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 |
Detailed Description
An internal class representing a mime type (=node, vertex) in the filter graph.
Definition at line 310 of file koFilterChain.h.
The documentation for this class was generated from the following files: