Changeset 46129 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 16, 2013 3:35:56 PM (12 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp
r46119 r46129 292 292 } 293 293 294 void UIFrameBuffer::resizeEvent(UIResizeEvent *pEvent)295 {296 m_width = pEvent->width();297 m_height = pEvent->height();298 }299 300 294 #ifdef VBOX_WITH_VIDEOHWACCEL 301 295 void UIFrameBuffer::doProcessVHWACommand(QEvent *pEvent) -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h
r46119 r46129 214 214 /* API: Event-delegate stuff: */ 215 215 virtual void moveEvent(QMoveEvent* /*pEvent*/) {} 216 virtual void resizeEvent(UIResizeEvent *pEvent) ;216 virtual void resizeEvent(UIResizeEvent *pEvent) = 0; 217 217 virtual void paintEvent(QPaintEvent *pEvent) = 0; 218 218
Note:
See TracChangeset
for help on using the changeset viewer.