Code Documentation 3.3
Social Network Visualizer
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CActorThe Actor struct Used while parsing edge lists
 CCentralityScratchFinalize
 CCentralityScratchSSSP
 CClickedEdgeCarries the identity and type of a clicked edge
 Ccli::CliConfig
 CCompareActorsThe CompareActors class Implements a min-priority queue Used while parsing weighted edge lists
 CDistanceEngine
 CDistanceScratch
 CGraphDistanceHolds a (target, distance) pair for use in Dijkstra's priority queue
 CGraphDistancesCompareMin-priority comparator for GraphDistance (used in std::priority_queue)
 CHeadlessLoadResult
 CIDistanceProgressSink
 CGraphDistanceProgressSink
 CNullDistanceProgressSink
 CMatrix
 CMatrixRow
 CMyEdgeLightweight value type representing a directed or undirected edge
 CPairVF(value, frequency) pair, used in distribution charts
 CPairVFCompareMin-priority comparator for PairVF (used in std::priority_queue)
 CQChartView
 CChart
 CQDialog
 CDialogClusteringHierarchical
 CDialogDataSetSelect
 CDialogDissimilarities
 CDialogEdgeDichotomization
 CDialogExportImage
 CDialogExportPDF
 CDialogFilterEdgesByWeight
 CDialogFilterNodesByCentrality
 CDialogNodeEdit
 CDialogNodeFind
 CDialogPreviewFile
 CDialogRandErdosRenyi
 CDialogRandLattice
 CDialogRandRegular
 CDialogRandScaleFree
 CDialogRandSmallWorld
 CDialogSettings
 CDialogSimilarityMatches
 CDialogSimilarityPearson
 CDialogSystemInfo
 CDialogWebCrawler
 CQGraphicsItem
 CGraphicsEdge
 CGraphicsGuide
 CGraphicsNode
 CQGraphicsTextItem
 CGraphicsEdgeLabel
 CGraphicsEdgeWeight
 CGraphicsNodeLabel
 CGraphicsNodeNumber
 CQGraphicsView
 CGraphicsWidget
 CQMainWindow
 CMainWindowThe base window of SocNetV contains all widgets and functionality
 CTextEditor
 CQObject
 CGraphThe Graph class This is the main class for a Graph, used in conjuction with GraphVertex, Parser and Matrix objects. Graph class methods are the interface to various analysis algorithms GraphVertex class holds each vertex data (colors, strings, statistics, etc) Matrix class holds the adjacency matrix of the network. Parser class loads files of networks
 CGraphVertex
 CGraphicsEdge
 CGraphicsGuide
 CGraphicsNode
 CParserDefines a class for network file loading and parsing
 CWebCrawlerThe WebCrawler class Parses HTML code it receives, locates urls inside it and puts them into a url queue (passed from the parent) while emitting signals to the parent to create new nodes and edges between them