![]() |
Code Documentation 3.6
Social Network Visualizer
|
| CActor | The Actor struct Used while parsing edge lists |
| CCentralityScratchFinalize | |
| CCentralityScratchSSSP | |
| CFilterBarWidget::ChipData | |
| CClickedEdge | Carries the identity and type of a clicked edge |
| Ccli::CliConfig | |
| CCompareActors | The CompareActors class Implements a min-priority queue Used while parsing weighted edge lists |
| CDialogQueryBuilder::ConditionRow | |
| CDistanceEngine | |
| CDistanceScratch | |
| CEdgeTableModel::EdgeRow | |
| CFilterCondition | Describes a single attribute-based filter condition |
| CFilterSpec | Records how to re-apply one filter operation from scratch |
| CGraphDistance | Holds a (target, distance) pair for use in Dijkstra's priority queue |
| CGraphDistancesCompare | Min-priority comparator for GraphDistance (used in std::priority_queue) |
| CGraphQuery | A compound AND-logic filter applied in one operation (one snapshot, one chip) |
| CGraph::GraphVisibilitySnapshot | |
| CHeadlessLoadResult | |
| CIDistanceProgressSink | |
| CGraphDistanceProgressSink | |
| CNullDistanceProgressSink | |
| CSocNetV::IO::IGraphParseSink | Explicit mutation surface for parse-time graph construction |
| CSocNetV::IO::GraphParseSinkGraph | Forwards parse mutations directly into an existing Graph instance |
| CMatrix | |
| CMatrixRow | |
| CMyEdge | Lightweight value type representing a directed or undirected edge |
| CNodeTableModel::NodeRow | |
| CPairVF | (value, frequency) pair, used in distribution charts |
| CPairVFCompare | Min-priority comparator for PairVF (used in std::priority_queue) |
| CParser::ParseConfig | ParseConfig boundary - the immutable config object |
| CTableImport::ParsedTable | In-memory representation of a parsed tabular file |
| CPerSourceScratch | |
| CQAbstractTableModel | |
| CEdgeTableModel | Table model that caches edge data for the current relation from Graph and writes back via the Graph API |
| CNodeTableModel | Table model that caches node data from Graph and writes back via the Graph API |
| CQChartView | |
| CChart | |
| CQDialog | |
| CDialogBulkEdit | |
| CDialogClusteringHierarchical | |
| CDialogDataSetSelect | |
| CDialogDissimilarities | |
| CDialogEdgeDichotomization | |
| CDialogEdgeEdit | |
| CDialogExportImage | |
| CDialogExportPDF | |
| CDialogFilterByAttribute | |
| CDialogFilterEdgesByWeight | |
| CDialogFilterNodesByCentrality | |
| CDialogImportAttributes | Modal 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 | |
| CDialogQueryBuilder | Visual query builder that composes a multi-condition AND filter |
| CDialogRandErdosRenyi | |
| CDialogRandLattice | |
| CDialogRandRegular | |
| CDialogRandScaleFree | |
| CDialogRandSmallWorld | |
| CDialogSettings | |
| CDialogSimilarityMatches | |
| CDialogSimilarityPearson | |
| CDialogSystemInfo | |
| CDialogWebCrawler | |
| CQGraphicsItem | |
| CGraphicsEdge | |
| CGraphicsGuide | |
| CGraphicsNode | |
| CQGraphicsTextItem | |
| CGraphicsEdgeLabel | |
| CGraphicsEdgeWeight | |
| CGraphicsNodeLabel | |
| CGraphicsNodeNumber | |
| CQGraphicsView | |
| CGraphicsWidget | |
| CQMainWindow | |
| CMainWindow | The base window of SocNetV contains all widgets and functionality |
| CTextEditor | |
| CQObject | |
| CGraph | The 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 | |
| CParser | Defines a class for network file loading and parsing |
| CWebCrawler | The 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 |
| CQWidget | |
| CFilterBarWidget | Thin strip between toolbar and canvas showing one chip per active filter |
| CGraphTableWidget | A QWidget containing a QTabWidget with two tabs — Nodes and Edges — each backed by a sortable, searchable table view |
| CThreadLocalState |