Поиск по:rtm-cs.sinp.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера rtm-cs.sinp.msu.ru ,которые мы индексируем. Показаны документы 1061 - 1080 из 1170.
Упорядочить по:
URL
|
дате изменения
1061. Qt Toolkit - qgdict.h include file
... This file is part of Qt Free Edition, version 1.40. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QGDICT _H #define QGDICT _H #ifndef QT_H # include qcollection.h #endif // QT_H class QBucket; // internal classes class QListM_ QGDictIterator ; #define QGDItList QListM_ QGDictIterator class QGDict : public QCollection // generic dictionary class { friend class QGDictIterator ; public: uint count() ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qgdict-h.html -- 4.8 Кб -- 11.07.1998
Похожие документы
Похожие документы
1062. Qt Toolkit - qgl.h include file
This is the verbatim text of the qgl.h include file. ... *********************************/ #ifndef QGL_H #define QGL_H #define QGL_VERSION 200 #define QGL_VERSION_STR 2.0b const char *qGLVersion(); #ifndef QT_H # include qwidget.h #endif // QT_H #if !(defined(Q_WGL) || defined(Q_GLX)) #if defined(_OS_WIN32_) #define Q_WGL #else #define Q_GLX #endif #endif #if defined(Q_WGL) # include windows.h #endif # include GL/gl.h # include GL/glu.h class QGLFormat { public: ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qgl-h.html -- 8.5 Кб -- 11.07.1998
Похожие документы
Похожие документы
1063. Qt Toolkit - qglist.h include file
... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QGLIST _H #define QGLIST _H #ifndef QT_H # include qcollection.h #endif // QT_H /***************************************************************************** QLNode class (internal doubly linked list node) *****************************************************************************/ class QLNode { friend class ... curNode->data : 0; } #endif // QGLIST_H ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qglist-h.html -- 9.8 Кб -- 11.07.1998
Похожие документы
Похожие документы
1064. Qt Toolkit - qglobal.h include file
... commercial/proprietary software. ** *****************************************************************************/ #ifndef QGLOBAL_H # define QGLOBAL_H # define QT_VERSION 140 # define QT_VERSION_STR 1.40 // // The operating system, must be one of: (_OS_x_) // // MAC - Macintosh // MSDOS - MS-DOS and ... sort // AIX - AIX Unix // UNIXWARE - SCO UnixWare // GNU - GNU Hurd // DGUX - DG Unix // UNIX - Any UNIX bsd/sysv system // #if defined (macintosh) # ... a) : (b)) #define QABS(a) ((a) >= 0 ?...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qglobal-h.html -- 13.5 Кб -- 11.07.1998
Похожие документы
Похожие документы
1065. Qt Toolkit - qgmanager.h include file
This is the verbatim text of the qgmanager.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QGMANAGER _H #define QGMANAGER _H #ifndef QT_H # include qintdict.h # include qwidget .h #endif // QT_H class QChain ; struct QGManagerData; class QGManager : public QObject { Q_OBJECT public: QGManager ( QWidget *parent, const char *name=0 ); ~ QGManager (); void setBorder( ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qgmanager-h.html -- 4.6 Кб -- 11.07.1998
Похожие документы
Похожие документы
1066. Qt Toolkit - qgroupbox.h include file
This is the verbatim text of the qgroupbox.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QGROUPBOX _H #define QGROUPBOX _H #ifndef QT_H # include qframe.h #endif // QT_H class QGroupBox : public QFrame { Q_OBJECT public: QGroupBox ( QWidget *parent=0, const char *name=0 ); QGroupBox ( const char *title, QWidget *parent=0, const char *name=0 ); const ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qgroupbox-h.html -- 3.6 Кб -- 11.07.1998
Похожие документы
Похожие документы
1067. Qt Toolkit - qheader.h include file
This is the verbatim text of the qheader.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QHEADER _H #define QHEADER _H #ifndef QT_H # include qtableview.h #endif // QT_H struct QHeaderData; class QHeader : public QTableView { Q_OBJECT public: enum Orientation { Horizontal, Vertical }; QHeader ( QWidget *parent=0, const char *name=0 ); QHeader ( int , QWidget *parent=0, ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qheader-h.html -- 5.7 Кб -- 11.07.1998
Похожие документы
Похожие документы
1068. Qt Toolkit - qiconset.h include file
This is the verbatim text of the qiconset.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QICONSET _H #define QICONSET _H # include qpixmap .h struct QIconSetPrivate; class QIconSet { public: enum Size { Automatic, Small, Large }; enum Mode { Normal, Disabled, Active }; QIconSet ( const QPixmap , Size = Automatic ); QIconSet ( const Copyright ? 1998 Troll Tech . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qiconset-h.html -- 3.5 Кб -- 11.07.1998
Похожие документы
Похожие документы
1069. Qt Toolkit - qimage.h include file
This is the verbatim text of the qimage.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QIMAGE _H #define QIMAGE _H #ifndef QT_H # include qpixmap.h # include qstrlist.h #endif // QT_H class QImage { public: enum Endian { IgnoreEndian, BigEndian, LittleEndian }; QImage (); QImage ( int width, int height, int depth, ... data->bits[i] : 0; } #endif #endif // QIMAGE_H . ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qimage-h.html -- 10.8 Кб -- 11.07.1998
Похожие документы
Похожие документы
1070. Qt Toolkit - qintcache.h include file
... ************************************************************************/ #ifndef QINTCACHE_H #define QINTCACHE_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 QIntCachedeclare QIntCacheMdeclare #define QIntCache QIntCacheM #endif #define QIntCacheM( type ) name2(QIntCacheM_, ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qintcache-h.html -- 11.0 Кб -- 11.07.1998
Похожие документы
Похожие документы
1071. Qt Toolkit - qintdict.h include file
... **************************************************************************/ #ifndef QINTDICT_H #define QINTDICT_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 QIntDictdeclare QIntDictMdeclare #define QIntDict QIntDictM #endif #define QIntDictM( type ) name2(QIntDictM_, ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qintdict-h.html -- 9.4 Кб -- 11.07.1998
Похожие документы
Похожие документы
1072. Qt Toolkit - qiodevice.h include file
This is the verbatim text of the qiodevice.h include file. ... commercial/proprietary software. ** *****************************************************************************/ #ifndef QIODEVICE_H # define QIODEVICE_H #ifndef QT_H # include qglobal.h #endif // QT_H // IO device access types # define IO_Direct 0x0100 // direct access device # define IO_Sequential 0x0200 // sequential access device # define IO_Combined 0x0300 // combined direct/sequential # ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qiodevice-h.html -- 6.9 Кб -- 11.07.1998
Похожие документы
Похожие документы
1073. Qt Toolkit - qkeycode.h include file
This is the verbatim text of the qkeycode.h include file. ... F35 only on X11 # define Key_F26 0x1049 # define Key_F27 0x104a # define Key_F28 0x104b # define Key_F29 0x104c # define Key_F30 0x104d # define Key_F31 0x104e # define Key_F32 0x104f # define Key_F33 0x1050 # define Key_F34 0x1051 # define Key_F35 0x1052 # define Key_Space 0x20 // 7 bit printable ASCII # define Key_Exclam 0x21 # define Key_QuoteDbl 0x22 # define Key_NumberSign 0x23 # define Key_Dollar 0x24 # ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qkeycode-h.html -- 12.0 Кб -- 11.07.1998
Похожие документы
Похожие документы
1074. Qt Toolkit - qlabel.h include file
This is the verbatim text of the qlabel.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QLABEL _H #define QLABEL _H #ifndef QT_H # include qframe.h #endif // QT_H class QLabel : public QFrame { Q_OBJECT public: QLabel ( QWidget *parent=0, const char *name=0, WFlags f=0 ); QLabel ( const char *text, QWidget *parent=0, const char *name=0, WFlags f=0 ); ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qlabel-h.html -- 4.6 Кб -- 11.07.1998
Похожие документы
Похожие документы
1075. Qt Toolkit - qlayout.h include file
This is the verbatim text of the qlayout.h include file. ... This file is part of Qt Free Edition, version 1.40. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QLAYOUT _H #define QLAYOUT _H #ifndef QT_H # include qgmanager.h # include qlist.h #endif // QT_H class QMenuBar; struct QLayoutData; class QLayout : public QObject { Q_OBJECT public: virtual ~ QLayout (); int defaultBorder() ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qlayout-h.html -- 7.0 Кб -- 11.07.1998
Похожие документы
Похожие документы
1076. Qt Toolkit - qlcdnumber.h include file
This is the verbatim text of the qlcdnumber.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QLCDNUMBER _H #define QLCDNUMBER _H #ifndef QT_H # include qframe.h # include qbitarray.h #endif // QT_H class QLCDNumber : public QFrame // LCD number widget { Q_OBJECT public: QLCDNumber ( QWidget *parent=0, const char *name=0 ); QLCDNumber ( uint numDigits, QWidget *parent=0, ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qlcdnumber-h.html -- 5.0 Кб -- 11.07.1998
Похожие документы
Похожие документы
1077. Qt Toolkit - qlineedit.h include file
This is the verbatim text of the qlineedit.h include file. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QLINEEDIT _H #define QLINEEDIT _H struct QLineEditPrivate; class QComboBox; class QValidator; #ifndef QT_H # include qwidget.h # include qstring.h #endif // QT_H class QLineEdit : public QWidget { Q_OBJECT public: QLineEdit ( QWidget *parent=0, const char *name=0 ); ~ QLineEdit (); ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qlineedit-h.html -- 6.1 Кб -- 11.07.1998
Похожие документы
Похожие документы
1078. Qt Toolkit - qlist.h include file
This is the verbatim text of the qlist.h include file. ... ** *****************************************************************************/ #ifndef QLIST_H #define QLIST_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 QListdeclare QListMdeclare #define QList QListM #endif #define QListM( type ) name2(QListM_, ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qlist-h.html -- 13.0 Кб -- 11.07.1998
Похожие документы
Похожие документы
1079. Qt Toolkit - qlistbox.h include file
This is the verbatim text of the qlistbox.h include file. ... This file is part of Qt Free Edition, version 1.40. ... creation of commercial/proprietary software. ** *****************************************************************************/ #ifndef QLISTBOX _H #define QLISTBOX _H #ifndef QT_H # include qtableview.h # include qpixmap.h #endif // QT_H #define LBI_Undefined 0 // list box item types #define LBI_Text 1 #define LBI_Pixmap 2 #define ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qlistbox-h.html -- 9.0 Кб -- 11.07.1998
Похожие документы
Похожие документы
1080. Qt Toolkit - qlistview.h include file
This is the verbatim text of the qlistview.h include file. ... QLISTVIEW_H class QStrList; class QPixmap; class QFont; class QHeader; class QListView; struct QListViewPrivate; #ifndef QT_H # include qscrollview.h #endif // QT_H class QListViewItem { public: QListViewItem ( QListView * parent ); QListViewItem ( QListViewItem * parent ); QListViewItem ( QListView * parent, const char *, const char * = 0, const char * = 0, const char * = 0, const ...
[
Сохраненная копия
]
Ссылки http://rtm-cs.sinp.msu.ru/manual/qt/qlistview-h.html -- 10.6 Кб -- 11.07.1998
Похожие документы
Похожие документы