XWare Ïîèñê ïî èíôîðìàöèîííûì ðåñóðñàì ÌÃÓ English Russian
       
       Òî÷íàÿ ôîðìà ñëîâ   Î ïðîåêòå   Ñàéòû   Ïîìîùü
Ïîèñê ïî:rtm-cs.sinp.msu.ru   - Ïîèñêàòü ïî âñåì ñåðâåðàì
Íà ýòîé ñòðàíèöå ïðèâåäåíû âñå ñòðàíèöû ñåðâåðà rtm-cs.sinp.msu.ru ,êîòîðûå ìû èíäåêñèðóåì. Ïîêàçàíû äîêóìåíòû 981 - 1000 èç 1170.

 íà÷àëî ] Ïðåä. | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | Ñëåä. êîíåö ]

Óïîðÿäî÷èòü ïî: URL  |  äàòå èçìåíåíèÿ
981. Qt Toolkit - QListViewItem Class
The QListViewItem class implements a list view item. ... QListViewItem  ( QListView * parent, const char *, const char * = 0, const char * = 0, const char * = 0, const char * = 0, const char * = 0, const char * = 0, const char * = 0 )  . ... virtual  ~QListViewItem  ()  . ... virtual int  width  ( const QFontMetrics &, const QListView *, int column ) const . ... virtual void  paintCell  ( QPainter *, const QColorGroup & cg, int column, int width, int alignment )  . ... QListView*  listView  () const . ...
[ Ñîõðàíåííàÿ êîïèÿ ]  Ññûëêè http://rtm-cs.sinp.msu.ru/manual/qt/qlistviewitem.html -- 30.9 Êá -- 11.07.1998
Ïîõîæèå äîêóìåíòû

982. Qt Toolkit - QLNode Class
The QLNode class is an internal class for the QList template collection. ... List of all member functions. ... QLNode is a doubly linked list node; it has three pointers: . ... Pointer to the actual data. Sometimes it might be practical to have direct access to the list nodes in a QList, but it is seldom required. Warning: Be very careful if you want to access the list nodes. ... Returns a pointer ( void*) to the actual data in the list node. ... qglist.h: 1998/07/03 . ...
[ Ñîõðàíåííàÿ êîïèÿ ]  Ññûëêè http://rtm-cs.sinp.msu.ru/manual/qt/qlnode.html -- 3.7 Êá -- 11.07.1998
Ïîõîæèå äîêóìåíòû

983. Qt Toolkit - qmag/qmag.cpp example file
... This file is part of an example program for Qt. This example ** program may be used, distributed and modified without limitation. ** ******************************************************* ... #include qregexp.h #include qapplication.h #include qpainter.h #include qwmatrix.h class MagWidget : public QWidget { Q_OBJECT public: MagWidget ( QWidget *parent=0, const char *name=0 ); public slots: void setZoom( int ); void setRefresh( int ); void save(); ...
[ Ñîõðàíåííàÿ êîïèÿ ]  Ññûëêè http://rtm-cs.sinp.msu.ru/manual/qt/qmag-qmag-cpp.html -- 19.5 Êá -- 11.07.1998
Ïîõîæèå äîêóìåíòû

984. Qt Toolkit - QMoveEvent Class
The QMoveEvent class contains event parameters for move events. ... QMoveEvent  ( const QPoint & pos, const QPoint & oldPos )  . const QPoint&  pos  () const . ... Move events are sent to widgets that have been moved to a new position relative to their parent. The event handler QWidget::moveEvent () receives move events. ... Constructs a move event with the new and old widget positions. ... This file is part of the Qt toolkit , copyright 1995-98 Troll Tech , all rights reserved. ...
[ Ñîõðàíåííàÿ êîïèÿ ]  Ññûëêè http://rtm-cs.sinp.msu.ru/manual/qt/qmoveevent.html -- 4.1 Êá -- 11.07.1998
Ïîõîæèå äîêóìåíòû

