Поиск по:rtm-cs.sinp.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера rtm-cs.sinp.msu.ru ,которые мы индексируем. Показаны документы 1081 - 1100 из 1170.
Упорядочить по:
URL
|
дате изменения
1081. Qt Toolkit - qmainwindow.h include file
This is the verbatim text of the qmainwindow.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QMAINWINDOW _H #define QMAINWINDOW _H #ifndef QT_H # include qwidget.h #endif // QT_H class QMenuBar; class QToolBar ; class QStatusBar; class QToolTipGroup; class QMainWindowPrivate; class QMainWindow : public QWidget { Q_OBJECT public: QMainWindow ( QWidget * parent = 0, ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qmainwindow-h.html -- 4.4 Кб -- 11.07.1998
Похожие документы
Похожие документы
1082. Qt Toolkit - qmenubar.h include file
This is the verbatim text of the qmenubar.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QMENUBAR _H #define QMENUBAR _H #ifndef QT_H # include qpopupmenu .h #endif // QT_H class QMenuBar : public QFrame, public QMenuData { friend class QPopupMenu ; Q_OBJECT public: QMenuBar ( QWidget *parent=0, const char *name=0 ); ~ QMenuBar (); void updateItem( int id ); ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qmenubar-h.html -- 5.0 Кб -- 11.07.1998
Похожие документы
Похожие документы
1083. Qt Toolkit - qmenudata.h include file
This is the verbatim text of the qmenudata.h include file. ... ************************************************************************/ #ifndef QMENUDATA_H #define QMENUDATA_H #ifndef QT_H # include qglobal.h #endif // QT_H class QPopupMenu; #if defined( INCLUDE _MENUITEM_DEF) # include qstring.h # include qpixmap .h # include qsignal.h class QMenuItem // internal menu item class { friend class QMenuData; public: QMenuItem(); ~QMenuItem(); int id() ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qmenudata-h.html -- 9.1 Кб -- 11.07.1998
Похожие документы
Похожие документы
1084. Qt Toolkit - qmessagebox.h include file
... This file is part of Qt Free Edition, version 1.40. ... ********************************************************************/ #ifndef QMESSAGEBOX_H #define QMESSAGEBOX_H #ifndef QT_H # include qdialog.h #endif // QT_H class QLabel; class QPushButton; struct QMBData; class QMessageBox : public QDialog { Q_OBJECT public: enum Icon { NoIcon = 0, Information = 1, Warning = 2, Critical = 3 }; QMessageBox( QWidget * parent =0, const char *name=0 ); QMessageBox( const char *caption, const ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qmessagebox-h.html -- 7.0 Кб -- 11.07.1998
Похожие документы
Похожие документы
1085. Qt Toolkit - qmovie.h include file
This is the verbatim text of the qmovie.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QMOVIE _H #define QMOVIE _H #ifndef QT_H # include qobject.h # include qpixmap.h #endif // QT_H class QDataSource; class QMoviePrivate; class QMovie { public: QMovie (); QMovie (QDataSource*, int bufsize=1024); QMovie ( const char * fileName, int bufsize=1024); ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qmovie-h.html -- 4.4 Кб -- 11.07.1998
Похожие документы
Похожие документы
1086. Qt Toolkit - qmultilinedit.h include file
This is the verbatim text of the qmultilinedit.h include file. ... ****************************************************************/ #ifndef QMULTILINEDIT_H #define QMULTILINEDIT_H #ifndef QT_H # include qtableview.h # include qstring.h # include qlist.h #endif // QT_H struct QMultiLineData; class QMultiLineEdit : public QTableView { Q_OBJECT public: QMultiLineEdit ( QWidget *parent=0, const char *name=0 ); ~ QMultiLineEdit (); const char *textLine( int line ) ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qmultilinedit-h.html -- 7.8 Кб -- 11.07.1998
Похожие документы
Похожие документы
1087. Qt Toolkit - qnp.h include file
This is the verbatim text of the qnp.h include file. ... software. ** *****************************************************************************/ #ifndef QNP_H #define QNP_H #ifndef QT_H # include qwidget.h #endif // QT_H struct _NPInstance; struct _NPStream; class QNPInstance; class QNPStream { public: ~QNPStream(); const char * url() const ; uint end() const ; uint lastModified() const ; const char * type() const ; bool seekable() const ; bool okay() const ; ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qnp-h.html -- 5.9 Кб -- 11.07.1998
Похожие документы
Похожие документы
1088. Qt Toolkit - qobject.h include file
This is the verbatim text of the qobject.h include file. ... objname : defaultName; } void setName( const char *name ); bool isWidgetType() const { return isWidget; } bool highPriority() const { return hiPriority; } bool signalsBlocked() const { return blockSig; } void blockSignals( bool b ); int startTimer( int interval ); void killTimer( int id ); void killTimers(); const QObjectList *children() const { return childObjects; } QObjectList *queryList( ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qobject-h.html -- 7.8 Кб -- 11.07.1998
Похожие документы
Похожие документы
1089. Qt Toolkit - qpaintdevice.h include file
This is the verbatim text of the qpaintdevice.h include file. ... This file is part of Qt Free Edition, version 1.40. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QPAINTDEVICE _H #define QPAINTDEVICE _H #ifndef QT_H # include qwindowdefs.h # include qrect.h #endif // QT_H // Painter device types (is-A) #define PDT_UNDEF 0x00 #define PDT_WIDGET 0x01 #define PDT_PIXMAP ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qpaintdevice-h.html -- 7.6 Кб -- 11.07.1998
Похожие документы
Похожие документы
1090. Qt Toolkit - qpaintdevicemetrics.h include file
This is the verbatim text of the qpaintdevicemetrics.h include file. ... ****************************************************/ #ifndef QPAINTDEVICEMETRICS_H #define QPAINTDEVICEMETRICS_H #ifndef QT_H # include qwindowdefs.h # include qpaintdevice.h # include qpaintdevicedefs.h #endif // QT_H class QPaintDeviceMetrics // paint device metrics { public: QPaintDeviceMetrics( const QPaintDevice * ); int width() const { return ( int ) pdev - metric (PDM_WIDTH); } ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qpaintdevicemetrics-h.html -- 3.7 Кб -- 11.07.1998
Похожие документы
Похожие документы
1091. Qt Toolkit - qpainter.h include file
This is the verbatim text of the qpainter.h include file. ... This file is part of Qt Free Edition, version 1.40. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QPAINTER _H #define QPAINTER _H #ifndef QT_H # include qpaintdevice.h # include qcolor.h # include qfontmetrics.h # include qfontinfo.h # include qregion.h # include qpen.h # include qbrush.h # ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qpainter-h.html -- 20.2 Кб -- 11.07.1998
Похожие документы
Похожие документы
1092. Qt Toolkit - qpalette.h include file
This is the verbatim text of the qpalette.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QPALETTE _H #define QPALETTE _H #ifndef QT_H # include qwindowdefs.h # include qcolor .h # include qshared.h #endif // QT_H class QColorGroup // color group class { public: QColorGroup (); // all colors black QColorGroup ( const QColor foreground, ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qpalette-h.html -- 6.0 Кб -- 11.07.1998
Похожие документы
Похожие документы
1093. Qt Toolkit - qpen.h include file
This is the verbatim text of the qpen.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QPEN _H #define QPEN _H #ifndef QT_H # include qcolor .h # include qshared.h #endif // QT_H enum PenStyle { NoPen, SolidLine, DashLine, // pen style DotLine, DashDotLine, DashDotDotLine }; class QPen { friend class QPainter; public: QPen (); QPen ( PenStyle ); QPen ( ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qpen-h.html -- 4.4 Кб -- 11.07.1998
Похожие документы
Похожие документы
1094. Qt Toolkit - qpicture.h include file
This is the verbatim text of the qpicture.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QPICTURE _H #define QPICTURE _H #ifndef QT_H # include qpaintdevice.h # include qbuffer.h #endif // QT_H class QPicture : public QPaintDevice // picture class { public: QPicture (); ~ QPicture (); bool isNull() const ; uint size() const ; const char * data () ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qpicture-h.html -- 4.0 Кб -- 11.07.1998
Похожие документы
Похожие документы
1095. Qt Toolkit - qpixmap.h include file
This is the verbatim text of the qpixmap.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QPIXMAP _H #define QPIXMAP _H #ifndef QT_H # include qpaintdevice.h # include qcolor.h # include qstring.h #endif // QT_H class QPixmap : public QPaintDevice // pixmap class { friend class QPaintDevice; friend class QPainter; public: enum ColorMode { Auto, Color, Mono }; QPixmap (); ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qpixmap-h.html -- 8.7 Кб -- 11.07.1998
Похожие документы
Похожие документы
1096. Qt Toolkit - qpixmapcache.h include file
This is the verbatim text of the qpixmapcache.h include file. ... ******************************************************************/ #ifndef QPIXMAPCACHE_H #define QPIXMAPCACHE_H #ifndef QT_H # include qpixmap .h #endif // QT_H class QPixmapCache // global pixmap cache { public: static int cacheLimit(); static void setCacheLimit( int ); static QPixmap *find( const char * key ); static bool find( const char * key , QPixmap ); static bool insert( ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qpixmapcache-h.html -- 3.4 Кб -- 11.07.1998
Похожие документы
Похожие документы
1097. Qt Toolkit - qpoint.h include file
This is the verbatim text of the qpoint.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QPOINT _H #define QPOINT _H #ifndef QT_H # include qwindowdefs.h #endif // QT_H #if defined( QPOINT _C) || defined(DEBUG) #define QPOINT _DEBUG #endif class QPoint { public: QPoint () {} QPoint ( int xpos, int ypos ); bool isNull() const ; int x() const ; int y() ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qpoint-h.html -- 7.4 Кб -- 11.07.1998
Похожие документы
Похожие документы
1098. Qt Toolkit - qpointarray.h include file
This is the verbatim text of the qpointarray.h include file. ... This file is part of Qt Free Edition, version 1.40. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QPOINTARRAY _H #define QPOINTARRAY _H #ifndef QT_H # include qarray.h # include qpoint .h #endif // QT_H /***************************************************************************** QPointData struct; platform ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qpointarray-h.html -- 7.3 Кб -- 11.07.1998
Похожие документы
Похожие документы
1099. Qt Toolkit - qpopupmenu.h include file
This is the verbatim text of the qpopupmenu.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QPOPUPMENU _H #define QPOPUPMENU _H #ifndef QT_H # include qtableview.h # include qmenudata.h #endif // QT_H class QPopupMenu : public QTableView, public QMenuData { friend class QMenuData; friend class QMenuBar; Q_OBJECT public: QPopupMenu ( QWidget *parent=0, const char *name=0 ); ~ ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qpopupmenu-h.html -- 5.7 Кб -- 11.07.1998
Похожие документы
Похожие документы
1100. Qt Toolkit - qprintdialog.h include file
This is the verbatim text of the qprintdialog.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QPRINTDIALOG _H #define QPRINTDIALOG _H #ifndef QT_H # include qdialog.h #endif // QT_H class QGroupBox ; struct QPrintDialogPrivate; class QPrintDialog : public QDialog { Q_OBJECT public: QPrintDialog ( QPrinter *, QWidget *parent=0, const char *name=0 ); ~ ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qprintdialog-h.html -- 4.0 Кб -- 11.07.1998
Похожие документы
Похожие документы