Module implementing a network monitor dialog.
None |
E4NetworkMonitor | Class implementing a network monitor dialog. |
E4NetworkRequest | Class for storing all data related to a specific request. |
E4RequestModel | Class implementing a model storing request objects. |
None |
Class implementing a network monitor dialog.
_monitor |
closeMonitor | Class method to close the monitor dialog. |
instance | Class method to get a reference to our singleton. |
E4NetworkMonitor | Constructor |
__currentChanged | Private slot to handle a change of the current index. |
__showHeaderDetails | Private slot to show a dialog with the header details. |
closeEvent | Protected method called upon closing the dialog. |
reject | Public slot to close the dialog with a Reject status. |
None |
Class method to close the monitor dialog.
Class method to get a reference to our singleton.
Constructor
Private slot to handle a change of the current index.
Private slot to show a dialog with the header details.
Protected method called upon closing the dialog.
Public slot to close the dialog with a Reject status.
Class for storing all data related to a specific request.
None |
None |
E4NetworkRequest | Constructor |
None |
Constructor
Class implementing a model storing request objects.
None |
None |
E4RequestModel | Constructor |
__addReply | Private slot to add the reply data to the model. |
__addRequest | Private method to add a request object to the model. |
__requestCreated | Private slot handling the creation of a network request. |
columnCount | Public method to get the number of columns of the model. |
data | Public method to get data from the model. |
headerData | Public method to get header data from the model. |
removeRows | Public method to remove entries from the model. |
rowCount | Public method to get the number of rows of the model. |
None |
Constructor
Private slot to add the reply data to the model.
Private method to add a request object to the model.
Private slot handling the creation of a network request.
Public method to get the number of columns of the model.
Public method to get data from the model.
Public method to get header data from the model.
Public method to remove entries from the model.
Public method to get the number of rows of the model.