985. Qt Toolkit - QMovie Class
... QMovie  ( const char * fileName, int bufsize=1024 )  . QMovie  ( QByteArray data, int bufsize=1024 )  . ... void  setBackgroundColor  ( const QColor & )  . ... void  connectResize  ( QObject * receiver, const char * member )  . void  disconnectResize  ( QObject * receiver, const char * member )  . void  connectUpdate  ( QObject * receiver, const char * member )  . ... The movie begins playing as soon as the QMovie is created (actually, once control returns to the event loop). ...
[ Ñîõðàíåííàÿ êîïèÿ ]  Ññûëêè http://rtm-cs.sinp.msu.ru/manual/qt/qmovie.html -- 17.5 Êá -- 11.07.1998
Ïîõîæèå äîêóìåíòû

986. Qt Toolkit - QNPStream Class
A stream of data provided to a QNPInstance by the browser. This class is part of the Qt NSPlugin Extension. ... QNPStream  ()  . const char*  url  () const . ... bool  seekable  () const . bool  okay  () const . ... void  requestRead  ( int offset, uint length )  . ... QNPStream  ( QNPInstance *, const char *, _NPStream *, bool )  . ... Creates a stream. ... Returns TRUE if the stream has received all the data from the source. ... Returns the QNPInstance for which this stream was created. ...
[ Ñîõðàíåííàÿ êîïèÿ ]  Ññûëêè http://rtm-cs.sinp.msu.ru/manual/qt/qnpstream.html -- 7.2 Êá -- 11.07.1998
Ïîõîæèå äîêóìåíòû

987. Qt Toolkit - QPaintDevice Class
The base class of objects that can be painted. More... #include < qpaintdevice.h > . ... int  devType  () const . ... void bitBlt (QPaintDevice * dst, int dx, int dy, const QPaintDevice * src, int sx, int sy, int sw, int sh, RasterOp rop, bool ignoreMask) . void bitBlt (QPaintDevice * dst, const QPoint & dp, const QPaintDevice * src, const QRect & sr, RasterOp rop) . ... A paint device is an abstraction of a two-dimensional space that can be drawn using a QPainter . ... CopyROP: dst = src. ...
[ Ñîõðàíåííàÿ êîïèÿ ]  Ññûëêè http://rtm-cs.sinp.msu.ru/manual/qt/qpaintdevice.html -- 12.5 Êá -- 11.07.1998
Ïîõîæèå äîêóìåíòû

988. Qt Toolkit - QPaintDeviceMetrics Class
The QPaintDeviceMetrics class provides information about a paint device. ... QPaintDeviceMetrics  ( const QPaintDevice * )  . int  width  () const . ... Examples: application/application.cpp . ... Returns the bit depth (number of bit planes) of the paint device. Returns the height of the paint device, in default coordinate system units (e.g. pixels for QPixmap and QWidget ). ... Returns the height of the paint device, measured in millimeters. ... qpaintdevicemetrics.h: 1998/07/03 . ...
[ Ñîõðàíåííàÿ êîïèÿ ]  Ññûëêè http://rtm-cs.sinp.msu.ru/manual/qt/qpaintdevicemetrics.html -- 5.6 Êá -- 11.07.1998
Ïîõîæèå äîêóìåíòû

989. Qt Toolkit - QPainter Class
The QPainter class paints on paint devices. ... QPainter  ()  . ... void qDrawShadeLine (QPainter * p, int x1, int y1, int x2, int y2, const QColorGroup & g, bool sunken, int lineWidth, int midLineWidth) . void qDrawShadeRect (QPainter * p, int x, int y, int w, int h, const QColorGroup & g, bool sunken, int lineWidth, int midLineWidth, const QBrush * fill) . void qDrawShadePanel (QPainter * p, int x, int y, int w, int h, const QColorGroup & g, bool sunken, int lineWidth, const QBrush * fill) . ...
[ Ñîõðàíåííàÿ êîïèÿ ]  Ññûëêè http://rtm-cs.sinp.msu.ru/manual/qt/qpainter.html -- 91.0 Êá -- 11.07.1998
Ïîõîæèå äîêóìåíòû

