Module implementing the single application server and client.
E3SingleApplicationClient | Class implementing the single application client of the IDE. |
E3SingleApplicationServer | Class implementing the single application server embedded within the IDE. |
None |
Class implementing the single application client of the IDE.
E3SingleApplicationClient | Constructor |
openFile | Private method to open a file in the application server. |
openProject | Private method to open a project in the application server. |
processArgs | Public method to process the command line args passed to the UI. |
sendArguments | Private method to set the command arguments in the application server. |
Constructor
Private method to open a file in the application server.
Private method to open a project in the application server.
Public method to process the command line args passed to the UI.
Private method to set the command arguments in the application server.
Class implementing the single application server embedded within the IDE.
E3SingleApplicationServer | Constructor |
handleCommand | Public slot to handle the command sent by the client. |
saArguments | Private method used to handle the "Arguments" command. |
saOpenFile | Private method used to handle the "Open File" command. |
saOpenProject | Private method used to handle the "Open Project" command. |
Constructor
Public slot to handle the command sent by the client.
Private method used to handle the "Arguments" command.
Private method used to handle the "Open File" command.
Private method used to handle the "Open Project" command.