- Member CBitmap::setTransparencyMask (CDrawContext *pContext, const CPoint &offset=CPoint(0, 0))
- Member CControl::isDoubleClick ()
- use kDoubleClick in onMouseDown
- Member CDrawContext::drawArc (const CRect &rect, const CPoint &point1, const CPoint &point2)
- Member CDrawContext::fillArc (const CRect &rect, const CPoint &point1, const CPoint &point2)
- Member CDrawContext::fillEllipse (const CRect &rect)
- use VSTGUI::CDrawContext::drawEllipse with kDrawFilled as draw style
- Member CDrawContext::fillPolygon (const CPoint *pPoint, long numberOfPoints)
- use VSTGUI::CDrawContext::drawPolygon with kDrawFilled as draw style
- Member CDrawContext::fillRect (const CRect &rect)
- use VSTGUI::CDrawContext::drawRect with kDrawFilled as draw style
- Member CDrawContext::floodFill (const CPoint &start)
- Member CDrawContext::getMouseButtons ()
- if you really need this call VSTGUI::CFrame::getCurrentMouseButtons
- Member CDrawContext::getMouseLocation (CPoint &point)
- if you really need this call VSTGUI::CFrame::getCurrentMouseLocation
- Member CDrawContext::getPoint (const CPoint &point)
- Member CDrawContext::polyLine (const CPoint *pPoint, long numberOfPoints)
- Member CDrawContext::waitDoubleClick ()
- use kDoubleClick in the buttons parameter of the mouse methods instead
- Member CDrawContext::waitDrag ()
- use the new mouse methods instead
- Class CFileSelector
- Member CFrame::draw (CView *pView=0)
- use pView->invalid () instead
- Member CFrame::getCurrentLocation (CPoint &where)
- use VSTGUI::CFrame::getCurrentMouseLocation instead
- Member CFrame::getCurrentView () const
- Member CFrame::mouse (CDrawContext *pContext, CPoint &where, long buttons=-1)
- use the new mouse methods
- Member COptionMenu::getScheme () const
- Member COptionMenu::setScheme (COptionMenuScheme *s)
- Class COptionMenuScheme
- Member CView::getFrameTopLeftPos (CPoint &topLeft) const
- use VSTGUI::CView::localToFrame
- Member CView::getMouseLocation (CDrawContext *context, CPoint &point)
- use VSTGUI::CFrame::getCurrentMouseLocation and process the point with VSTGUI::CView::frameToLocal
- Member CView::mouse (CDrawContext *pContext, CPoint &where, long buttons=-1)
- use the new mouse methods instead
- Member CView::setFrame (CFrame *pParent)
- Member CView::setParentView (CView *pParentView)
- Member CViewContainer::getCurrentView () const
- Member CViewContainer::mouse (CDrawContext *pContext, CPoint &where, long buttons=-1)
- use the new mouse methods instead
- Member VSTGUI::kOrMode
- Member VSTGUI::kXorMode