The Qtitan namespace contains miscellaneous identifiers used throughout the Qtitan components. More...
#include <Qtitan>
class | AcrobatReader |
class | BaseEventArgs |
class | FlashPlayer |
class | NPStream |
class | NPlugin |
class | NPluginInstance |
class | NPluginManager |
class | NPluginStreamArgs |
class | NPluginStreamEvent |
class | NPluginWidget |
class | NPluginWindowAbstract |
class | QtnPrivate |
class | QtnPrivateInterface |
class | Silverlight |
enum | NPGetURLMethod { npGet, npPost } |
typedef | NPluginArgs |
enum | NPluginError { PluginNoError, PluginNotFoundError, PluginLibraryError, PluginCreateInstanceError, PluginStreamError } |
QString | getEnvironmentVariable ( QProcess * process, const QString & key ) |
QString | getSystemEnvironmentVariable ( const QString & key ) |
void | setEnvironmentVariable ( QProcess * process, const QString & key, const QString & value ) |
The Qtitan namespace contains miscellaneous identifiers used throughout the Qtitan components.
The AcrobatReader widget shows pdf files in Adode Acrobat Reader. More...
The FlashPlayer widget shows contents in Adode Flash. More...
The NPlugin class of the Netscape plugin library. More...
The NPluginInstance class of the Netscape plugin instance. More...
The NPluginManager class of the Netscape plugin manager. More...
The Silverlight widget shows Microsoft Silverlight contents. More...
This enum describes the method of the data query.
Constant | Value | Description |
---|---|---|
Qtitan::npGet | 0 | Method GET is used. |
Qtitan::npPost | 1 | Method POST is used. |
See also NPluginInstance.
This enum describes the plugins error.
Constant | Value | Description |
---|---|---|
Qtitan::PluginNoError | 0 | No error. |
Qtitan::PluginNotFoundError | 1 | The loaded plugin is not found. |
Qtitan::PluginLibraryError | ? | Error is occur while plugin is loaded. |
Qtitan::PluginCreateInstanceError | 5 | Error is occur while plugin is created. |
Qtitan::PluginStreamError | 6 | Error reading from netscape plugin stream. |
Returns environment variable by key from process.
Returns system environment variable by key.
Sets environment variable using key and value to process.