MMSFBWindowManagerThread Class Reference

#include <mmsfbwindowmanagerthread.h>

Inheritance diagram for MMSFBWindowManagerThread:

List of all members.


Public Member Functions

 MMSFBWindowManagerThread (MMSFBSurface **high_freq_surface, MMSFBSurface **high_freq_saved_surface, int *high_freq_lastflip, MMSMutex *lock)

Public Attributes

queue< FLIP_STRUCTflipQueue

Private Member Functions

void threadMain ()
 Virtual main method for the thread.

Private Attributes

MMSFBSurface ** high_freq_surface
MMSFBSurface ** high_freq_saved_surface
int * high_freq_lastflip
MMSMutexlock

Classes

struct  FLIP_STRUCT

Detailed Description

Definition at line 41 of file mmsfbwindowmanagerthread.h.


Constructor & Destructor Documentation

MMSFBWindowManagerThread::MMSFBWindowManagerThread ( MMSFBSurface **  high_freq_surface,
MMSFBSurface **  high_freq_saved_surface,
int *  high_freq_lastflip,
MMSMutex lock 
)

Definition at line 36 of file mmsfbwindowmanagerthread.cpp.


Member Function Documentation

void MMSFBWindowManagerThread::threadMain (  )  [private, virtual]

Virtual main method for the thread.

This virtual method is empty and have to be setup with code by a derived class. The MMSThread class is only the base class and cannot be constructed.

Implements MMSThread.

Definition at line 46 of file mmsfbwindowmanagerthread.cpp.


Member Data Documentation

Definition at line 46 of file mmsfbwindowmanagerthread.h.


The documentation for this class was generated from the following files: