AvogadroApp
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 ▼NAvogadroThe MenuBuilder class helps to dynamically build up the application menus
 ▼NRPC
 CConnectionInterface defining the connection used to communicate between processes. Subclasses provide concrete implementations, for example based on local sockets
 CConnectionListenerInterface defining a listener waiting for connections to a server. Implementations should emit the newConnection() signal. Subclasses provide concrete implementations, for example based on local sockets
 CJsonRpcManages ConnectionListener and Connection instances, and emits incoming JSON-RPC Messages
 CJsonRpcClientUsed by clients to submit calls to an RPC server using JSON-RPC 2.0
 CLocalSocketConnectionProvides an implementation of Connection using QLocalSockets. Each instance of the class wraps a QLocalSocket
 CLocalSocketConnectionListenerProvides an implementation of ConnectionListener using QLocalServer. Each connection made is emitted as a LocalSocketConnection
 CMessageEncapsulates a single JSON-RPC transmission
 CMessageIdManagerStatic lookup table that is used to identify replies to JSON-RPC requests
 CAboutDialog
 CApplication
 CBackgroundFileFormatThin QObject wrapper around an instance of Io::FileFormat
 CMainWindow
 CMenuBuilder
 CRenderingDialog
 CRpcListenerUsed to implement the remote procedure call interface for the Avogadro application
 CViewFactory
 CToolTipFilter