990. Qt Toolkit - QPaintEvent Class
The QPaintEvent class contains event parameters for paint events. ... QPaintEvent  ( const QRect & paintRect )  . const QRect&  rect  () const . ... Paint events are sent to widgets that need to update themselves, for instance when a part of a widget is exposed because an overlying widget is moved away. The event handler QWidget::paintEvent () receives paint events. ... Constructs a paint event object with the rectangle that should be updated. ... qevent.h: 1998/07/03 . ...
[ Ñîõðàíåííàÿ êîïèÿ ]  Ññûëêè http://rtm-cs.sinp.msu.ru/manual/qt/qpaintevent.html -- 5.4 Êá -- 11.07.1998
Ïîõîæèå äîêóìåíòû

991. Qt Toolkit - QPen Class
The QPen class defines how a QPainter should draw lines and outlines of shapes. ... QPen  ( const QColor & color, uint width=0, PenStyle style=SolidLine )  . ... uint  width  () const . ... A pen has a style, a width and a color. ... The pen width defines the line width. ... The pen color defines the color of lines and text. ... See the setStyle () function for a complete list of pen styles. ... Constructs a pen with a specified color, width and style. ... Sets the pen color to c. See also: color (). ...
[ Ñîõðàíåííàÿ êîïèÿ ]  Ññûëêè http://rtm-cs.sinp.msu.ru/manual/qt/qpen.html -- 10.1 Êá -- 11.07.1998
Ïîõîæèå äîêóìåíòû

992. Qt Toolkit - QPixmapCache Class
The QPixmapCache class provides an application-global cache for pixmaps. ... QPixmap*  find  ( const char * key )  . bool  find  ( const char * key, QPixmap & )  . bool  insert  ( const char * key, QPixmap * )  . void  insert  ( const char * key, const QPixmap & )  . ... Otherwise, we create a new pixmap, draw the radio button in the pixmap and finally insert the pixmap in the global pixmap cache, using the key above. ... The cache associates a pixmap with a normal string (key). ...
[ Ñîõðàíåííàÿ êîïèÿ ]  Ññûëêè http://rtm-cs.sinp.msu.ru/manual/qt/qpixmapcache.html -- 9.0 Êá -- 11.07.1998
Ïîõîæèå äîêóìåíòû

993. Qt Toolkit - QPoint Class
The QPoint class defines a point in the plane. ... QPoint  ()  . QPoint  ( int xpos, int ypos )  . ... QPoint&  operator+=  ( const QPoint & p )  . ... bool operator== (const QPoint & p1, const QPoint & p2) . ... QPoint operator+ (const QPoint & p1, const QPoint & p2) . ... QPoint operator* (const QPoint & p, int c) . QPoint operator* (int c, const QPoint & p) . ... Multiplies both x and y with c, and return a reference to this point. ... Returns a reference to the x coordinate of the point. ...
[ Ñîõðàíåííàÿ êîïèÿ ]  Ññûëêè http://rtm-cs.sinp.msu.ru/manual/qt/qpoint.html -- 13.2 Êá -- 11.07.1998
Ïîõîæèå äîêóìåíòû

994. Qt Toolkit - QPointVal Class
The QPointVal class is an internal class, used with QPointArray . ... QPointVal&  operator=  ( const QPoint & point )  . ... int  x  () const . ... This is what QPointArray::operator[] contructs its return value with. Returns the value of the point referenced by this QPointVal. Vector-adds a given point to the value referenced by this QPointVal. Vector-subtracts a given point to the value referenced by this QPointVal. Assigns a given point to the value referenced by this QPointVal. ...
[ Ñîõðàíåííàÿ êîïèÿ ]  Ññûëêè http://rtm-cs.sinp.msu.ru/manual/qt/qpointval.html -- 5.0 Êá -- 11.07.1998
Ïîõîæèå äîêóìåíòû

995. Qt Toolkit - QPrinter Class
The QPrinter class is a paint device that prints graphics on a printer. ... const char*  printerName  () const . ... int  fromPage  () const . ... The default coordinate system of a printer is a 72 dpi (dots per inch) system with (0,0) at the upper left corner, with increasing values to the right and downwards. ... If the user decides to abort printing, aborted () will return TRUE. ... Returns the creator name. ... Returns the name of the program that sends the print output to the printer. ...
[ Ñîõðàíåííàÿ êîïèÿ ]  Ññûëêè http://rtm-cs.sinp.msu.ru/manual/qt/qprinter.html -- 19.7 Êá -- 11.07.1998
Ïîõîæèå äîêóìåíòû

