Skip to content.
Sections
Personal tools
You are here: Home » Protocols » TScreenDriver

TScreenDriver

Document Actions
PROTOCOL TScreenDriver : public TProtocol {
public:
	Delete();
	ScreenSetup();
	GetScreenInfo(ScreenInfo *);
	PowerInit();
	PowerOn();
	PowerOff();
	Blit(PixelMap *,Rect *,Rect *,long);
	GetFeature(long);
	SetFeature(long,long);
	AutoAdjustFeatures();
	DoubleBlit(PixelMap *,PixelMap *,Rect *,Rect *,long);
	EnterIdleMode();
	ExitIdleMode();
};
Created by philz
Last modified 2003-09-09 06:46 AM
 

Powered by Plone