Class TQApplication


class TQApplication
derived from TApplication

TQApplication This class creates Root environement that will interface with the Qt windowing system eventloop and eventhandlers. This class will be instantiated ones (singleton) in a main() program.

Version: 0.7b
See Also: TApplication
short Root application interfaced with Qt
authors Denis Bertini , Manuel Sanchez

Constructor Summary
TQApplication()
           
TQApplication(const char * appClassName, int * argc, char * * argv, void * options, int numOptions)
           

Destructor Summary
 virtual ~TQApplication()
           

Method Summary
 virtual voidLoadGraphicsLibs()
          Here we overload the LoadGraphicsLibs() function.
 voidsetCustomized()
           

Methods inherited from class TApplication
ApplicationName, Argc, Argv, Argv, ClearInputFiles, CreateApplication, GetApplicationImp, GetIdleCommand, GetOptions, GetSignalHandler, HandleIdleTimer, HandleTermInput, Hide, Iconify, Init, InputFiles, IsCmdThread, Lower, NoLogoOpt, NoLogOpt, Open, ProcessFile, ProcessLine, QuitOpt, Raise, RemoveIdleTimer, ReturnFromRun, Run, SetIdleTimer, Show, StartIdleing, StopIdleing, Terminate

Methods inherited from class TObject
operator=, AppendPad, Browse, ClassName, Clear, Clone, Compare, Copy, Delete, DistancetoPrimitive, Draw, DrawClass, DrawClone, Dump, Execute, Execute, ExecuteEvent, FindObject, FindObject, GetDrawOption, GetUniqueID, GetName, GetIconName, GetOption, GetObjectInfo, GetTitle, HandleTimer, Hash, InheritsFrom, InheritsFrom, Inspect, IsFolder, IsEqual, IsSortable, IsOnHeap, IsZombie, Notify, ls, Paint, Pop, Print, Read, RecursiveRemove, SavePrimitive, SetDrawOption, SetUniqueID, UseCurrentStyle, Write, operatornew, operatornew, operatordelete, operatordelete, SetBit, SetBit, ResetBit, TestBit, InvertBit, Warning, Error, SysError, Fatal, AbstractMethod, MayNotUse, GetDtorOnly, SetDtorOnly, GetObjectStat, SetObjectStat

Constructor Detail

TQApplication

public TQApplication()

TQApplication

public TQApplication(const char * appClassName, int * argc, char * * argv, void * options, int numOptions)
Method Detail

~TQApplication

public virtual ~TQApplication()
Method Detail

LoadGraphicsLibs

public virtual void LoadGraphicsLibs()
Here we overload the LoadGraphicsLibs() function. This function now just instantiates a QRootGuiFactory object and redirect the global pointer gGuiFactory to point to it.

setCustomized

public void setCustomized()

Note Links

to Note Note1