Qtitan Namespace

The Qtitan namespace contains miscellaneous identifiers used throughout the Qtitan components. More...

    #include <Qtitan>

Classes

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

Types

enum NPGetURLMethod { npGet, npPost }
typedef NPluginArgs
enum NPluginError { PluginNoError, PluginNotFoundError, PluginLibraryError, PluginCreateInstanceError, PluginStreamError }

Functions

QString getEnvironmentVariable ( QProcess * process, const QString & key )
QString getSystemEnvironmentVariable ( const QString & key )
void setEnvironmentVariable ( QProcess * process, const QString & key, const QString & value )

Detailed Description

The Qtitan namespace contains miscellaneous identifiers used throughout the Qtitan components.

Classes

class AcrobatReader

The AcrobatReader widget shows pdf files in Adode Acrobat Reader. More...

class BaseEventArgs

class FlashPlayer

The FlashPlayer widget shows contents in Adode Flash. More...

class NPStream

class NPlugin

The NPlugin class of the Netscape plugin library. More...

class NPluginInstance

The NPluginInstance class of the Netscape plugin instance. More...

class NPluginManager

The NPluginManager class of the Netscape plugin manager. More...

class NPluginStreamArgs

class NPluginStreamEvent

class NPluginWidget

class NPluginWindowAbstract

class QtnPrivate

class QtnPrivateInterface

class Silverlight

The Silverlight widget shows Microsoft Silverlight contents. More...

Type Documentation

enum Qtitan::NPGetURLMethod

This enum describes the method of the data query.

ConstantValueDescription
Qtitan::npGet0Method GET is used.
Qtitan::npPost1Method POST is used.

typedef Qtitan::NPluginArgs

See also NPluginInstance.

enum Qtitan::NPluginError

This enum describes the plugins error.

ConstantValueDescription
Qtitan::PluginNoError0No error.
Qtitan::PluginNotFoundError1The loaded plugin is not found.
Qtitan::PluginLibraryError?Error is occur while plugin is loaded.
Qtitan::PluginCreateInstanceError5Error is occur while plugin is created.
Qtitan::PluginStreamError6Error reading from netscape plugin stream.

Function Documentation

QString Qtitan::getEnvironmentVariable ( QProcess * process, const QString & key )

Returns environment variable by key from process.

QString Qtitan::getSystemEnvironmentVariable ( const QString & key )

Returns system environment variable by key.

void Qtitan::setEnvironmentVariable ( QProcess * process, const QString & key, const QString & value )

Sets environment variable using key and value to process.