Searched refs:paint (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtdc.tex18 \item {\bf wxScreenDC.} Use this to paint on the screen, as opposed to an individual window.
19 \item {\bf wxClientDC.} Use this to paint on the client area of window (the part without
21 \item {\bf wxPaintDC.} Use this to paint on the client area of a window, but {\it only} from
23 \item {\bf wxWindowDC.} Use this to paint on the whole area of a window, including decorations.
27 To use a client, paint or window device context, create an object on the stack with
H A Dclientdc.tex3 A wxClientDC must be constructed if an application wishes to paint on the
34 Constructor. Pass a pointer to the window on which you wish to paint.
H A Dwindowdc.tex3 A wxWindowDC must be constructed if an application wishes to paint on the
34 Constructor. Pass a pointer to the window on which you wish to paint.
H A Dpaintevt.tex3 A paint event is sent when a window's contents needs to be repainted.
7 attempt to handle paint events for them as even if it might work on some
21 To process a paint event, use this event handler macro to direct input to a member
36 Note that In a paint event handler, the application must {\it always} create a \helpref{wxPaintDC}{wxpaintdc} object,
H A Dpaintdc.tex3 A wxPaintDC must be constructed if an application wishes to paint on the
38 Constructor. Pass a pointer to the window on which you wish to paint.
H A Deraseevt.tex6 paint event) and may cause flicker. It is therefore recommended that
H A Dscreendc.tex3 A wxScreenDC can be used to paint on the screen.
H A Dsysopt.tex24 \twocolitem{msw.staticbox.optimized-paint}{If set to 0, switches off optimized wxStaticBox painting.
25 Setting this to 0 causes more flicker, but allows applications to paint graphics on the parent of a static box
56 \twocolitem{msw.staticbox.optimized-paint}{If set to 0, switches off optimized wxStaticBox painting.
57 Setting this to 0 causes more flicker, but allows applications to paint graphics on the parent of a static box
H A Dcombopopup.tex172 The derived class may implement this to paint
H A Dscrolwin.tex364 Called by the default paint event handler to allow the application to define
368 Instead of overriding this function you may also just process the paint event
379 \emph{not} called by the default paint event handle (DoPrepareDC() is), so
H A Dbufferdc.tex203 Constructor. Pass a pointer to the window on which you wish to paint.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dtracker-delegate.h35 void paint(QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& index) const;
H A Dtorrent-delegate.h53 void paint(QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& index) const;
H A Dfilterbar.h41 virtual void paint( QPainter*, const QStyleOptionViewItem&, const QModelIndex& ) const;
H A Dfile-tree.cc572 FileTreeDelegate :: paint( QPainter * painter, function in class:FileTreeDelegate
580 QItemDelegate::paint(painter, option, index);
606 icon.paint( painter, iconArea, Qt::AlignCenter, QIcon::Normal, QIcon::On );
612 QItemDelegate::paint( painter, tmp, index );
H A Dfile-tree.h140 virtual void paint(QPainter*, const QStyleOptionViewItem&, const QModelIndex&) const;
H A Dtorrent-delegate-min.cc151 tor.getMimeTypeIcon().paint( painter, iconArea, Qt::AlignCenter, im, qs );
H A Dtracker-delegate.cc75 TrackerDelegate :: paint( QPainter * painter, function in class:TrackerDelegate
H A Dtorrent-delegate.cc324 TorrentDelegate :: paint( QPainter * painter, function in class:TorrentDelegate
425 tor.getMimeTypeIcon().paint( painter, iconArea, Qt::AlignCenter, im, qs );
H A Dfilterbar.cc69 FilterBarComboBoxDelegate :: paint( QPainter * painter, function in class:FilterBarComboBoxDelegate
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djfreechart-1.0.13.jar ... int g int b public static java.awt.Paint[] createDefaultPaintArray () static void <a class="d" name=" " href ...
H A Djcommon-1.0.16.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/keypoint/ org/ org/jfree/ org/jfree/base/ org/ ...
H A Djcalendar-1.3.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/toedter/ com/toedter/calendar/ com/toedter/calendar/demo/ ...
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DOScopeCtrl.cpp554 wxPaintEvent paint; local
555 ProcessEvent(paint);

Completed in 175 milliseconds

12