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

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

Упорядочить по: URL  |  дате изменения
1121. Qt Toolkit - qspinbox.h include file
This is the verbatim text of the qspinbox.h include file. ... **************************************************************************/ #ifndef QSPINBOX_H #define QSPINBOX_H #ifndef QT_H # include qframe.h # include qrangecontrol.h #endif // QT_H class QPushButton; class QLineEdit; class QValidator; struct QSpinBoxData; class QSpinBox: public QFrame, public QRangeControl { Q_OBJECT public: QSpinBox( QWidget* parent = 0, const char * name = 0 ); QSpinBox( int minValue, int maxValue, ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qspinbox-h.html -- 5.2 Кб -- 11.07.1998
Похожие документы

1122. Qt Toolkit - qsplitter.h include file
... This file is part of Qt Free Edition, version 1.40. ... ************************************************************************/ #ifndef QSPLITTER_H #define QSPLITTER_H #ifndef QT_H # include qframe.h #endif // QT_H class QInternalSplitter; class QSplitter : public QFrame { Q_OBJECT public: enum Orientation { Horizontal, Vertical }; enum ResizeMode { Stretch, KeepSize }; QSplitter( QWidget *parent=0, const char *name=0 ); QSplitter( Orientation, QWidget *parent=0, const char *name=0 ); ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qsplitter-h.html -- 5.0 Кб -- 11.07.1998
Похожие документы

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

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

1125. Qt Toolkit - qstring.h include file
This is the verbatim text of the qstring.h include file. ... This file is part of Qt Free Edition, version 1.40. ... 0 QString ( const QString s ) : QByteArray( s ) {} QString ( const char *str ); // deep copy QString ( const char *str, uint maxlen ); // deep copy, max length QString operator=( const QString s ); // shallow copy QString operator=( const char *str ); // deep copy bool isNull() const ; bool isEmpty() const ; uint length() const ; ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qstring-h.html -- 13.5 Кб -- 11.07.1998
Похожие документы

1126. Qt Toolkit - qstrlist.h include file
This is the verbatim text of the qstrlist.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QSTRLIST _H #define QSTRLIST _H #ifndef QT_H # include qstring.h # include qlist.h # include qdatastream.h #endif // QT_H #if defined(DEFAULT_TEMPLATECLASS) typedef QListT char QStrListBase ; typedef QListIteratorT char QStrListIterator; #else typedef Q_DECLARE(QListM, ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qstrlist-h.html -- 4.8 Кб -- 11.07.1998
Похожие документы

1127. Qt Toolkit - qtabbar.h include file
This is the verbatim text of the qtabbar.h include file. ... This file is part of Qt Free Edition, version 1.40. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QTABBAR _H #define QTABBAR _H #ifndef QT_H # include qwidget.h # include qpainter.h # include qlist.h #endif // QT_H struct QTabPrivate; struct QTab { QTab (): enabled( TRUE ), id( 0 ) {} virtual ~ ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qtabbar-h.html -- 4.3 Кб -- 11.07.1998
Похожие документы

1128. Qt Toolkit - qtabdialog.h include file
This is the verbatim text of the qtabdialog.h include file. ... **********************************************************************/ #ifndef QTABDIALOG_H #define QTABDIALOG_H #ifndef QT_H # include qdialog.h #endif // QT_H class QTabBar; struct QTabPrivate; struct QTab; class QTabDialog : public QDialog { Q_OBJECT public: QTabDialog( QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags f=0 ); ~QTabDialog(); void show(); void setFont( const QFont font ); void addTab( ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qtabdialog-h.html -- 4.4 Кб -- 11.07.1998
Похожие документы

1129. Qt Toolkit - qtableview.h include file
This is the verbatim text of the qtableview.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QTABLEVIEW _H #define QTABLEVIEW _H #ifndef QT_H # include qframe.h #endif // QT_H class QScrollBar; class CornerSquare; class QTableView : public QFrame { Q_OBJECT public: void setBackgroundColor( const QColor ); void setPalette( const QPalette ); void show(); void repaint( ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qtableview-h.html -- 9.5 Кб -- 11.07.1998
Похожие документы

1130. Qt Toolkit - qtextstream.h include file
This is the verbatim text of the qtextstream.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QTEXTSTREAM _H #define QTEXTSTREAM _H #ifndef QT_H # include qiodevice.h # include qstring.h # include stdio.h #endif // QT_H class QTextStream // text stream class { public: QTextStream (); QTextStream ( QIODevice * ); QTextStream ( QByteArray, int mode ); ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qtextstream-h.html -- 9.9 Кб -- 11.07.1998
Похожие документы

