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

В начало ] Пред. | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | След.

Упорядочить по: URL  |  дате изменения
1101. Qt Toolkit - qprinter.h include file
This is the verbatim text of the qprinter.h include file. ... This file is part of Qt Free Edition, version 1.40. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QPRINTER _H #define QPRINTER _H #ifndef QT_H # include qpaintdevice.h # include qstring.h #endif // QT_H class QPrinter : public QPaintDevice { public: QPrinter (); ~ ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qprinter-h.html -- 6.2 Кб -- 11.07.1998
Похожие документы

1102. Qt Toolkit - qprogressbar.h include file
... This file is part of Qt Free Edition, version 1.40. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QPROGRESSBAR _H #define QPROGRESSBAR _H #ifndef QT_H # include qframe.h #endif // QT_H class QProgressBar : public QFrame { Q_OBJECT public: QProgressBar ( QWidget *parent=0, const char *name=0, WFlags f=0 ); QProgressBar ( int totalSteps , QWidget *parent=0, const char *name=0, WFlags f=0 ); ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qprogressbar-h.html -- 4.1 Кб -- 11.07.1998
Похожие документы

1103. Qt Toolkit - qprogressdialog.h include file
This is the verbatim text of the qprogressdialog.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QPROGRESSDIALOG _H #define QPROGRESSDIALOG _H #ifndef QT_H # include qsemimodal.h # include qpushbutton.h # include qlabel.h # include qprogressbar.h #endif // QT_H struct QProgressData; class QProgressDialog : public QSemiModal { Q_OBJECT public: ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qprogressdialog-h.html -- 4.6 Кб -- 11.07.1998
Похожие документы

1104. Qt Toolkit - qptrdict.h include file
... **************************************************************************/ #ifndef QPTRDICT_H #define QPTRDICT_H #ifndef QT_H # include qgdict .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 QPtrDictdeclare QPtrDictMdeclare #define QPtrDict QPtrDictM #endif #define QPtrDictM( type ) name2(QPtrDictM_, ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qptrdict-h.html -- 9.4 Кб -- 11.07.1998
Похожие документы

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

1106. Qt Toolkit - qqueue.h include file
... This file is part of Qt Free Edition, version 1.40. ... *****************************************************************************/ #ifndef QQUEUE_H #define QQUEUE_H #ifndef QT_H # include qglist .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 QQueuedeclare QQueueMdeclare #define QQueue QQueueM #endif #define QQueueM ( type ) name2( QQueueM _,...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qqueue-h.html -- 6.4 Кб -- 11.07.1998
Похожие документы

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

1108. Qt Toolkit - qrangecontrol.h include file
This is the verbatim text of the qrangecontrol.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QRANGECONTROL _H #define QRANGECONTROL _H class QRangeControl { public: QRangeControl (); QRangeControl ( int minValue, int maxValue, int lineStep, int pageStep, int value ); int value() const ; void setValue( int ); void addPage(); void subtractPage(); ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qrangecontrol-h.html -- 4.4 Кб -- 11.07.1998
Похожие документы

1109. Qt Toolkit - qrect.h include file
This is the verbatim text of the qrect.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QRECT _H #define QRECT _H #ifndef QT_H # include qsize.h #endif // QT_H class QRect // rectangle class { public: QRect () { x1 = y1 = 0; x2 = y2 = -1; } QRect ( const QPoint topleft, const QPoint bottomright ); QRect ( const QPoint topleft, ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qrect-h.html -- 7.3 Кб -- 11.07.1998
Похожие документы

1110. Qt Toolkit - qregexp.h include file
This is the verbatim text of the qregexp.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QREGEXP _H #define QREGEXP _H #ifndef QT_H # include qstring.h #endif // QT_H class QRegExp { public: QRegExp (); QRegExp ( const char *, bool caseSensitive=TRUE, bool wildcard=FALSE ); QRegExp ( const QRegExp ); ~ QRegExp (); QRegExp ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qregexp-h.html -- 4.3 Кб -- 11.07.1998
Похожие документы

