Code Documentation 3.5
Social Network Visualizer
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Ncli
 CCliConfig
 NSocNetV
 NIO
 CGraphParseSinkGraphForwards parse mutations directly into an existing Graph instance
 CIGraphParseSinkExplicit mutation surface for parse-time graph construction
 NTableImportFree functions that parse tabular files (CSV / JSON) into an in-memory ParsedTable that can be fed to Graph::vertexAttributesImport() or Graph::edgeAttributesImport()
 CParsedTableIn-memory representation of a parsed tabular file
 CActorThe Actor struct Used while parsing edge lists
 CCentralityScratchFinalize
 CCentralityScratchSSSP
 CChart
 CClickedEdgeCarries the identity and type of a clicked edge
 CCompareActorsThe CompareActors class Implements a min-priority queue Used while parsing weighted edge lists
 CDialogClusteringHierarchical
 CDialogDataSetSelect
 CDialogDissimilarities
 CDialogEdgeDichotomization
 CDialogEdgeEdit
 CDialogExportImage
 CDialogExportPDF
 CDialogFilterByAttribute
 CDialogFilterEdgesByWeight
 CDialogFilterNodesByCentrality
 CDialogImportAttributesModal dialog that lets the user pick a CSV or JSON file and map its columns to graph node/edge identifiers before importing attributes
 CDialogNodeEdit
 CDialogNodeFind
 CDialogPreviewFile
 CDialogRandErdosRenyi
 CDialogRandLattice
 CDialogRandRegular
 CDialogRandScaleFree
 CDialogRandSmallWorld
 CDialogSettings
 CDialogSimilarityMatches
 CDialogSimilarityPearson
 CDialogSystemInfo
 CDialogWebCrawler
 CDistanceEngine
 CDistanceScratch
 CEdgeTableModelTable model that caches edge data for the current relation from Graph and writes back via the Graph API
 CEdgeRow
 CFilterBarWidgetThin strip between toolbar and canvas showing one chip per active filter
 CChipData
 CFilterConditionDescribes a single attribute-based filter condition
 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
 CGraphVisibilitySnapshot
 CGraphDistanceHolds a (target, distance) pair for use in Dijkstra's priority queue
 CGraphDistanceProgressSink
 CGraphDistancesCompareMin-priority comparator for GraphDistance (used in std::priority_queue)
 CGraphicsEdge
 CGraphicsEdgeLabel
 CGraphicsEdgeWeight
 CGraphicsGuide
 CGraphicsNode
 CGraphicsNodeLabel
 CGraphicsNodeNumber
 CGraphicsWidget
 CGraphTableWidgetA QWidget containing a QTabWidget with two tabs — Nodes and Edges — each backed by a sortable, searchable table view
 CGraphVertex
 CHeadlessLoadResult
 CIDistanceProgressSink
 CMainWindowThe base window of SocNetV contains all widgets and functionality
 CMatrix
 CMatrixRow
 CMyEdgeLightweight value type representing a directed or undirected edge
 CNodeTableModelTable model that caches node data from Graph and writes back via the Graph API
 CNodeRow
 CNullDistanceProgressSink
 CPairVF(value, frequency) pair, used in distribution charts
 CPairVFCompareMin-priority comparator for PairVF (used in std::priority_queue)
 CParserDefines a class for network file loading and parsing
 CParseConfigParseConfig boundary - the immutable config object
 CTextEditor
 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