Code Documentation 3.1
Social Network Visualizer
|
Files | |
chart.cpp | |
chart.h | |
global.h | |
graph.cpp | |
graph.h | |
Defines the Graph class and related algorithms for social network visualization. | |
graphicsedge.cpp | |
Implements the GraphicsEdge class, which visualizes edges in the network graph. | |
graphicsedge.h | |
Declares the GraphicsEdge class for visualizing edges in the network graph. | |
graphicsedgelabel.cpp | |
Implements the GraphicsEdgeLabel class for rendering edge labels in the network graph. | |
graphicsedgelabel.h | |
Declares the GraphicsEdgeLabel class for managing and rendering edge labels in the network graph. | |
graphicsedgeweight.cpp | |
Implements the GraphicsEdgeWeight class for managing and rendering edge weights in the network graph. | |
graphicsedgeweight.h | |
Declares the GraphicsEdgeWeight class for managing and rendering edge weights in the network graph. | |
graphicsguide.cpp | |
Implements the GraphicsGuide class for drawing guides in the network graph visualization. | |
graphicsguide.h | |
Declares the GraphicsGuide class for drawing guides in the network graph visualization. | |
graphicsnode.cpp | |
Implements the GraphicsNode class for rendering nodes in the network graph visualization. | |
graphicsnode.h | |
Declares the GraphicsNode class for rendering nodes in the network graph visualization. | |
graphicsnodelabel.cpp | |
Implements the GraphicsNodeLabel class for rendering labels associated with nodes in the network graph visualization. | |
graphicsnodelabel.h | |
Declares the GraphicsNodeLabel class for rendering labels associated with nodes in the network graph visualization. | |
graphicsnodenumber.cpp | |
Implements the GraphicsNodeNumber class for rendering node numbers in the network graph visualization. | |
graphicsnodenumber.h | |
Declares the GraphicsNodeNumber class for rendering node numbers in the network graph visualization. | |
graphicswidget.cpp | |
Implements the GraphicsWidget class for handling the main visualization widget in the network graph interface. | |
graphicswidget.h | |
Declares the GraphicsWidget class for handling the main visualization widget in the network graph interface. | |
graphvertex.cpp | |
Implements the GraphVertex class for representing and managing vertices in the network graph structure. | |
graphvertex.h | |
Declares the GraphVertex class for representing and managing vertices in the network graph structure. | |
main.cpp | |
Entry point for the SocNetV application, initializing the application and starting the main event loop. | |
mainwindow.cpp | |
Implements the MainWindow class, which serves as the primary interface for the SocNetV application. | |
mainwindow.h | |
Declares the MainWindow class, the primary interface for the SocNetV application. | |
matrix.cpp | |
Implements the Matrix class for handling adjacency and sociomatrix data structures in network analysis. | |
matrix.h | |
Declares the Matrix class for handling adjacency and sociomatrix data structures in network analysis. | |
parser.cpp | |
Implements the Parser class for reading and interpreting various network data formats, including adjacency matrices and sociomatrices. | |
parser.h | |
Declares the Parser class for reading and interpreting various network data formats, including adjacency matrices and sociomatrices. | |
texteditor.cpp | |
Implements the TextEditor class for editing and managing text-based network data files. | |
texteditor.h | |
Declares the TextEditor class for editing and managing text-based network data files. | |
webcrawler.cpp | |
webcrawler.h | |