|
AvogadroApp
|
| Cstring::const_iterator | STL iterator class |
| Cvector< T >::const_iterator | STL iterator class |
| Cstring::const_reverse_iterator | STL iterator class |
| Cvector< T >::const_reverse_iterator | STL iterator class |
| Cstring::iterator | STL iterator class |
| Cvector< T >::iterator | STL iterator class |
| CMessage | Encapsulates a single JSON-RPC transmission |
| CMessageIdManager | Static lookup table that is used to identify replies to JSON-RPC requests |
| CQApplication | |
| CApplication | |
| CQDialog | |
| CAboutDialog | |
| CRenderingDialog | |
| CQMainWindow | |
| CMainWindow | |
| CQObject | |
| CBackgroundFileFormat | Thin QObject wrapper around an instance of Io::FileFormat |
| CMenuBuilder | |
| CConnection | Interface defining the connection used to communicate between processes. Subclasses provide concrete implementations, for example based on local sockets |
| CLocalSocketConnection | Provides an implementation of Connection using QLocalSockets. Each instance of the class wraps a QLocalSocket |
| 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 |
| CLocalSocketConnectionListener | Provides an implementation of ConnectionListener using QLocalServer. Each connection made is emitted as a LocalSocketConnection |
| 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 |
| CRpcListener | Used to implement the remote procedure call interface for the Avogadro application |
| CToolTipFilter | |
| Cstring::reverse_iterator | STL iterator class |
| Cvector< T >::reverse_iterator | STL iterator class |
| Cstring | STL class |
| Cvector< T > | STL class |
| CViewFactory | |
| CViewFactory |