1131. Qt Toolkit - qtimage/qtimage.cpp example file
This example displays images which are in any format supported by Qt. ... This plugin displays a PNG format image. ... Qt stuff # include qnp.h # include qpainter.h # include qimage.h # include qpixmap.h # include qmessagebox.h # include qpopupmenu.h # include qpngio.h # include math.h # include stdlib.h # include stdio.h class ImageView : public QNPWidget { public: ImageView() { popup = new QPopupMenu ; popup - insertItem ( Left as ); ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qtimage-qtimage-cpp.html -- 8.0 Кб -- 11.07.1998
Похожие документы

1132. Qt Toolkit - qtimer.h include file
This is the verbatim text of the qtimer.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QTIMER _H #define QTIMER _H #ifndef QT_H # include qobject.h #endif // QT_H class QTimer : public QObject { Q_OBJECT public: QTimer ( QObject *parent=0, const char *name=0 ); ~ QTimer (); bool isActive() const ; int start( int msec, bool sshot = FALSE ); Copyright © 1998 Troll Tech . ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qtimer-h.html -- 3.6 Кб -- 11.07.1998
Похожие документы

1133. Qt Toolkit - qtoolbar.h include file
This is the verbatim text of the qtoolbar.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QTOOLBAR _H #define QTOOLBAR _H #ifndef QT_H # include qwidget.h # include qmainwindow .h #endif // QT_H class QButton; class QBoxLayout; class QToolBarPrivate; class QToolBar : public QWidget { Q_OBJECT public: QToolBar ( const char * label, ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qtoolbar-h.html -- 3.9 Кб -- 11.07.1998
Похожие документы

1134. Qt Toolkit - qtoolbutton.h include file
This is the verbatim text of the qtoolbutton.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QTOOLBUTTON _H #define QTOOLBUTTON _H #ifndef QT_H # include qbutton.h # include qstring.h # include qpixmap.h # include qiconset.h #endif // QT_H class QToolButtonPrivate; class QToolBar; class QToolButton : public QButton { Q_OBJECT public: ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qtoolbutton-h.html -- 4.5 Кб -- 11.07.1998
Похожие документы

1135. Qt Toolkit - qtooltip.h include file
This is the verbatim text of the qtooltip.h include file. ... **************************************************************************/ #ifndef QTOOLTIP_H #define QTOOLTIP_H #ifndef QT_H # include qwidget .h # include qtimer.h #endif // QT_H class QTipManager; class QLabel; class QToolTipGroup : public QObject { Q_OBJECT public: QToolTipGroup ( QObject *parent, const char *name = 0 ); ~ QToolTipGroup (); signals: void showTip( const char * ); ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qtooltip-h.html -- 4.4 Кб -- 11.07.1998
Похожие документы

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

1137. Qt Toolkit - qwhatsthis.h include file
This is the verbatim text of the qwhatsthis.h include file. ... Id: qwhatsthis.h,v 2.5 1998/07/03 00:09:54 hanord Exp $ ** ** Definition of QWhatsThis class ** ** Copyright (C) 1992-1998 Troll Tech AS. ... This file is part of Qt Free Edition, version 1.40. See the file LICENSE included in the distribution for the usage ** and distribution terms, or http://www.troll.no/free-license.html. IMPORTANT NOTE: You may NOT copy this file or any part of it into ** your own programs or libraries. ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qwhatsthis-h.html -- 3.5 Кб -- 11.07.1998
Похожие документы

1138. Qt Toolkit - qwidget.h include file
This is the verbatim text of the qwidget.h include file. ... This file is part of Qt Free Edition, version 1.40. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QWIDGET _H #define QWIDGET _H #ifndef QT_H # include qwindowdefs.h # include qobject.h # include qpaintdevice.h # include qpalette.h # include qcursor.h # include qfont.h # include qfontmetrics.h # ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qwidget-h.html -- 17.3 Кб -- 11.07.1998
Похожие документы

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

1140. Qt Toolkit - qwindow.h include file
This is the verbatim text of the qwindow.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QWINDOW_H #define QWINDOW_H #ifndef QT_H # include qwidget.h #endif // QT_H class QWindow : public QWidget // window widget class { Q_OBJECT public: QWindow ( QWidget *parent=0, const char *name=0, WFlags f=0 ); ~ QWindow (); private: // Disabled copy constructor and operator= QWindow ( ...
[ Сохраненная копия ]  Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qwindow-h.html -- 3.2 Кб -- 11.07.1998
Похожие документы

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

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