996. Qt Toolkit - QRangeControl Class
The QRangeControl class provides an integer value within a range. ... QRangeControl  ( int minValue, int maxValue, int lineStep, int pageStep, int value )  . ... void  setValue  ( int )  . ... virtual void  valueChange  ()  . ... The three virtual functions valueChange (), rangeChange () and stepChange () can be reimplemented in a subclass to detect range control changes. ... Sets the range control value to value. ... This virtual function is called whenever the range control step value changes. ...
[ Ñîõðàíåííàÿ êîïèÿ ]  Ññûëêè http://rtm-cs.sinp.msu.ru/manual/qt/qrangecontrol.html -- 11.7 Êá -- 11.07.1998
Ïîõîæèå äîêóìåíòû

997. Qt Toolkit - QRegExp Class
The QRegExp class provides pattern matching using regular expressions and wildcards. ... QRegExp  ( const char *, bool caseSensitive=TRUE, bool wildcard=FALSE )  . ... QRegExp&  operator=  ( const char * pattern )  . bool  operator==  ( const QRegExp & ) const . ... bool  wildcard  () const . ... QRegExp knows these regexp primitives: . ... Returns TRUE if this regexp is equal to r. Two regexp objects are equal if they have equal pattern strings, case sensitivity options and wildcard options. ...
[ Ñîõðàíåííàÿ êîïèÿ ]  Ññûëêè http://rtm-cs.sinp.msu.ru/manual/qt/qregexp.html -- 10.5 Êá -- 11.07.1998
Ïîõîæèå äîêóìåíòû

998. Qt Toolkit - QResizeEvent Class
The QResizeEvent class contains event parameters for resize events. ... QResizeEvent  ( const QSize & size, const QSize & oldSize )  . const QSize&  size  () const . const QSize&  oldSize  () const . ... Resize events are sent to widgets that have been resized. The event handler QWidget::resizeEvent () receives resize events. ... Constructs a resize event with the new and old widget sizes. ... This file is part of the Qt toolkit , copyright 1995-98 Troll Tech , all rights reserved. ...
[ Ñîõðàíåííàÿ êîïèÿ ]  Ññûëêè http://rtm-cs.sinp.msu.ru/manual/qt/qresizeevent.html -- 4.9 Êá -- 11.07.1998
Ïîõîæèå äîêóìåíòû

999. Qt Toolkit - QShared Class
The QShared struct is internally used for implementing shared classes. More... #include < qshared.h > . List of all member functions. ... Shared classes normally have internal classes that inherit QShared and add the shared data. See also: Shared Classes . ... This file is part of the Qt toolkit , copyright 1995-98 Troll Tech , all rights reserved. ... qshared.h: 1998/07/03 . qgarray.cpp: 1998/07/03 . Copyright © 1998 Troll Tech . ...
[ Ñîõðàíåííàÿ êîïèÿ ]  Ññûëêè http://rtm-cs.sinp.msu.ru/manual/qt/qshared.html -- 3.0 Êá -- 11.07.1998
Ïîõîæèå äîêóìåíòû

1000. Qt Toolkit - QSize Class
The QSize class defines the size of a two-dimensional object. ... int  width  () const . ... QSize&  operator+=  ( const QSize & )  . ... Constructs a size with width w and height h. Returns a size with the minimum width and height of this size and otherSize. Returns a size with the maximum width and height of this size and otherSize. ... Multiplies both the width and height with c and returns a reference to the size. ... Divides both the width and height by c and returns a reference to the size. ...
[ Ñîõðàíåííàÿ êîïèÿ ]  Ññûëêè http://rtm-cs.sinp.msu.ru/manual/qt/qsize.html -- 13.0 Êá -- 11.07.1998
Ïîõîæèå äîêóìåíòû

 íà÷àëî ] Ïðåä. | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | Ñëåä. êîíåö ]

Rambler's Top100 RFBR ßíäåêñ öèòèðîâàíèÿ