#include <NetworkViewerProperties.h>
Definition at line 47 of file NetworkViewerProperties.h.
|
||||||||||||||||
|
|
Destructor. Definition at line 250 of file NetworkViewerProperties.cpp. |
|
|
Declare copy constructor private so it cannot be used inadvertently. |
|
|
Linked to the cancel render button and cancels the render. Definition at line 358 of file NetworkViewerProperties.cpp. References NetworkViewer::cancelRenderProgress(), and networkViewer. Referenced by NetworkViewerProperties(). |
|
|
Called when the check box controlling whether connections are displayed is clicked Hides or shows the connections and their associated GUI components. Definition at line 365 of file NetworkViewerProperties.cpp. References allConnRadioButt, andLabel, betweenMode, connectionDetailsCheckBox, connectionDetailsTable, connectionsCheckBox, connsSingleNeurRadioButt, inLabel_1, inLabel_2, networkViewer, neurConnsFilterCombo, neurConnsFromToCombo, neurConnsLabel, neurConnsNeurGrpCombo_1, neurConnsNeurGrpCombo_2, neurTotalConnsLabel, NetworkViewer::showConnections(), singleNeurNumLabel_1, and singleNeurNumLabel_2. Referenced by NetworkViewerProperties(). |
|
|
Called when the filters controlling the connections to a single neuron are changed Sets the filters that are applied to the connections in singel neuron mode. Definition at line 413 of file NetworkViewerProperties.cpp. References andLabel, betweenMode, connectionDetailsCheckBox, inLabel_2, loadConnectionDetails(), networkViewer, neurConnsFilterCombo, neurConnsFromToCombo, neurConnsNeurGrpCombo_1, neurConnsNeurGrpCombo_2, NetworkViewer::setNeuronConnectionMode(), NetworkViewer::setNeuronFilterMode(), showFromConns, showToConns, and singleNeurNumLabel_2. Referenced by NetworkViewerProperties(). |
|
|
Called when combo box controlling which layer is used for single neuron mode is activated. Definition at line 507 of file NetworkViewerProperties.cpp. References betweenMode, connsSingleNeurRadioButt, networkViewer, neurConnsNeurGrpCombo_1, neurConnsNeurGrpCombo_2, and NetworkViewer::setNeuronConnectionMode(). Referenced by NetworkViewerProperties(). |
|
|
Launches a dialog to add or remove the highlighting of neurons in the network. Definition at line 522 of file NetworkViewerProperties.cpp. References highlightDialog. Referenced by NetworkViewerProperties(). |
|
|
Fills the table with details about a set of connecions to a neuron from the database. Definition at line 664 of file NetworkViewerProperties.cpp. References betweenMode, connectionDetailsTable, dbInterface, firstSingleNeuronNumber, NetworkViewer::getConnectionViewVector(), networkViewer, neurConnsFilterCombo, neurTotalConnsLabel, secondSingleNeuronNumber, showFromConns, and showToConns. Referenced by filterCombosChanged(), reloadConnectionDetails(), reloadConnections(), reloadNeuronGroups(), setFirstSingleNeuronNumber(), setSecondSingleNeuronNumber(), and showConnectionDetailsChanged(). |
|
|
Loads a list of layer names and IDs into a combo box Adapted from method in connection properties dialog. Definition at line 763 of file NetworkViewerProperties.cpp. References dbInterface. Referenced by NetworkViewerProperties(), and reloadNeuronGroups(). |
|
|
Declare assignment private so it cannot be used inadvertently. |
|
|
Reloads details about the connections if they are visible. Definition at line 262 of file NetworkViewerProperties.cpp. References connectionDetailsCheckBox, and loadConnectionDetails(). Referenced by SpikeStreamMainWindow::reloadConnectionDetails(). |
|
|
Updates the connection details table. Definition at line 270 of file NetworkViewerProperties.cpp. References connectionDetailsCheckBox, and loadConnectionDetails(). Referenced by SpikeStreamMainWindow::reloadConnections(), and SpikeStreamMainWindow::reloadEverything(). |
|
|
Reloads the list of neuron group names and resets all information relevant to neuron groups. Definition at line 278 of file NetworkViewerProperties.cpp. References betweenMode, connectionDetailsCheckBox, connsSingleNeurRadioButt, loadConnectionDetails(), loadLayerNames(), networkViewer, neurConnsNeurGrpCombo_1, neurConnsNeurGrpCombo_2, and NetworkViewer::setNeuronConnectionMode(). Referenced by SpikeStreamMainWindow::reloadEverything(), and SpikeStreamMainWindow::reloadNeuronGroups(). |
|
|
Controls the setting of the render delay. Definition at line 528 of file NetworkViewerProperties.cpp. References networkViewer, renderDelayCombo, and NetworkViewer::setRenderDelay(). Referenced by NetworkViewerProperties(). |
|
|
Controls full render mode Enables the relevant GUI components and sets network viewer into full render mode. Definition at line 549 of file NetworkViewerProperties.cpp. References fullRenderCheckBox, networkViewer, progressBar, renderCancelButton, renderDelayCombo, renderDelayLabel, renderProgressLabel, and NetworkViewer::setFullRenderMode(). Referenced by NetworkViewerProperties(). |
|
|
Called when combo box controlling which layer is used for single neuron mode is activated. Identical to previous method, but keep separate for the moment. Definition at line 571 of file NetworkViewerProperties.cpp. References betweenMode, connsSingleNeurRadioButt, networkViewer, neurConnsNeurGrpCombo_1, neurConnsNeurGrpCombo_2, and NetworkViewer::setNeuronConnectionMode(). Referenced by NetworkViewerProperties(). |
|
|
Controls which single neuron is displayed in the connection details table. Definition at line 321 of file NetworkViewerProperties.cpp. References connectionDetailsCheckBox, firstSingleNeuronNumber, loadConnectionDetails(), neurConnsNeurGrpCombo_1, SpikeStreamMainWindow::setFromNeuronID(), singleNeurNumLabel_1, and SpikeStreamMainWindow::spikeStrMainWin. |
|
|
Sets the label displaying which connection or neuron group is being rendered. Definition at line 336 of file NetworkViewerProperties.cpp. References renderProgressLabel. |
|
|
Controls which single neuron is displayed in the connection details table. Definition at line 342 of file NetworkViewerProperties.cpp. References connectionDetailsCheckBox, loadConnectionDetails(), secondSingleNeuronNumber, SpikeStreamMainWindow::setToNeuronID(), singleNeurNumLabel_2, and SpikeStreamMainWindow::spikeStrMainWin. |
|
|
Shows or hides the table displaying the list of connections for a single neuron Single neuron number should be meaningful by this point. Definition at line 587 of file NetworkViewerProperties.cpp. References connectionDetailsCheckBox, connectionDetailsTable, loadConnectionDetails(), neurConnsLabel, and neurTotalConnsLabel. Referenced by NetworkViewerProperties(). |
|
|
Called in response to a change in the radio buttons controlling whether all connections are shown or just connections to a single neuron. Definition at line 605 of file NetworkViewerProperties.cpp. References allConnRadioButt, andLabel, betweenMode, connectionDetailsCheckBox, connectionDetailsTable, connsSingleNeurRadioButt, inLabel_1, inLabel_2, networkViewer, neurConnsFilterCombo, neurConnsFromToCombo, neurConnsLabel, neurConnsNeurGrpCombo_1, neurConnsNeurGrpCombo_2, neurTotalConnsLabel, NetworkViewer::setNeuronConnectionMode(), singleNeurNumLabel_1, and singleNeurNumLabel_2. Referenced by NetworkViewerProperties(). |
|
|
Sorts rows in response to a click on one of the column headers. Definition at line 654 of file NetworkViewerProperties.cpp. References connectionDetailsTable. Referenced by NetworkViewerProperties(). |
|
|
Definition at line 87 of file NetworkViewerProperties.h. Referenced by connCheckBoxChanged(), NetworkViewerProperties(), and showConnectionsChanged(). |
|
|
Definition at line 100 of file NetworkViewerProperties.h. Referenced by connCheckBoxChanged(), filterCombosChanged(), NetworkViewerProperties(), and showConnectionsChanged(). |
|
|
Controls the filtering of the connections. Definition at line 117 of file NetworkViewerProperties.h. Referenced by connCheckBoxChanged(), filterCombosChanged(), firstNeuronComboChanged(), loadConnectionDetails(), NetworkViewerProperties(), reloadNeuronGroups(), secondNeuronComboChanged(), and showConnectionsChanged(). |
|
|
|
Definition at line 89 of file NetworkViewerProperties.h. Referenced by connCheckBoxChanged(), loadConnectionDetails(), NetworkViewerProperties(), showConnectionDetailsChanged(), showConnectionsChanged(), and sortRows(). |
|
|
Definition at line 90 of file NetworkViewerProperties.h. Referenced by connCheckBoxChanged(), and NetworkViewerProperties(). |
|
|
Definition at line 91 of file NetworkViewerProperties.h. Referenced by connCheckBoxChanged(), firstNeuronComboChanged(), NetworkViewerProperties(), reloadNeuronGroups(), secondNeuronComboChanged(), and showConnectionsChanged(). |
|
|
Reference to class handling database. Definition at line 123 of file NetworkViewerProperties.h. Referenced by loadConnectionDetails(), loadLayerNames(), and NetworkViewerProperties(). |
|
|
Holds the neuronID when the connections to a single neuron are being displayed. Definition at line 105 of file NetworkViewerProperties.h. Referenced by loadConnectionDetails(), NetworkViewerProperties(), and setFirstSingleNeuronNumber(). |
|
|
Definition at line 78 of file NetworkViewerProperties.h. Referenced by NetworkViewerProperties(), and renderStateChanged(). |
|
|
Definition at line 84 of file NetworkViewerProperties.h. Referenced by NetworkViewerProperties(). |
|
|
Dialog to control the highlighting of the network Definition at line 126 of file NetworkViewerProperties.h. Referenced by highlightButtonPressed(), and NetworkViewerProperties(). |
|
|
Definition at line 101 of file NetworkViewerProperties.h. Referenced by connCheckBoxChanged(), NetworkViewerProperties(), and showConnectionsChanged(). |
|
|
Definition at line 102 of file NetworkViewerProperties.h. Referenced by connCheckBoxChanged(), filterCombosChanged(), NetworkViewerProperties(), and showConnectionsChanged(). |
|
|
Reference to NetworkViewer that this class controls. Definition at line 120 of file NetworkViewerProperties.h. Referenced by cancelRenderProgress(), connCheckBoxChanged(), filterCombosChanged(), firstNeuronComboChanged(), loadConnectionDetails(), NetworkViewerProperties(), reloadNeuronGroups(), renderDelayChanged(), renderStateChanged(), secondNeuronComboChanged(), and showConnectionsChanged(). |
|
|
Definition at line 92 of file NetworkViewerProperties.h. Referenced by connCheckBoxChanged(), filterCombosChanged(), loadConnectionDetails(), NetworkViewerProperties(), and showConnectionsChanged(). |
|
|
Definition at line 93 of file NetworkViewerProperties.h. Referenced by connCheckBoxChanged(), filterCombosChanged(), NetworkViewerProperties(), and showConnectionsChanged(). |
|
|
Definition at line 94 of file NetworkViewerProperties.h. Referenced by connCheckBoxChanged(), NetworkViewerProperties(), showConnectionDetailsChanged(), and showConnectionsChanged(). |
|
|
Definition at line 95 of file NetworkViewerProperties.h. Referenced by connCheckBoxChanged(), filterCombosChanged(), firstNeuronComboChanged(), NetworkViewerProperties(), reloadNeuronGroups(), secondNeuronComboChanged(), setFirstSingleNeuronNumber(), and showConnectionsChanged(). |
|
|
Definition at line 96 of file NetworkViewerProperties.h. Referenced by connCheckBoxChanged(), filterCombosChanged(), firstNeuronComboChanged(), NetworkViewerProperties(), reloadNeuronGroups(), secondNeuronComboChanged(), and showConnectionsChanged(). |
|
|
Definition at line 97 of file NetworkViewerProperties.h. Referenced by connCheckBoxChanged(), loadConnectionDetails(), NetworkViewerProperties(), showConnectionDetailsChanged(), and showConnectionsChanged(). |
|
|
Definition at line 79 of file NetworkViewerProperties.h. Referenced by NetworkViewerProperties(), and renderStateChanged(). |
|
|
Definition at line 83 of file NetworkViewerProperties.h. Referenced by NetworkViewerProperties(), and renderStateChanged(). |
|
|
Definition at line 80 of file NetworkViewerProperties.h. Referenced by NetworkViewerProperties(), renderDelayChanged(), and renderStateChanged(). |
|
|
Definition at line 81 of file NetworkViewerProperties.h. Referenced by NetworkViewerProperties(), and renderStateChanged(). |
|
|
Definition at line 82 of file NetworkViewerProperties.h. Referenced by NetworkViewerProperties(), renderStateChanged(), and setRenderProgressLabel(). |
|
|
Holds the neuronID when the connections to a single neuron are being displayed. Definition at line 108 of file NetworkViewerProperties.h. Referenced by loadConnectionDetails(), NetworkViewerProperties(), and setSecondSingleNeuronNumber(). |
|
|
Controls the filtering of the connections. Definition at line 111 of file NetworkViewerProperties.h. Referenced by filterCombosChanged(), loadConnectionDetails(), and NetworkViewerProperties(). |
|
|
Controls the filtering of the connections. Definition at line 114 of file NetworkViewerProperties.h. Referenced by filterCombosChanged(), loadConnectionDetails(), and NetworkViewerProperties(). |
|
|
Definition at line 98 of file NetworkViewerProperties.h. Referenced by connCheckBoxChanged(), NetworkViewerProperties(), setFirstSingleNeuronNumber(), and showConnectionsChanged(). |
|
|
Definition at line 99 of file NetworkViewerProperties.h. Referenced by connCheckBoxChanged(), filterCombosChanged(), NetworkViewerProperties(), setSecondSingleNeuronNumber(), and showConnectionsChanged(). |
1.4.4