XWare Поиск по информационным ресурсам МГУ English Russian
       
       Точная форма слов   О проекте   Сайты   Помощь
Поиск по:rtm-cs.sinp.msu.ru   - Поискать по всем серверам
На этой странице приведены все страницы сервера rtm-cs.sinp.msu.ru ,которые мы индексируем. Показаны документы 1021 - 1040 из 1170.

В начало ] Пред. | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | След.В конец ]

Упорядочить по: URL  |  дате изменения
1021. Qt Toolkit - mainlyQt/editor.cpp example file
This example shows two simple text editors, with most of the program written in Qt. ... They are bound together in a Qt widget. # include qxt.h # include qmultilinedit.h # include qpainter.h # include qmessagebox.h # include X11/Shell.h # include X11/StringDefs.h # include X11/Xaw/AsciiText.h static const char* QTEDMSG = This is a Qt widget.\nIt is a QMultiLineEdit. ; static const ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/mainlyQt-editor-cpp.html -- 4.4 Кб -- 11.07.1998
Похожие документы

1022. Qt Toolkit - movies/main.cpp example file
The Movies example displays animated GIF files using the QMovie and QLabel classes. ... QRect r = contentsRect(); if ( r. size () != movie .framePixmap().size() ) { // Need to scale - redraw whole frame. repaint( r ); } else { // Only redraw the changed area of the frame repaint( area.x()+r. x (), area.y()+r. x (), area. width (), area.height() ); } } void movieResized( const QSize size) { // The movie changed size, probably from its initial zero size. int fw = frameWidth(); resize( size ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/movies-main-cpp.html -- 12.4 Кб -- 11.07.1998
Похожие документы

1023. Qt Toolkit - picture/picture.cpp example file
This example shows how to make, store to file, and read a picture as a set of drawing commands. ... This example ** program may be used, distributed and modified without limitation. ** *****************************************************************************/ # include ctype.h # include qapplication.h # include qpainter.h # include qpicture.h # include qpixmap.h # include qwidget.h # include qmessagebox.h # include qfile.h void paintCar( QPainter *p ) // ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/picture-picture-cpp.html -- 8.8 Кб -- 11.07.1998
Похожие документы

1024. Qt Toolkit - qaccel.h include file
This is the verbatim text of the qaccel.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QACCEL _H #define QACCEL _H #ifndef QT_H # include qobject.h # include qkeycode.h #endif // QT_H class QAccelList; // internal class class QAccel : public QObject // accelerator class { Q_OBJECT public: QAccel ( QWidget *parent, const char *name=0 ); ~ QAccel (); ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qaccel-h.html -- 4.3 Кб -- 11.07.1998
Похожие документы

1025. Qt Toolkit - qapplication.h include file
This is the verbatim text of the qapplication.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QAPPLICATION _H #define QAPPLICATION _H #ifndef QT_H # include qwidget.h #endif // QT_H #if defined(TrueColor) // X11/X.h #defines TrueColor, so it can't be used in any class or enum #error TrueColor already #defined by X11/X.h. Include X11/X.h after qapplication.h #endif extern ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qapplication-h.html -- 7.9 Кб -- 11.07.1998
Похожие документы

1026. Qt Toolkit - qarray.h include file
... This file is part of Qt Free Edition, version 1.40. ... *****************************************************************************/ #ifndef QARRAY_H #define QARRAY_H #ifndef QT_H # include qgarray .h #endif // QT_H #if defined(USE_MACROCLASS) # include qgeneric.h #if !defined(name2) #define name2(a,b) name2_xx(a,b) #define name2_xx(a,b) a##b #endif #if defined(DEFAULT_MACROCLASS) #define QArraydeclare QArrayMdeclare #define QArray QArrayM #endif #define QArrayM ( type ) name2( QArrayM _...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qarray-h.html -- 10.0 Кб -- 11.07.1998
Похожие документы

1027. Qt Toolkit - qasyncimageio.h include file
This is the verbatim text of the qasyncimageio.h include file. ... ****************************************************************/ #ifndef QASYNCIMAGEIO_H #define QASYNCIMAGEIO_H #ifndef QT_H # include qimage .h #endif // QT_H class QImageConsumer { public: virtual void changed( const QRect )=0; virtual void end()=0; virtual void frameDone()=0; virtual void setLooping( int )=0; virtual void setFramePeriod( int )=0; virtual void setSize( ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qasyncimageio-h.html -- 6.2 Кб -- 11.07.1998
Похожие документы

1028. Qt Toolkit - qasyncio.h include file
This is the verbatim text of the qasyncio.h include file. ... **************************************************************************/ #ifndef QASYNCIO_H #define QASYNCIO_H #ifndef QT_H # include qobject.h # include qsignal.h # include qtimer.h #endif // QT_H class QIODevice; class QAsyncIO { public : virtual ~QAsyncIO(); void connect(QObject*, const char* member); protected: void ready(); private: QSignal signal; }; class QDataSink : ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qasyncio-h.html -- 4.4 Кб -- 11.07.1998
Похожие документы

1029. Qt Toolkit - qbitarray.h include file
... This file is part of Qt Free Edition, version 1.40. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QBITARRAY _H #define QBITARRAY _H #ifndef QT_H # include qstring.h #endif // QT_H /***************************************************************************** QBitVal class; a context class for QBitArray :: operator [] *****************************************************************************/ class...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qbitarray-h.html -- 6.2 Кб -- 11.07.1998
Похожие документы

1030. Qt Toolkit - qbitmap.h include file
This is the verbatim text of the qbitmap.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QBITMAP _H #define QBITMAP _H #ifndef QT_H # include qpixmap.h #endif // QT_H class QBitmap : public QPixmap // bitmap class { public: QBitmap (); QBitmap ( int w, int h, bool clear = FALSE ); QBitmap ( const QSize , bool clear = FALSE ); ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qbitmap-h.html -- 3.6 Кб -- 11.07.1998
Похожие документы

1031. Qt Toolkit - qbrush.h include file
This is the verbatim text of the qbrush.h include file. ... This file is part of Qt Free Edition, version 1.40. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QBRUSH _H #define QBRUSH _H #ifndef QT_H # include qcolor .h # include qshared.h #endif // QT_H enum BrushStyle // brush style { NoBrush, SolidPattern, Dense1Pattern, Dense2Pattern, Dense3Pattern, Dense4Pattern, Dense5Pattern, Dense6Pattern ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qbrush-h.html -- 4.7 Кб -- 11.07.1998
Похожие документы

1032. Qt Toolkit - qbuffer.h include file
This is the verbatim text of the qbuffer.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QBUFFER _H #define QBUFFER _H #ifndef QT_H # include qiodevice.h # include qstring.h #endif // QT_H class QBuffer : public QIODevice // buffer I/O device class { public: QBuffer (); QBuffer ( QByteArray ); ~ QBuffer (); QByteArray buffer() const ; bool setBuffer( ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qbuffer-h.html -- 3.9 Кб -- 11.07.1998
Похожие документы

1033. Qt Toolkit - qbutton.h include file
... This file is part of Qt Free Edition, version 1.40. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QBUTTON _H #define QBUTTON _H #ifndef QT_H # include qwidget.h #endif // QT_H class QButtonGroup; // button group (qbuttongroup.h) struct QButtonData; class QButton : public QWidget // button class { Q_OBJECT public: QButton ( QWidget *parent=0, const char *name=0 ); ~ QButton (); const char *text() ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qbutton-h.html -- 5.7 Кб -- 11.07.1998
Похожие документы

1034. Qt Toolkit - qbuttongroup.h include file
This is the verbatim text of the qbuttongroup.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QBUTTONGROUP _H #define QBUTTONGROUP _H #ifndef QT_H # include qgroupbox.h #endif // QT_H class QButton; class QButtonList; class QButtonGroup : public QGroupBox { Q_OBJECT public: QButtonGroup ( QWidget *parent=0, const char *name=0 ); QButtonGroup ( ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qbuttongroup-h.html -- 4.0 Кб -- 11.07.1998
Похожие документы

1035. Qt Toolkit - qcache.h include file
This is the verbatim text of the qcache.h include file. ... *****************************************************************************/ #ifndef QCACHE_H #define QCACHE_H #ifndef QT_H # include qgcache .h #endif // QT_H #if defined(USE_MACROCLASS) # include qgeneric.h #if !defined(name2) #define name2(a,b) name2_xx(a,b) #define name2_xx(a,b) a##b #endif #if defined(DEFAULT_MACROCLASS) #define QCachedeclare QCacheMdeclare #define QCache QCacheM #endif #define QCacheM( type ) name2(QCacheM_, ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qcache-h.html -- 11.0 Кб -- 11.07.1998
Похожие документы

1036. Qt Toolkit - qcheckbox.h include file
This is the verbatim text of the qcheckbox.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QCHECKBOX _H #define QCHECKBOX _H #ifndef QT_H # include qbutton.h #endif // QT_H class QCheckBox : public QButton { Q_OBJECT public: QCheckBox ( QWidget *parent=0, const char *name=0 ); QCheckBox ( const char *text, QWidget *parent, const char *name=0 ); ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qcheckbox-h.html -- 3.6 Кб -- 11.07.1998
Похожие документы

1037. Qt Toolkit - qclipboard.h include file
This is the verbatim text of the qclipboard.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QCLIPBOARD _H #define QCLIPBOARD _H #ifndef QT_H # include qobject.h #endif // QT_H class QClipboard : public QObject { Q_OBJECT private: QClipboard ( QObject *parent=0, const char *name=0 ); ~ QClipboard (); public: void clear(); void *data( const char *format ) ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qclipboard-h.html -- 3.8 Кб -- 11.07.1998
Похожие документы

1038. Qt Toolkit - qcollection.h include file
This is the verbatim text of the qcollection.h include file. ... ********************************************************************/ #ifndef QCOLLECTION_H #define QCOLLECTION_H #ifndef QT_H # include qglobal.h #endif // QT_H typedef void * GCI ; // generic collection item typedef int (*GCF)( GCI , void *); // generic collection function class QGVector; class QGList; class QGDict; class QCollection // inherited by all collections { public: bool autoDelete() const { return ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qcollection-h.html -- 3.8 Кб -- 11.07.1998
Похожие документы

1039. Qt Toolkit - qcolor.h include file
This is the verbatim text of the qcolor.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QCOLOR _H #define QCOLOR _H #ifndef QT_H # include qwindowdefs.h #endif // QT_H const QRgb RGB _DIRTY = 0x80000000; // flags unset color const QRgb RGB _INVALID = 0x40000000; // flags invalid color const QRgb RGB _DIRECT = 0x20000000; // flags directly set pixel const QRgb ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qcolor-h.html -- 7.8 Кб -- 11.07.1998
Похожие документы

1040. Qt Toolkit - qcombobox.h include file
This is the verbatim text of the qcombobox.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QCOMBOBOX _H #define QCOMBOBOX _H #ifndef QT_H # include qwidget.h #endif // QT_H struct QComboData; class QStrList; class QLineEdit; class QValidator; class QListBox; class QComboBox : public QWidget { Q_OBJECT public: QComboBox ( QWidget *parent=0, const char *name=0 ); ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qcombobox-h.html -- 6.2 Кб -- 11.07.1998
Похожие документы

В начало ] Пред. | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | След.В конец ]

Rambler's Top100 RFBR Яндекс цитирования