VirtualBox

Ignore:
Timestamp:
Sep 7, 2009 7:33:48 PM (15 years ago)
Author:
vboxsync
Message:

video hw accel: generic template for overlay buffer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h

    r22818 r22822  
    333333};
    334334
    335 # ifdef VBOX_WITH_VIDEOHWACCEL
    336 #  ifdef VBOX_GUI_USE_QIMAGE
    337 class VBoxQImageOverlayFrameBuffer : public VBoxQImageFrameBuffer
    338 {
    339 public:
    340     VBoxQImageOverlayFrameBuffer (VBoxConsoleView *aView);
    341 
    342 
    343     STDMETHOD(ProcessVHWACommand)(BYTE *pCommand);
    344 
    345     void doProcessVHWACommand(QEvent * pEvent);
    346 
    347     STDMETHOD(NotifyUpdate) (ULONG aX, ULONG aY,
    348                              ULONG aW, ULONG aH);
    349 
    350     void paintEvent (QPaintEvent *pe);
    351     void resizeEvent (VBoxResizeEvent *re);
    352 private:
    353     VBoxQGLOverlay mOverlay;
    354 };
    355 #  endif /* #  ifdef VBOX_GUI_USE_QIMAGE */
    356 # endif /* # ifdef VBOX_WITH_VIDEOHWACCEL */
    357 
    358335#endif
    359336
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette