|
AvogadroApp
|
| NAvogadro | The MenuBuilder class helps to dynamically build up the application menus |
| NRPC | |
| CConnection | Interface defining the connection used to communicate between processes. Subclasses provide concrete implementations, for example based on local sockets |
| CConnectionListener | Interface 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 |
| CJsonRpc | Manages ConnectionListener and Connection instances, and emits incoming JSON-RPC Messages |
| CJsonRpcClient | Used by clients to submit calls to an RPC server using JSON-RPC 2.0 |
| CLocalSocketConnection | Provides an implementation of Connection using QLocalSockets. Each instance of the class wraps a QLocalSocket |
| CLocalSocketConnectionListener | Provides an implementation of ConnectionListener using QLocalServer. Each connection made is emitted as a LocalSocketConnection |
| CMessage | Encapsulates a single JSON-RPC transmission |
| CMessageIdManager | Static lookup table that is used to identify replies to JSON-RPC requests |
| CAboutDialog | |
| CApplication | |
| CBackgroundFileFormat | Thin QObject wrapper around an instance of Io::FileFormat |
| CMainWindow | |
| CMenuBuilder | |
| CRenderingDialog | |
| CRpcListener | Used to implement the remote procedure call interface for the Avogadro application |
| CViewFactory | |
| Cstring | STL class |
| Citerator | STL iterator class |
| Cconst_iterator | STL iterator class |
| Creverse_iterator | STL iterator class |
| Cconst_reverse_iterator | STL iterator class |
| Cvector | STL class |
| Citerator | STL iterator class |
| Cconst_iterator | STL iterator class |
| Creverse_iterator | STL iterator class |
| Cconst_reverse_iterator | STL iterator class |
| CToolTipFilter |