1111. Qt Toolkit - qregion.h include file
This is the verbatim text of the qregion.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QREGION _H # define QREGION _H #ifndef QT_H # include qshared.h # include qrect.h # include qstring.h #endif // QT_H class QRegion { public: enum RegionType { Rectangle, Ellipse }; QRegion (); QRegion ( int x, int y, int w, int h, RegionType = Rectangle ); QRegion ( ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qregion-h.html -- 6.5 Кб -- 11.07.1998
Похожие документы

1112. Qt Toolkit - qscrollbar.h include file
This is the verbatim text of the qscrollbar.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QSCROLLBAR _H #define QSCROLLBAR _H #ifndef QT_H # include qwidget.h # include qrangecontrol.h # include qdrawutil.h #endif // QT_H class QScrollBar : public QWidget, public QRangeControl { Q_OBJECT public: enum Orientation { Horizontal, Vertical }; QScrollBar ( QWidget *parent=0, ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qscrollbar-h.html -- 5.5 Кб -- 11.07.1998
Похожие документы

1113. Qt Toolkit - qscrollview.h include file
This is the verbatim text of the qscrollview.h include file. ... *****************************************************************************/ #ifndef QVIEWP_H #define QVIEWP_H #ifndef QT_H # include qframe.h # include qscrollbar.h #endif // QT_H struct QScrollViewData; class QScrollView : public QFrame { Q_OBJECT public: QScrollView( QWidget *parent=0, const char *name=0, WFlags f=0); ~QScrollView(); enum ResizePolicy { Default, Manual, AutoOne }; virtual ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qscrollview-h.html -- 5.9 Кб -- 11.07.1998
Похожие документы

1114. Qt Toolkit - qsemimodal.h include file
This is the verbatim text of the qsemimodal.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QSEMIMODAL_H #define QSEMIMODAL_H #ifndef QT_H # include qwidget.h #endif // QT_H class QSemiModal : public QWidget { Q_OBJECT public: QSemiModal ( QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags f=0 ); ~ QSemiModal (); void show(); void move( int x, int y ); ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qsemimodal-h.html -- 3.6 Кб -- 11.07.1998
Похожие документы

1115. Qt Toolkit - qshared.h include file
This is the verbatim text of the qshared.h include file. It is is provided only for illustration; the copyright remains with Troll Tech. Id: qshared.h,v 2.3 1998/07/03 00:09:46 hanord Exp $ ** ** Definition of QShared struct ** ** Created : 940112 ** ** Copyright (C) 1992-1998 Troll Tech AS. ... See the file LICENSE included in the distribution for the usage ** and distribution terms, or http://www.troll.no/free-license.html. ... Copyright © 1998 Troll Tech . ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qshared-h.html -- 3.1 Кб -- 11.07.1998
Похожие документы

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

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

1118. Qt Toolkit - qsize.h include file
This is the verbatim text of the qsize.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QSIZE _H #define QSIZE _H #ifndef QT_H # include qpoint.h #endif // QT_H #if defined( QSIZE _C) || defined(DEBUG) #define QSIZE _DEBUG #endif class QSize { public: QSize () { wd = ht = -1; } QSize ( int w, int h ); bool isNull() const ; bool isEmpty() const ; bool isValid() ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qsize-h.html -- 7.6 Кб -- 11.07.1998
Похожие документы

1119. Qt Toolkit - qslider.h include file
This is the verbatim text of the qslider.h include file. ... This file is part of Qt Free Edition, version 1.40. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QSLIDER _H #define QSLIDER _H #ifndef QT_H # include qwidget.h # include qrangecontrol.h #endif // QT_H class QTimer; struct QSliderData; class QSlider : public QWidget, public QRangeControl { Q_OBJECT public: enum ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qslider-h.html -- 5.9 Кб -- 11.07.1998
Похожие документы

1120. Qt Toolkit - qsocketnotifier.h include file
This is the verbatim text of the qsocketnotifier.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QSOCKETNOTIFIER _H #define QSOCKETNOTIFIER _H #ifndef QT_H # include qobject.h #endif // QT_H class QSocketNotifier : public QObject { Q_OBJECT public: enum Type { Read, Write, Exception }; QSocketNotifier ( int socket , Type , QObject *parent=0, const char *name=0 ); ~ ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qsocketnotifier-h.html -- 3.9 Кб -- 11.07.1998
Похожие документы

В начало ] Пред. | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | След.

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