IOT  0.5
I Only Think
Public Member Functions
ICommunicationGraphicalServer Interface Reference

Interface permettant la communication avec le serveur graphique. More...

#include <ICommunicationGraphicalServer.h>

Inheritance diagram for ICommunicationGraphicalServer:
Win32Explorer XWindowSystem

List of all members.

Public Member Functions

virtual ~ICommunicationGraphicalServer ()
 Destructeur.
virtual bool getFocusedWindow (Ceg::Window &focusedWindow)=0
virtual bool setFocusToWindow (Ceg::Window &oldFocusedWindow, Ceg::Window &newFocusedWindow)=0
virtual bool generateClickEvent (quint32 buttonID)=0
virtual bool generateKeybdEvent (quint32 key)=0

Detailed Description

Interface permettant la communication avec le serveur graphique.


Constructor & Destructor Documentation

virtual ICommunicationGraphicalServer::~ICommunicationGraphicalServer ( ) [inline, virtual]

Destructeur.


Member Function Documentation

virtual bool ICommunicationGraphicalServer::generateClickEvent ( quint32  buttonID) [pure virtual]

Implemented in XWindowSystem, and Win32Explorer.

virtual bool ICommunicationGraphicalServer::generateKeybdEvent ( quint32  key) [pure virtual]

Implemented in XWindowSystem, and Win32Explorer.

virtual bool ICommunicationGraphicalServer::getFocusedWindow ( Ceg::Window focusedWindow) [pure virtual]

Implemented in XWindowSystem, and Win32Explorer.

virtual bool ICommunicationGraphicalServer::setFocusToWindow ( Ceg::Window oldFocusedWindow,
Ceg::Window newFocusedWindow 
) [pure virtual]

Implemented in XWindowSystem, and Win32Explorer.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator