Module implementing the single application server and client.
SAArguments |
SAFile |
SAOpenFile |
SAOpenMultiProject |
SAOpenProject |
E5SingleApplicationClient | Class implementing the single application client of the IDE. |
E5SingleApplicationServer | Class implementing the single application server embedded within the IDE. |
None |
Class implementing the single application client of the IDE.
None |
None |
E5SingleApplicationClient | Constructor |
__openFile | Private method to open a file in the application server. |
__openMultiProject | Private method to open a project in the application server. |
__openProject | Private method to open a project in the application server. |
__sendArguments | Private method to set the command arguments in the application server. |
processArgs | Public method to process the command line args passed to the UI. |
None |
Constructor
Private method to open a file in the application server.
Private method to open a project in the application server.
Private method to open a project in the application server.
Private method to set the command arguments in the application server.
Public method to process the command line args passed to the UI.
Class implementing the single application server embedded within the IDE.
None |
None |
E5SingleApplicationServer | Constructor |
__saArguments | Private method used to handle the "Arguments" command. |
__saOpenFile | Private method used to handle the "Open File" command. |
__saOpenMultiProject | Private method used to handle the "Open Multi-Project" command. |
__saOpenProject | Private method used to handle the "Open Project" command. |
handleCommand | Public slot to handle the command sent by the client. |
None |
Constructor
Private method used to handle the "Arguments" command.
Private method used to handle the "Open File" command.
Private method used to handle the "Open Multi-Project" command.
Private method used to handle the "Open Project" command.
Public slot to handle the command sent by the client.