OSDN Git Service

タグを打ち忘れていたついでに、html版ドキュメントを追加しました。
[ring-lang-081/ring.git] / docs / build / html / _sources / qtclassesdoc.txt
1 .. index:: 
2      single: RingQt クラスリファレンス; はじめに
3
4 =========================
5 RingQt クラスリファレンス
6 =========================
7
8
9 .. index::
10         pair: RingQt クラスリファレンス; CodeEditor クラス
11
12 CodeEditor クラス
13 =================
14
15
16 仮引数 : QWidget \*
17
18
19 親クラス : QPlainTextEdit
20
21 * void setCompleter(QCompleter \*c)
22 * QCompleter \*completer(void)
23 * void setLineNumbersAreaColor(QColor oColor)
24 * void setLineNumbersAreaBackColor(QColor oColor)
25
26 .. index::
27         pair: RingQt クラスリファレンス; QAbstractAspect クラス
28
29 QAbstractAspect クラス
30 ======================
31
32
33 C++ リファレンス : http://doc.qt.io/qt-5/qt3dcore-qabstractaspect.html
34
35
36 仮引数 : QObject \*
37
38
39 親クラス : QObject
40
41 * void scheduleSingleShotJob(Qt3DCore::QAspectJobPtr job)
42
43 .. index::
44         pair: RingQt クラスリファレンス; QAbstractButton クラス
45
46 QAbstractButton クラス
47 ======================
48
49
50 C++ リファレンス : http://doc.qt.io/qt-5/qabstractbutton.html
51
52
53 仮引数 : QWidget \*parent
54
55
56 親クラス : QWidget
57
58 * bool autoExclusive(void)
59 * bool autoRepeat(void)
60 * int autoRepeatDelay(void)
61 * int autoRepeatInterval(void)
62 * QButtonGroup \*group(void)
63 * QIcon icon(void)
64 * QSize iconSize(void)
65 * bool isCheckable(void)
66 * bool isChecked(void)
67 * bool isDown(void)
68 * void setAutoExclusive(bool)
69 * void setAutoRepeat(bool)
70 * void setAutoRepeatDelay(int)
71 * void setAutoRepeatInterval(int)
72 * void setCheckable(bool)
73 * void setDown(bool)
74 * void setIcon(QIcon)
75 * void setShortcut(QKeySequence)
76 * void setText(QString)
77 * QKeySequence shortcut(void)
78 * QString text(void)
79 * void animateClick(int msec)
80 * void click(void)
81 * void setChecked(bool)
82 * void setIconSize(QSize)
83 * void toggle(void)
84
85 .. index::
86         pair: RingQt クラスリファレンス; QAbstractCameraController クラス
87
88 QAbstractCameraController クラス
89 ================================
90
91
92 C++ リファレンス : http://doc.qt.io/qt-5/qt3dextras-qabstractcameracontroller.html
93
94
95 親クラス : QEntity
96
97 * float acceleration(void)
98 * Qt3DRender::QCamera \* camera(void)
99 * float deceleration(void)
100 * float linearSpeed(void)
101 * float lookSpeed(void)
102 * void setAcceleration(float acceleration)
103 * void setCamera(Qt3DRender::QCamera \*camera)
104 * void setDeceleration(float deceleration)
105 * void setLinearSpeed(float linearSpeed)
106 * void setLookSpeed(float lookSpeed)
107
108 .. index::
109         pair: RingQt クラスリファレンス; QAbstractItemView クラス
110
111 QAbstractItemView クラス
112 ========================
113
114
115 C++ リファレンス : http://doc.qt.io/qt-5/qabstractitemview.html
116
117
118 仮引数 : QWidget \*parent
119
120
121 親クラス : QAbstractScrollArea
122
123 * bool alternatingRowColors(void)
124 * int autoScrollMargin(void)
125 * void closePersistentEditor(QModelIndex)
126 * QModelIndex currentIndex(void)
127 * int defaultDropAction(void)
128 * int dragDropMode(void)
129 * bool dragDropOverwriteMode(void)
130 * bool dragEnabled(void)
131 * int editTriggers(void)
132 * bool hasAutoScroll(void)
133 * int horizontalScrollMode(void)
134 * QSize iconSize(void)
135 * QModelIndex indexAt(QPoint)
136 * QWidget \*indexWidget(QModelIndex)
137 * QAbstractItemDelegate \*itemDelegate(QModelIndex)
138 * QAbstractItemDelegate \*itemDelegateForColumn(int column)
139 * QAbstractItemDelegate \*itemDelegateForRow(int row)
140 * void keyboardSearch(QString)
141 * QAbstractItemModel \*model(void)
142 * void openPersistentEditor(QModelIndex)
143 * QModelIndex rootIndex(void)
144 * void scrollTo(QModelIndex,QAbstractItemView::ScrollHint)
145 * int selectionBehavior(void)
146 * int selectionMode(void)
147 * QItemSelectionModel \*selectionModel(void)
148 * void setAlternatingRowColors(bool enable)
149 * void setAutoScroll(bool enable)
150 * void setAutoScrollMargin(int margin)
151 * void setDefaultDropAction(Qt::DropAction dropAction)
152 * void setDragDropMode(QAbstractItemView::DragDropMode behavior)
153 * void setDragDropOverwriteMode(bool overwrite)
154 * void setDragEnabled(bool enable)
155 * void setDropIndicatorShown(bool enable)
156 * void setEditTriggers(QAbstractItemView::EditTrigger triggers)
157 * void setHorizontalScrollMode(QAbstractItemView::ScrollMode mode)
158 * void setIconSize(QSize)
159 * void setIndexWidget(QModelIndex, QWidget \*widget)
160 * void setItemDelegate(QAbstractItemDelegate \*delegate)
161 * void setItemDelegateForColumn(int column, QAbstractItemDelegate \*delegate)
162 * void setItemDelegateForRow(int row, QAbstractItemDelegate \*delegate)
163 * void setModel(QAbstractItemModel \*model)
164 * void setSelectionBehavior(QAbstractItemView::SelectionBehavior behavior)
165 * void setSelectionMode(QAbstractItemView::SelectionMode mode)
166 * void setSelectionModel(QItemSelectionModel \*selectionModel)
167 * void setTabKeyNavigation(bool enable)
168 * void setTextElideMode(Qt::TextElideMode mode)
169 * void setVerticalScrollMode(QAbstractItemView::ScrollMode mode)
170 * bool showDropIndicator(void)
171 * int sizeHintForColumn(int column)
172 * QSize sizeHintForIndex(QModelIndex)
173 * int sizeHintForRow(int row)
174 * bool tabKeyNavigation(void)
175 * int textElideMode(void)
176 * int verticalScrollMode(void)
177 * QRect visualRect(QModelIndex)
178 * void clearSelection(void)
179 * void edit(QModelIndex)
180 * void scrollToBottom(void)
181 * void scrollToTop(void)
182 * void setCurrentIndex(QModelIndex)
183 * void update(QModelIndex)
184
185 .. index::
186         pair: RingQt クラスリファレンス; QAbstractPrintDialog クラス
187
188 QAbstractPrintDialog クラス
189 ===========================
190
191
192 C++ リファレンス : http://doc.qt.io/qt-5/qabstractprintdialog.html
193
194
195 仮引数 : QPrinter \*,QWidget \*
196
197
198 親クラス : QDialog
199
200 * int fromPage(void)
201 * int maxPage(void)
202 * int minPage(void)
203 * QAbstractPrintDialog::PrintRange printRange(void)
204 * QPrinter \* printer(void)
205 * void setFromTo(int from, int to)
206 * void setMinMax(int min, int max)
207 * void setOptionTabs(QList<QWidget \*> tabs)
208 * void setPrintRange(QAbstractPrintDialog::PrintRange range)
209 * int toPage(void)
210
211 .. index::
212         pair: RingQt クラスリファレンス; QAbstractScrollArea クラス
213
214 QAbstractScrollArea クラス
215 ==========================
216
217
218 C++ リファレンス : http://doc.qt.io/qt-5/qabstractscrollarea.html
219
220
221 仮引数 : QWidget \*parent
222
223
224 親クラス : QFrame
225
226 * void addScrollBarWidget(QWidget \*widget, Qt::AlignmentFlag alignment)
227 * QWidget \*cornerWidget(void)
228 * QScrollBar \*horizontalScrollBar(void)
229 * int horizontalScrollBarPolicy(void)
230 * QSize maximumViewportSize(void)
231 * QWidgetList scrollBarWidgets(Qt::AlignmentFlag)
232 * void setCornerWidget(QWidget \*widget)
233 * void setHorizontalScrollBar(QScrollBar \*scrollBar)
234 * void setHorizontalScrollBarPolicy(Qt::ScrollBarPolicy)
235 * void setVerticalScrollBar(QScrollBar \*scrollBar)
236 * void setVerticalScrollBarPolicy(Qt::ScrollBarPolicy)
237 * void setViewport(QWidget \*widget)
238 * QScrollBar \*verticalScrollBar(void)
239 * int verticalScrollBarPolicy(void)
240 * QWidget \*viewport(void)
241
242 .. index::
243         pair: RingQt クラスリファレンス; QAbstractSlider クラス
244
245 QAbstractSlider クラス
246 ======================
247
248
249 C++ リファレンス : http://doc.qt.io/qt-5/qabstractslider.html
250
251
252 仮引数 : QWidget \*parent
253
254
255 親クラス : QWidget
256
257 * bool hasTracking(void)
258 * bool invertedAppearance(void)
259 * bool invertedControls(void)
260 * bool isSliderDown(void)
261 * int maximum(void)
262 * int minimum(void)
263 * int orientation(void)
264 * int pageStep(void)
265 * void setInvertedAppearance(bool)
266 * void setInvertedControls(bool)
267 * void setMaximum(int)
268 * void setMinimum(int)
269 * void setPageStep(int)
270 * void setSingleStep(int)
271 * void setSliderDown(bool)
272 * void setSliderPosition(int)
273 * void setTracking(bool enable)
274 * int singleStep(void)
275 * int sliderPosition(void)
276 * void triggerAction(QAbstractSlider::SliderAction action)
277 * int value(void)
278 * void setOrientation(Qt::Orientation)
279 * void setRange(int min, int max)
280 * void setValue(int)
281
282 .. index::
283         pair: RingQt クラスリファレンス; QAbstractSocket クラス
284
285 QAbstractSocket クラス
286 ======================
287
288
289 C++ リファレンス : http://doc.qt.io/qt-5/qabstractsocket.html
290
291
292 仮引数 : void
293
294
295 親クラス : QIODevice
296
297 * void abort(void)
298 * bool bind(QHostAddress address, int port, QAbstractSocket::BindFlag mode)
299 * void connectToHost(QString  hostName, int port, QIODevice::OpenModeFlag openMode, QAbstractSocket::NetworkLayerProtocol protocol)
300 * void disconnectFromHost(void)
301 * int error(void)
302 * bool flush(void)
303 * bool isValid(void)
304 * QHostAddress localAddress(void)
305 * int localPort(void)
306 * int pauseMode(void)
307 * QHostAddress peerAddress(void)
308 * QString peerName(void)
309 * int peerPort(void)
310 * QNetworkProxy proxy(void)
311 * int readBufferSize(void)
312 * void resume(void)
313 * void setPauseMode(QAbstractSocket::PauseMode pauseMode)
314 * void setProxy(QNetworkProxy  networkProxy)
315 * void setReadBufferSize(int size)
316 * bool setSocketDescriptor(qintptr socketDescriptor, QAbstractSocket::SocketState socketState, QIODevice::OpenModeFlag openMode)
317 * void setSocketOption(QAbstractSocket::SocketOption option,  QVariant  value)
318 * int \*socketDescriptor(void)
319 * QVariant socketOption(QAbstractSocket::SocketOption option)
320 * int socketType(void)
321 * int state(void)
322 * bool waitForConnected(int msecs)
323 * bool waitForDisconnected(int msecs)
324 * bool atEnd(void)
325 * int bytesAvailable(void)
326 * int bytesToWrite(void)
327 * bool canReadLine(void)
328 * void close(void)
329 * bool isSequential(void)
330 * bool waitForBytesWritten(int msecs)
331 * bool waitForReadyRead(int msecs)
332 * void setconnectedEvent(const char \*)
333 * void setdisconnectedEvent(const char \*)
334 * void seterrorEvent(const char \*)
335 * void sethostFoundEvent(const char \*)
336 * void setproxyAuthenticationRequiredEvent(const char \*)
337 * void setstateChangedEvent(const char \*)
338 * const char \*getconnectedEvent(void)
339 * const char \*getdisconnectedEvent(void)
340 * const char \*geterrorEvent(void)
341 * const char \*gethostFoundEvent(void)
342 * const char \*getproxyAuthenticationRequiredEvent(void)
343 * const char \*getstateChangedEvent(void)
344
345 .. index::
346         pair: RingQt クラスリファレンス; QAbstractSpinBox クラス
347
348 QAbstractSpinBox クラス
349 =======================
350
351
352 C++ リファレンス : http://doc.qt.io/qt-5/qabstractspinbox.html
353
354
355 仮引数 : QWidget \*parent
356
357
358 親クラス : QWidget
359
360 * int alignment(void)
361 * int buttonSymbols(void)
362 * int correctionMode(void)
363 * bool hasAcceptableInput(void)
364 * bool hasFrame(void)
365 * void interpretText(void)
366 * bool isAccelerated(void)
367 * bool keyboardTracking(void)
368 * void setAccelerated(bool on)
369 * void setAlignment(Qt::AlignmentFlag flag)
370 * void setButtonSymbols(QAbstractSpinBox::ButtonSymbols bs)
371 * void setCorrectionMode(QAbstractSpinBox::CorrectionMode cm)
372 * void setFrame(bool)
373 * void setReadOnly(bool r)
374 * void setSpecialValueText(QString)
375 * void setWrapping(bool w)
376 * QString specialValueText(void)
377 * void stepBy(int steps)
378 * QString text(void)
379 * bool wrapping(void)
380 * void clear(void)
381 * void selectAll(void)
382 * void stepDown(void)
383 * void stepUp(void)
384
385 .. index::
386         pair: RingQt クラスリファレンス; QAction クラス
387
388 QAction クラス
389 ==============
390
391
392 C++ リファレンス : http://doc.qt.io/qt-5/qaction.html
393
394
395 仮引数 : QWidget \*parent
396
397 * QActionGroup \*actionGroup(void)
398 * void activate(QAction::ActionEvent event)
399 * bool autoRepeat(void)
400 * QVariant data(void)
401 * QFont font(void)
402 * QIcon icon(void)
403 * QString iconText(void)
404 * bool isCheckable(void)
405 * bool isChecked(void)
406 * bool isEnabled(void)
407 * bool isIconVisibleInMenu(void)
408 * bool isSeparator(void)
409 * bool isVisible(void)
410 * QMenu \*menu(void)
411 * int menuRole(void)
412 * QWidget \*parentWidget(void)
413 * int priority(void)
414 * void setActionGroup(QActionGroup \*group)
415 * void setAutoRepeat(bool)
416 * void setCheckable(bool)
417 * void setData(QVariant)
418 * void setFont(QFont)
419 * void setIcon(QIcon)
420 * void setIconText(QString)
421 * void setIconVisibleInMenu(bool visible)
422 * void setMenu(QMenu \*menu)
423 * void setMenuRole(QAction::MenuRole menuRole)
424 * void setPriority(QAction::Priority priority)
425 * void setSeparator(bool b)
426 * void setShortcut(QKeySequence)
427 * void setShortcutContext(Qt::ShortcutContext context)
428 * void setShortcuts(QKeySequence::StandardKey key)
429 * void setStatusTip(QString)
430 * void setText(QString)
431 * void setToolTip(QString)
432 * void setWhatsThis(QString)
433 * QKeySequence shortcut(void)
434 * int shortcutContext(void)
435 * bool showStatusText(QWidget \*widget)
436 * QString statusTip(void)
437 * QString text(void)
438 * QString toolTip(void)
439 * QString whatsThis(void)
440 * void hover(void)
441 * void setChecked(bool)
442 * void setDisabled(bool)
443 * void setEnabled(bool)
444 * void setVisible(bool)
445 * void toggle(void)
446 * void trigger(void)
447 * void setClickEvent(const char \*)
448 * const char \*getClickEvent(void)
449
450 .. index::
451         pair: RingQt クラスリファレンス; QAllEvents クラス
452
453 QAllEvents クラス
454 =================
455
456
457 仮引数 : QWidget \*
458
459
460 親クラス : QWidget
461
462 * void accept(void)
463 * void ignore(void)
464 * int getKeyCode(void)
465 * QString getKeyText(void)
466 * int getModifiers(void)
467 * int getx(void)
468 * int gety(void)
469 * int getglobalx(void)
470 * int getglobaly(void)
471 * int getbutton(void)
472 * int getbuttons(void)
473 * void setKeyPressEvent(const char \*cStr)
474 * void setMouseButtonPressEvent(const char \*cStr)
475 * void setMouseButtonReleaseEvent(const char \*cStr)
476 * void setMouseButtonDblClickEvent(const char \*cStr)
477 * void setMouseMoveEvent(const char \*cStr)
478 * void setCloseEvent(const char \*cStr)
479 * void setContextMenuEvent(const char \*cStr)
480 * void setDragEnterEvent(const char \*cStr)
481 * void setDragLeaveEvent(const char \*cStr)
482 * void setDragMoveEvent(const char \*cStr)
483 * void setDropEvent(const char \*cStr)
484 * void setEnterEvent(const char \*cStr)
485 * void setFocusInEvent(const char \*cStr)
486 * void setFocusOutEvent(const char \*cStr)
487 * void setKeyReleaseEvent(const char \*cStr)
488 * void setLeaveEvent(const char \*cStr)
489 * void setNonClientAreaMouseButtonDblClickEvent(const char \*cStr)
490 * void setNonClientAreaMouseButtonPressEvent(const char \*cStr)
491 * void setNonClientAreaMouseButtonReleaseEvent(const char \*cStr)
492 * void setNonClientAreaMouseMoveEvent(const char \*cStr)
493 * void setMoveEvent(const char \*cStr)
494 * void setResizeEvent(const char \*cStr)
495 * void setWindowActivateEvent(const char \*cStr)
496 * void setWindowBlockedEvent(const char \*cStr)
497 * void setWindowDeactivateEvent(const char \*cStr)
498 * void setWindowStateChangeEvent(const char \*cStr)
499 * void setWindowUnblockedEvent(const char \*cStr)
500 * void setPaintEvent(const char \*cStr)
501 * void setChildAddedEvent(const char \*cStr)
502 * void setChildPolishedEvent(const char \*cStr)
503 * void setChildRemovedEvent(const char \*cStr)
504 * const char \*getKeyPressEvent(void)
505 * const char \*getMouseButtonPressEvent(void)
506 * const char \*getMouseButtonReleaseEvent(void)
507 * const char \*getMouseButtonDblClickEvent(void)
508 * const char \*getMouseMoveEvent(void)
509 * const char \*getCloseEvent(void)
510 * const char \*getContextMenuEvent(void)
511 * const char \*getDragEnterEvent(void)
512 * const char \*getDragLeaveEvent(void)
513 * const char \*getDragMoveEvent(void)
514 * const char \*getDropEvent(void)
515 * const char \*getEnterEvent(void)
516 * const char \*getFocusInEvent(void)
517 * const char \*getFocusOutEvent(void)
518 * const char \*getKeyReleaseEvent(void)
519 * const char \*getLeaveEvent(void)
520 * const char \*getNonClientAreaMouseButtonDblClickEvent(void)
521 * const char \*getNonClientAreaMouseButtonPressEvent(void)
522 * const char \*getNonClientAreaMouseButtonReleaseEvent(void)
523 * const char \*getNonClientAreaMouseMoveEvent(void)
524 * const char \*getMoveEvent(void)
525 * const char \*getResizeEvent(void)
526 * const char \*getWindowActivateEvent(void)
527 * const char \*getWindowBlockedEvent(void)
528 * const char \*getWindowDeactivateEvent(void)
529 * const char \*getWindowStateChangeEvent(void)
530 * const char \*getWindowUnblockedEvent(void)
531 * const char \*getPaintEvent(void)
532 * const char \*getChildAddedEvent(void)
533 * const char \*getChildPolishedEvent(void)
534 * const char \*getChildRemovedEvent(void)
535 * void setEventOutput(bool x)
536 * QObject \*getParentObject(void)
537 * QWidget \*getParentWidget(void)
538 * void setKeyPressFunc(const char \*cStr)
539 * void setMouseButtonPressFunc(const char \*cStr)
540 * void setMouseButtonReleaseFunc(const char \*cStr)
541 * void setMouseButtonDblClickFunc(const char \*cStr)
542 * void setMouseMoveFunc(const char \*cStr)
543 * void setCloseFunc(const char \*cStr)
544 * void setContextMenuFunc(const char \*cStr)
545 * void setDragEnterFunc(const char \*cStr)
546 * void setDragLeaveFunc(const char \*cStr)
547 * void setDragMoveFunc(const char \*cStr)
548 * void setDropFunc(const char \*cStr)
549 * void setEnterFunc(const char \*cStr)
550 * void setFocusInFunc(const char \*cStr)
551 * void setFocusOutFunc(const char \*cStr)
552 * void setKeyReleaseFunc(const char \*cStr)
553 * void setLeaveFunc(const char \*cStr)
554 * void setNonClientAreaMouseButtonDblClickFunc(const char \*cStr)
555 * void setNonClientAreaMouseButtonPressFunc(const char \*cStr)
556 * void setNonClientAreaMouseButtonReleaseFunc(const char \*cStr)
557 * void setNonClientAreaMouseMoveFunc(const char \*cStr)
558 * void setMoveFunc(const char \*cStr)
559 * void setResizeFunc(const char \*cStr)
560 * void setWindowActivateFunc(const char \*cStr)
561 * void setWindowBlockedFunc(const char \*cStr)
562 * void setWindowDeactivateFunc(const char \*cStr)
563 * void setWindowStateChangeFunc(const char \*cStr)
564 * void setWindowUnblockedFunc(const char \*cStr)
565 * void setPaintFunc(const char \*cStr)
566 * void setChildAddedFunc(const char \*cStr)
567 * void setChildPolishedFunc(const char \*cStr)
568 * void setChildRemovedFunc(const char \*cStr)
569 * const char \*getKeyPressFunc(void)
570 * const char \*getMouseButtonPressFunc(void)
571 * const char \*getMouseButtonReleaseFunc(void)
572 * const char \*getMouseButtonDblClickFunc(void)
573 * const char \*getMouseMoveFunc(void)
574 * const char \*getCloseFunc(void)
575 * const char \*getContextMenuFunc(void)
576 * const char \*getDragEnterFunc(void)
577 * const char \*getDragLeaveFunc(void)
578 * const char \*getDragMoveFunc(void)
579 * const char \*getDropFunc(void)
580 * const char \*getEnterFunc(void)
581 * const char \*getFocusInFunc(void)
582 * const char \*getFocusOutFunc(void)
583 * const char \*getKeyReleaseFunc(void)
584 * const char \*getLeaveFunc(void)
585 * const char \*getNonClientAreaMouseButtonDblClickFunc(void)
586 * const char \*getNonClientAreaMouseButtonPressFunc(void)
587 * const char \*getNonClientAreaMouseButtonReleaseFunc(void)
588 * const char \*getNonClientAreaMouseMoveFunc(void)
589 * const char \*getMoveFunc(void)
590 * const char \*getResizeFunc(void)
591 * const char \*getWindowActivateFunc(void)
592 * const char \*getWindowBlockedFunc(void)
593 * const char \*getWindowDeactivateFunc(void)
594 * const char \*getWindowStateChangeFunc(void)
595 * const char \*getWindowUnblockedFunc(void)
596 * const char \*getPaintFunc(void)
597 * const char \*getChildAddedFunc(void)
598 * const char \*getChildPolishedFunc(void)
599 * const char \*getChildRemovedFunc(void)
600 * QDropEvent \*getDropEventObject(void)
601 * QDragMoveEvent \*getDragMoveEventObject(void)
602 * QDragEnterEvent \*getDragEnterEventObject(void)
603 * QDragLeaveEvent \*getDragLeaveEventObject(void)
604 * QChildEvent \*getChildEventObject(void)
605
606 .. index::
607         pair: RingQt クラスリファレンス; QApp クラス
608
609 QApp クラス
610 ===========
611
612
613 C++ リファレンス : http://doc.qt.io/qt-5/qapplication.html
614
615
616 親クラス : QGuiApplication
617
618 * void exec(void)
619 * void quit(void)
620 * void processEvents(void)
621 * void styleWindows(void)
622 * void styleWindowsVista(void)
623 * void styleFusion(void)
624 * void styleFusionBlack(void)
625 * void styleFusionCustom(QColor,QColor,QColor,QColor,QColor,QColor,QColor,QColor,QColor,QColor,QColor,QColor)
626 * void closeAllWindows(void)
627 * Qt::KeyboardModifiers keyboardModifiers(void)
628
629 .. index::
630         pair: RingQt クラスリファレンス; QAspectEngine クラス
631
632 QAspectEngine クラス
633 ====================
634
635
636 C++ リファレンス : http://doc.qt.io/qt-5/qt3dcore-qaspectengine.html
637
638
639 仮引数 : QObject \*
640
641
642 親クラス : QObject
643
644 * QVector<Qt3DCore::QAbstractAspect \*> aspects(void)
645 * QVariant executeCommand(QString command)
646 * void registerAspect(Qt3DCore::QAbstractAspect \*aspect)
647 * void registerAspect_2(QString name)
648 * Qt3DCore::QEntityPtr rootEntity(void)
649 * void setRootEntity(Qt3DCore::QEntityPtr root)
650 * void unregisterAspect(Qt3DCore::QAbstractAspect \*aspect)
651 * void unregisterAspect_2(QString name)
652
653 .. index::
654         pair: RingQt クラスリファレンス; QAxBase クラス
655
656 QAxBase クラス
657 ==============
658
659
660 C++ リファレンス : http://doc.qt.io/qt-5/qaxbase.html
661
662
663 仮引数 : QWidget \*
664
665
666 親クラス : QObject
667
668 * QVariant asVariant(void)
669 * QString control(void)
670 * void disableClassInfo(void)
671 * void disableEventSink(void)
672 * void disableMetaObject(void)
673 * QVariant dynamicCall(char \*function)
674 * QVariant dynamicCall_2(char \*function,QVariant)
675 * QVariant dynamicCall_3(char \*function,QVariant,QVariant)
676 * QVariant dynamicCall_4(char \*function,QVariant,QVariant,QVariant)
677 * QVariant dynamicCall_5(char \*function,QVariant,QVariant,QVariant,QVariant)
678 * QVariant dynamicCall_6(char \*function,QVariant,QVariant,QVariant,QVariant,QVariant)
679 * QVariant dynamicCall_7(char \*function,QVariant,QVariant,QVariant,QVariant,QVariant,QVariant)
680 * QVariant dynamicCall_8(char \*function,QVariant,QVariant,QVariant,QVariant,QVariant,QVariant,QVariant)
681 * QVariant dynamicCall_9(char \*function,QVariant,QVariant,QVariant,QVariant,QVariant,QVariant,QVariant,QVariant)
682 * QVariant dynamicCall_10(const char \*function, QList<QVariant> )
683 * QString generateDocumentation(void)
684 * bool isNull(void)
685 * QAxObject \*querySubObject(const char \*name)
686 * QAxObject \*querySubObject_2(const char \*name,QVariant)
687 * QAxObject \*querySubObject_3(const char \*name,QVariant,QVariant)
688 * QAxObject \*querySubObject_4(const char \*name,QVariant,QVariant,QVariant)
689 * QAxObject \*querySubObject_5(const char \*name,QVariant,QVariant,QVariant,QVariant)
690 * QAxObject \*querySubObject_6(const char \*name,QVariant,QVariant,QVariant,QVariant,QVariant)
691 * QAxObject \*querySubObject_7(const char \*name,QVariant,QVariant,QVariant,QVariant,QVariant,QVariant)
692 * QAxObject \*querySubObject_8(const char \*name,QVariant,QVariant,QVariant,QVariant,QVariant,QVariant,QVariant)
693 * QAxObject \*querySubObject_9(const char \*name,QVariant,QVariant,QVariant,QVariant,QVariant,QVariant,QVariant,QVariant)
694 * bool setControl( QString  )
695 * QStringList verbs(void)
696
697 .. index::
698         pair: RingQt クラスリファレンス; QAxObject クラス
699
700 QAxObject クラス
701 ================
702
703
704 C++ リファレンス : http://doc.qt.io/qt-5/qaxobject.html
705
706
707 仮引数 : QString
708
709
710 親クラス : QAxBase
711
712 * bool doVerb(QString)
713
714 .. index::
715         pair: RingQt クラスリファレンス; QAxWidget クラス
716
717 QAxWidget クラス
718 ================
719
720
721 C++ リファレンス : http://doc.qt.io/qt-5/qaxwidget.html
722
723
724 仮引数 : QWidget \*parent, Qt::WindowFlags f
725
726
727 親クラス : QAxBase
728
729 * bool doVerb(QString)
730
731 .. index::
732         pair: RingQt クラスリファレンス; QAxWidget2 クラス
733
734 QAxWidget2 クラス
735 =================
736
737
738 仮引数 : QString c, QWidget \*parent, Qt::WindowFlags f
739
740
741 親クラス : QAxWidget
742
743
744 .. index::
745         pair: RingQt クラスリファレンス; QBitmap クラス
746
747 QBitmap クラス
748 ==============
749
750
751 C++ リファレンス : http://doc.qt.io/qt-5/qbitmap.html
752
753
754 仮引数 : void
755
756
757 親クラス : QPixmap
758
759 * void clear(void)
760 * void swap(QBitmap)
761 * QBitmap transformed(QTransform)
762 * QBitmap fromData(QSize, const uchar \* bits, QImage::Format monoFormat)
763 * QBitmap fromImage(QImage, Qt::ImageConversionFlags flags)
764
765 .. index::
766         pair: RingQt クラスリファレンス; QBluetoothAddress クラス
767
768 QBluetoothAddress クラス
769 ========================
770
771
772 C++ リファレンス : http://doc.qt.io/qt-5/qbluetoothaddress.html
773
774
775 仮引数 : void
776
777 * void clear(void)
778 * bool isNull(void)
779 * QString toString(void)
780 * quint64 toUInt64(void)
781
782 .. index::
783         pair: RingQt クラスリファレンス; QBluetoothDeviceDiscoveryAgent クラス
784
785 QBluetoothDeviceDiscoveryAgent クラス
786 =====================================
787
788
789 C++ リファレンス : http://doc.qt.io/qt-5/qbluetoothdevicediscoveryagent.html
790
791
792 仮引数 : QObject \*
793
794 * QList<QBluetoothDeviceInfo> discoveredDevices(void)
795 * QBluetoothDeviceDiscoveryAgent::Error error(void)
796 * QString errorString(void)
797 * QBluetoothDeviceDiscoveryAgent::InquiryType inquiryType(void)
798 * bool isActive(void)
799 * void setInquiryType(QBluetoothDeviceDiscoveryAgent::InquiryType type)
800 * void start(void)
801 * void stop(void)
802 * void setcanceledEvent(const char \*)
803 * void setdeviceDiscoveredEvent(const char \*)
804 * void seterrorEvent(const char \*)
805 * void setfinishedEvent(const char \*)
806 * const char \*getcanceledEvent(void)
807 * const char \*getdeviceDiscoveredEvent(void)
808 * const char \*geterrorEvent(void)
809 * const char \*getfinishedEvent(void)
810
811 .. index::
812         pair: RingQt クラスリファレンス; QBluetoothDeviceInfo クラス
813
814 QBluetoothDeviceInfo クラス
815 ===========================
816
817
818 C++ リファレンス : http://doc.qt.io/qt-5/qbluetoothdeviceinfo.html
819
820
821 仮引数 : void
822
823 * QBluetoothAddress address(void)
824 * bool isValid(void)
825 * QBluetoothDeviceInfo::MajorDeviceClass majorDeviceClass(void)
826 * quint8 minorDeviceClass(void)
827 * QString name(void)
828 * qint16 rssi(void)
829 * QBluetoothDeviceInfo::ServiceClasses serviceClasses(void)
830 * QList<QBluetoothUuid> serviceUuids(QBluetoothDeviceInfo::DataCompleteness \*completeness)
831 * QBluetoothDeviceInfo::DataCompleteness serviceUuidsCompleteness(void)
832 * void setCached(bool cached)
833 * void setServiceUuids(QList<QBluetoothUuid> uuids, QBluetoothDeviceInfo::DataCompleteness completeness)
834
835 .. index::
836         pair: RingQt クラスリファレンス; QBluetoothHostInfo クラス
837
838 QBluetoothHostInfo クラス
839 =========================
840
841
842 C++ リファレンス : http://doc.qt.io/qt-5/qbluetoothhostinfo.html
843
844
845 仮引数 : void
846
847 * QBluetoothAddress address(void)
848 * QString name(void)
849 * void setAddress(QBluetoothAddress address)
850 * void setName(QString name)
851
852 .. index::
853         pair: RingQt クラスリファレンス; QBluetoothLocalDevice クラス
854
855 QBluetoothLocalDevice クラス
856 ============================
857
858
859 C++ リファレンス : http://doc.qt.io/qt-5/qbluetoothlocaldevice.html
860
861
862 仮引数 : QObject \*
863
864 * QBluetoothAddress address(void)
865 * QBluetoothLocalDevice::HostMode hostMode(void)
866 * bool isValid(void)
867 * QString name(void)
868 * QBluetoothLocalDevice::Pairing pairingStatus(QBluetoothAddress address)
869 * void powerOn(void)
870 * void requestPairing(QBluetoothAddress address, QBluetoothLocalDevice::Pairing pairing)
871 * void setHostMode(QBluetoothLocalDevice::HostMode mode)
872 * void pairingConfirmation(bool accept)
873 * QList<QBluetoothHostInfo> allDevices(void)
874 * void setdeviceConnectedEvent(const char \*)
875 * void setdeviceDisconnectedEvent(const char \*)
876 * void seterrorEvent(const char \*)
877 * void sethostModeStateChangedEvent(const char \*)
878 * void setpairingDisplayConfirmationEvent(const char \*)
879 * void setpairingDisplayPinCodeEvent(const char \*)
880 * void setpairingFinishedEvent(const char \*)
881 * const char \*getdeviceConnectedEvent(void)
882 * const char \*getdeviceDisconnectedEvent(void)
883 * const char \*geterrorEvent(void)
884 * const char \*gethostModeStateChangedEvent(void)
885 * const char \*getpairingDisplayConfirmationEvent(void)
886 * const char \*getpairingDisplayPinCodeEvent(void)
887 * const char \*getpairingFinishedEvent(void)
888
889 .. index::
890         pair: RingQt クラスリファレンス; QBluetoothServer クラス
891
892 QBluetoothServer クラス
893 =======================
894
895
896 C++ リファレンス : http://doc.qt.io/qt-5/qbluetoothserver.html
897
898
899 仮引数 : QBluetoothServiceInfo::Protocol,QObject \*
900
901
902 親クラス : QObject
903
904 * void close(void)
905 * QBluetoothServer::Error error(void)
906 * bool hasPendingConnections(void)
907 * bool isListening(void)
908 * bool listen(QBluetoothAddress address, quint16 port)
909 * QBluetoothServiceInfo listen_2(QBluetoothUuid uuid, QString serviceName))
910 * int maxPendingConnections(void)
911 * QBluetoothSocket \* nextPendingConnection(void)
912 * QBluetooth::SecurityFlags securityFlags(void)
913 * QBluetoothAddress serverAddress(void)
914 * quint16 serverPort(void)
915 * QBluetoothServiceInfo::Protocol serverType(void)
916 * void setMaxPendingConnections(int numConnections)
917 * void setSecurityFlags(QBluetooth::SecurityFlags security)
918 * void seterrorEvent(const char \*)
919 * void setnewConnectionEvent(const char \*)
920 * const char \*geterrorEvent(void)
921 * const char \*getnewConnectionEvent(void)
922
923 .. index::
924         pair: RingQt クラスリファレンス; QBluetoothServiceDiscoveryAgent クラス
925
926 QBluetoothServiceDiscoveryAgent クラス
927 ======================================
928
929
930 C++ リファレンス : http://doc.qt.io/qt-5/qbluetoothservicediscoveryagent.html
931
932
933 仮引数 : QObject \*
934
935
936 親クラス : QObject
937
938 * QList<QBluetoothServiceInfo> discoveredServices(void)
939 * QBluetoothServiceDiscoveryAgent::Error error(void)
940 * QString errorString(void)
941 * bool isActive(void)
942 * QBluetoothAddress remoteAddress(void)
943 * bool setRemoteAddress(QBluetoothAddress address)
944 * void setUuidFilter(QList<QBluetoothUuid> uuids)
945 * void setUuidFilter_2(QBluetoothUuid uuid)
946 * QList<QBluetoothUuid> uuidFilter(void)
947 * void clear(void)
948 * void start(QBluetoothServiceDiscoveryAgent::DiscoveryMode mode)
949 * void stop(void)
950 * void setcanceledEvent(const char \*)
951 * void seterrorEvent(const char \*)
952 * void setfinishedEvent(const char \*)
953 * void setserviceDiscoveredEvent(const char \*)
954 * const char \*getcanceledEvent(void)
955 * const char \*geterrorEvent(void)
956 * const char \*getfinishedEvent(void)
957 * const char \*getserviceDiscoveredEvent(void)
958
959 .. index::
960         pair: RingQt クラスリファレンス; QBluetoothServiceInfo クラス
961
962 QBluetoothServiceInfo クラス
963 ============================
964
965
966 C++ リファレンス : http://doc.qt.io/qt-5/qbluetoothserviceinfo.html
967
968
969 仮引数 : void
970
971 * QVariant attribute(quint16 attributeId)
972 * QList<quint16> attributes(void)
973 * bool contains(quint16 attributeId)
974 * QBluetoothDeviceInfo device(void)
975 * bool isComplete(void)
976 * bool isRegistered(void)
977 * bool isValid(void)
978 * QBluetoothServiceInfo::Sequence protocolDescriptor(QBluetoothUuid::ProtocolUuid protocol)
979 * int protocolServiceMultiplexer(void)
980 * bool registerService(QBluetoothAddress localAdapter))
981 * void removeAttribute(quint16 attributeId)
982 * int serverChannel(void)
983 * quint8 serviceAvailability(void)
984 * QList<QBluetoothUuid> serviceClassUuids(void)
985 * QString serviceDescription(void)
986 * QString serviceName(void)
987 * QString serviceProvider(void)
988 * QBluetoothUuid serviceUuid(void)
989 * void setAttribute(quint16 attributeId, QVariant value)
990 * void setAttribute_2(quint16 attributeId, QBluetoothUuid value)
991 * void setAttribute_3(quint16 attributeId, QBluetoothServiceInfo::Sequence value)
992 * void setDevice(QBluetoothDeviceInfo device)
993 * void setServiceAvailability(quint8 availability)
994 * void setServiceDescription(QString description)
995 * void setServiceName(QString name)
996 * void setServiceProvider(QString provider)
997 * void setServiceUuid(QBluetoothUuid uuid)
998 * bool unregisterService(void)
999
1000 .. index::
1001         pair: RingQt クラスリファレンス; QBluetoothSocket クラス
1002
1003 QBluetoothSocket クラス
1004 =======================
1005
1006
1007 C++ リファレンス : http://doc.qt.io/qt-5/qbluetoothsocket.html
1008
1009
1010 仮引数 : QBluetoothServiceInfo::Protocol,QObject \*
1011
1012
1013 親クラス : QIODevice
1014
1015 * void abort(void)
1016 * void connectToService(QBluetoothServiceInfo service, QIODevice::OpenMode openMode)
1017 * void connectToService_2(QBluetoothAddress address, QBluetoothUuid uuid, QIODevice::OpenMode openMode)
1018 * void connectToService_3(QBluetoothAddress address, quint16 port, QIODevice::OpenMode openMode)
1019 * void disconnectFromService(void)
1020 * QBluetoothSocket::SocketError error(void)
1021 * QString errorString(void)
1022 * QBluetoothAddress localAddress(void)
1023 * QString localName(void)
1024 * quint16 localPort(void)
1025 * QBluetoothAddress peerAddress(void)
1026 * QString peerName(void)
1027 * quint16 peerPort(void)
1028 * bool setSocketDescriptor(int socketDescriptor, QBluetoothServiceInfo::Protocol socketType, QBluetoothSocket::SocketState socketState, QIODevice::OpenMode openMode)
1029 * int socketDescriptor(void)
1030 * QBluetoothServiceInfo::Protocol socketType(void)
1031 * QBluetoothSocket::SocketState state(void)
1032 * void setconnectedEvent(const char \*)
1033 * void setdisconnectedEvent(const char \*)
1034 * void seterrorEvent(const char \*)
1035 * void setstateChangedEvent(const char \*)
1036 * const char \*getconnectedEvent(void)
1037 * const char \*getdisconnectedEvent(void)
1038 * const char \*geterrorEvent(void)
1039 * const char \*getstateChangedEvent(void)
1040
1041 .. index::
1042         pair: RingQt クラスリファレンス; QBluetoothTransferManager クラス
1043
1044 QBluetoothTransferManager クラス
1045 ================================
1046
1047
1048 C++ リファレンス : http://doc.qt.io/qt-5/qbluetoothtransfermanager.html
1049
1050
1051 仮引数 : QObject \*
1052
1053
1054 親クラス : QObject
1055
1056 * QBluetoothTransferReply \* put(QBluetoothTransferRequest request, QIODevice \*data)
1057 * void setfinishedEvent(const char \*)
1058 * const char \*getfinishedEvent(void)
1059
1060 .. index::
1061         pair: RingQt クラスリファレンス; QBluetoothTransferReply クラス
1062
1063 QBluetoothTransferReply クラス
1064 ==============================
1065
1066
1067 C++ リファレンス : http://doc.qt.io/qt-5/qbluetoothtransferreply.html
1068
1069
1070 仮引数 : QObject \*
1071
1072
1073 親クラス : QObject
1074
1075 * QBluetoothTransferManager \* manager(void)
1076 * QBluetoothTransferRequest request(void)
1077 * void abort(void)
1078 * void seterrorEvent(const char \*)
1079 * void setfinishedEvent(const char \*)
1080 * void settransferProgressEvent(const char \*)
1081 * const char \*geterrorEvent(void)
1082 * const char \*getfinishedEvent(void)
1083 * const char \*gettransferProgressEvent(void)
1084
1085 .. index::
1086         pair: RingQt クラスリファレンス; QBluetoothTransferRequest クラス
1087
1088 QBluetoothTransferRequest クラス
1089 ================================
1090
1091
1092 C++ リファレンス : http://doc.qt.io/qt-5/qbluetoothtransferrequest.html
1093
1094
1095 仮引数 : QBluetoothAddress
1096
1097 * QBluetoothAddress address(void)
1098 * QVariant attribute(QBluetoothTransferRequest::Attribute code, QVariant defaultValue))
1099 * void setAttribute(QBluetoothTransferRequest::Attribute code, QVariant value)
1100
1101 .. index::
1102         pair: RingQt クラスリファレンス; QBluetoothUuid クラス
1103
1104 QBluetoothUuid クラス
1105 =====================
1106
1107
1108 C++ リファレンス : http://doc.qt.io/qt-5/qbluetoothuuid.html
1109
1110
1111 仮引数 : void
1112
1113
1114 親クラス : QUuid
1115
1116 * int minimumSize(void)
1117 * quint16 toUInt16(bool \*ok)
1118 * quint32 toUInt32(bool \*ok)
1119 * quint128 toUInt128(void)
1120
1121 .. index::
1122         pair: RingQt クラスリファレンス; QBoxLayout クラス
1123
1124 QBoxLayout クラス
1125 =================
1126
1127
1128 C++ リファレンス : http://doc.qt.io/qt-5/qboxlayout.html
1129
1130
1131 仮引数 : QBoxLayout::Direction dir, QWidget \*parent
1132
1133
1134 親クラス : QLayout
1135
1136 * void  addLayout(QLayout \* layout, int stretch )
1137 * void  addSpacerItem(QSpacerItem \* spacerItem)
1138 * void  addSpacing(int size)
1139 * void  addStretch(int stretch )
1140 * void  addStrut(int size)
1141 * void  addWidget(QWidget \* widget, int stretch , Qt::Alignment alignment )
1142 * QBoxLayout::Direction  direction(void)
1143 * void  insertLayout(int index, QLayout \* layout, int stretch )
1144 * void  insertSpacerItem(int index, QSpacerItem \* spacerItem)
1145 * void  insertSpacing(int index, int size)
1146 * void  insertStretch(int index, int stretch )
1147 * void  insertWidget(int index, QWidget \* widget, int stretch , Qt::Alignment alignment )
1148 * void  setDirection(QBoxLayout::Direction direction)
1149 * void  setSpacing(int spacing)
1150 * void  setStretch(int index, int stretch)
1151 * bool  setStretchFactor(QWidget \* widget, int stretch)
1152 * bool  setStretchFactor_2(QLayout \* layout, int stretch)
1153 * int  spacing(void)
1154 * int  stretch(int index)
1155
1156 .. index::
1157         pair: RingQt クラスリファレンス; QBrush クラス
1158
1159 QBrush クラス
1160 =============
1161
1162
1163 C++ リファレンス : http://doc.qt.io/qt-5/qbrush.html
1164
1165
1166 仮引数 : void
1167
1168 * QColor color(void)
1169 * QGradient \*gradient(void)
1170 * bool isOpaque(void)
1171 * QMatrix matrix(void)
1172 * void setColor(QColor)
1173 * void setMatrix(QMatrix)
1174 * void setStyle(Qt::BrushStyle style)
1175 * void setTexture(QPixmap)
1176 * void setTextureImage(QImage)
1177 * void setTransform(QTransform)
1178 * int style(void)
1179 * void swap(QBrush)
1180 * QPixmap texture(void)
1181 * QImage textureImage(void)
1182 * QTransform transform(void)
1183
1184 .. index::
1185         pair: RingQt クラスリファレンス; QBuffer クラス
1186
1187 QBuffer クラス
1188 ==============
1189
1190
1191 C++ リファレンス : http://doc.qt.io/qt-5/qbuffer.html
1192
1193
1194 仮引数 : QObject \*
1195
1196
1197 親クラス : QIODevice
1198
1199 * QByteArray buffer(void)
1200 * QByteArray data(void)
1201 * void setBuffer(QByteArray \*byteArray)
1202 * void setData(QByteArray data)
1203 * void setData_2(char \*data, int size)
1204
1205 .. index::
1206         pair: RingQt クラスリファレンス; QButtonGroup クラス
1207
1208 QButtonGroup クラス
1209 ===================
1210
1211
1212 C++ リファレンス : http://doc.qt.io/qt-5/qbuttongroup.html
1213
1214
1215 仮引数 : QObject \*parent
1216
1217 * void addButton(QAbstractButton \*button, int id)
1218 * QAbstractButton \*button(int id)
1219 * QAbstractButton \*checkedButton(void)
1220 * int checkedId(void)
1221 * bool exclusive(void)
1222 * int id(QAbstractButton \*button)
1223 * void removeButton(QAbstractButton \*button)
1224 * void setExclusive(bool)
1225 * void setId(QAbstractButton \*button, int id)
1226 * void setbuttonClickedEvent(const char \*)
1227 * void setbuttonPressedEvent(const char \*)
1228 * void setbuttonReleasedEvent(const char \*)
1229 * const char \*getbuttonClickedEvent(void)
1230 * const char \*getbuttonPressedEvent(void)
1231 * const char \*getbuttonReleasedEvent(void)
1232
1233 .. index::
1234         pair: RingQt クラスリファレンス; QByteArray クラス
1235
1236 QByteArray クラス
1237 =================
1238
1239
1240 C++ リファレンス : http://doc.qt.io/qt-5/qbytearray.html
1241
1242
1243 仮引数 : void
1244
1245 * QByteArray append(const char \*str)
1246 * char at(int i)
1247 * int capacity(void)
1248 * void chop(int n)
1249 * void clear(void)
1250 * const char \*constData(void)
1251 * bool contains(const char \*str)
1252 * int count(const char \*str)
1253 * const char \*data(void)
1254 * bool endsWith(const char \*str)
1255 * QByteArray fill(char ch, int size)
1256 * int indexOf(const char \*str, int from)
1257 * QByteArray insert(int i, const char \*str, int len)
1258 * bool isEmpty(void)
1259 * bool isNull(void)
1260 * int lastIndexOf(const char \*str, int from)
1261 * QByteArray left(int len)
1262 * QByteArray leftJustified(int width, char fill, bool truncate)
1263 * int length(void)
1264 * QByteArray mid(int pos, int len)
1265 * QByteArray prepend(const char \*str, int len)
1266 * void push_back(const char \*str)
1267 * void push_front(const char \*str)
1268 * QByteArray remove(int pos, int len)
1269 * QByteArray repeated(int times)
1270 * QByteArray  replace(int pos, int len, const char \*after, int alen)
1271 * void reserve(int size)
1272 * void resize(int size)
1273 * QByteArray right(int len)
1274 * QByteArray rightJustified(int width, char fill, bool truncate)
1275 * QByteArray setNum(int n, int base)
1276 * QByteArray setRawData(const char \*data, uint size)
1277 * QByteArray simplified(void)
1278 * int size(void)
1279 * void squeeze(void)
1280 * bool startsWith(const char \*str)
1281 * void swap(QByteArray other)
1282 * QByteArray toBase64(void)
1283 * double toDouble(bool \* ok)
1284 * float toFloat(bool \* ok)
1285 * QByteArray toHex(void)
1286 * int toInt(bool \*ok, int base)
1287 * long toLong(bool \*ok, int base)
1288 * qlonglong toLongLong(bool \*ok, int base)
1289 * QByteArray toLower(void)
1290 * QByteArray toPercentEncoding(QByteArray,QByteArray, char percent)
1291 * short toShort(bool \*ok, int base)
1292 * int toUInt(bool \*ok, int base)
1293 * int toULong(bool \*ok, int base)
1294 * int toULongLong(bool \* ok, int base)
1295 * int toUShort(bool \* ok, int base)
1296 * QByteArray toUpper(void)
1297 * QByteArray trimmed(void)
1298 * void truncate(int pos)
1299 * QByteArray fromBase64(QByteArray)
1300 * QByteArray fromHex(QByteArray)
1301 * QByteArray fromPercentEncoding(QByteArray, char percent)
1302 * QByteArray fromRawData(const char \*data, int size)
1303 * QByteArray number(int n, int base)
1304
1305 .. index::
1306         pair: RingQt クラスリファレンス; QCalendarWidget クラス
1307
1308 QCalendarWidget クラス
1309 ======================
1310
1311
1312 C++ リファレンス : http://doc.qt.io/qt-5/qcalendarwidget.html
1313
1314
1315 仮引数 : QWidget \*
1316
1317
1318 親クラス : QWidget
1319
1320 * int dateEditAcceptDelay(void)
1321 * QMap<QDate, QTextCharFormat> dateTextFormat(void)
1322 * QTextCharFormat dateTextFormat_2(QDate date)
1323 * Qt::DayOfWeek firstDayOfWeek(void)
1324 * QTextCharFormat headerTextFormat(void)
1325 * QCalendarWidget::HorizontalHeaderFormat horizontalHeaderFormat(void)
1326 * bool isDateEditEnabled(void)
1327 * bool isGridVisible(void)
1328 * bool isNavigationBarVisible(void)
1329 * QDate maximumDate(void)
1330 * QDate minimumDate(void)
1331 * int monthShown(void)
1332 * QDate selectedDate(void)
1333 * QCalendarWidget::SelectionMode selectionMode(void)
1334 * void setDateEditAcceptDelay(int delay)
1335 * void setDateEditEnabled(bool enable)
1336 * void setDateTextFormat(QDate date, QTextCharFormat format)
1337 * void setFirstDayOfWeek(Qt::DayOfWeek dayOfWeek)
1338 * void setHeaderTextFormat(QTextCharFormat format)
1339 * void setHorizontalHeaderFormat(QCalendarWidget::HorizontalHeaderFormat format)
1340 * void setMaximumDate(QDate date)
1341 * void setMinimumDate(QDate date)
1342 * void setSelectionMode(QCalendarWidget::SelectionMode mode)
1343 * void setVerticalHeaderFormat(QCalendarWidget::VerticalHeaderFormat format)
1344 * void setWeekdayTextFormat(Qt::DayOfWeek dayOfWeek, QTextCharFormat format)
1345 * QCalendarWidget::VerticalHeaderFormat verticalHeaderFormat(void)
1346 * QTextCharFormat weekdayTextFormat(Qt::DayOfWeek dayOfWeek)
1347 * int yearShown(void)
1348 * void setCurrentPage(int year, int month)
1349 * void setDateRange(QDate min, QDate max)
1350 * void setGridVisible(bool show)
1351 * void setNavigationBarVisible(bool visible)
1352 * void setSelectedDate(QDate date)
1353 * void showNextMonth(void)
1354 * void showNextYear(void)
1355 * void showPreviousMonth(void)
1356 * void showPreviousYear(void)
1357 * void showSelectedDate(void)
1358 * void showToday(void)
1359 * void setactivatedEvent(const char \*)
1360 * void setclickedEvent(const char \*)
1361 * void setcurrentPageChangedEvent(const char \*)
1362 * void setselectionChangedEvent(const char \*)
1363 * const char \*getactivatedEvent(void)
1364 * const char \*getclickedEvent(void)
1365 * const char \*getcurrentPageChangedEvent(void)
1366 * const char \*getselectionChangedEvent(void)
1367
1368 .. index::
1369         pair: RingQt クラスリファレンス; QCamera クラス
1370
1371 QCamera クラス
1372 ==============
1373
1374
1375 C++ リファレンス : http://doc.qt.io/qt-5/qt3drender-qcamera.html
1376
1377
1378 仮引数 : void
1379
1380
1381 親クラス : QMediaObject
1382
1383 * QCamera::CaptureModes captureMode(void)
1384 * QCamera::Error error(void)
1385 * QString errorString(void)
1386 * QCameraExposure \* exposure(void)
1387 * QCameraFocus \* focus(void)
1388 * QCameraImageProcessing \* imageProcessing(void)
1389 * bool isCaptureModeSupported(QCamera::CaptureModes mode)
1390 * QCamera::LockStatus lockStatus(void)
1391 * QCamera::LockStatus lockStatus_2(QCamera::LockType lockType)
1392 * QCamera::LockTypes requestedLocks(void)
1393 * void setViewfinder(QVideoWidget \* viewfinder)
1394 * void setViewfinder_2(QGraphicsVideoItem \* viewfinder)
1395 * void setViewfinder_3(QAbstractVideoSurface \* surface)
1396 * QCamera::State state(void)
1397 * QCamera::Status status(void)
1398 * QCamera::LockTypes supportedLocks(void)
1399 * void load(void)
1400 * void searchAndLock(void)
1401 * void searchAndLock_2(QCamera::LockTypes locks)
1402 * void setCaptureMode(QCamera::CaptureModes mode)
1403 * void start(void)
1404 * void stop(void)
1405 * void unload(void)
1406 * void unlock(void)
1407 * void unlock_2(QCamera::LockTypes locks)
1408
1409 .. index::
1410         pair: RingQt クラスリファレンス; QCameraImageCapture クラス
1411
1412 QCameraImageCapture クラス
1413 ==========================
1414
1415
1416 C++ リファレンス : http://doc.qt.io/qt-5/qcameraimagecapture.html
1417
1418
1419 仮引数 : QMediaObject \* mediaObject
1420
1421 * QMultimedia::AvailabilityStatus availability(void)
1422 * QVideoFrame::PixelFormat bufferFormat(void)
1423 * QCameraImageCapture::CaptureDestinations captureDestination(void)
1424 * QImageEncoderSettings encodingSettings(void)
1425 * QCameraImageCapture::Error error(void)
1426 * QString errorString(void)
1427 * QString imageCodecDescription( QString   codec)
1428 * bool isAvailable(void)
1429 * bool isCaptureDestinationSupported(QCameraImageCapture::CaptureDestinations destination)
1430 * bool isReadyForCapture(void)
1431 * void setBufferFormat( QVideoFrame::PixelFormat format)
1432 * void setCaptureDestination(QCameraImageCapture::CaptureDestinations destination)
1433 * void setEncodingSettings( QImageEncoderSettings   settings)
1434 * QList<QVideoFrame::PixelFormat> supportedBufferFormats(void)
1435 * QStringList supportedImageCodecs(void)
1436 * QList<QSize> supportedResolutions( QImageEncoderSettings   settings , bool \* continuous )
1437 * void cancelCapture(void)
1438 * int capture( QString   file )
1439
1440 .. index::
1441         pair: RingQt クラスリファレンス; QCameraLens クラス
1442
1443 QCameraLens クラス
1444 ==================
1445
1446
1447 C++ リファレンス : http://doc.qt.io/qt-5/qt3drender-qcameralens.html
1448
1449
1450 仮引数 : Qt3DCore::QNode \*
1451
1452 * float aspectRatio(void)
1453 * float bottom(void)
1454 * float exposure(void)
1455 * float farPlane(void)
1456 * float fieldOfView(void)
1457 * float left(void)
1458 * float nearPlane(void)
1459 * QMatrix4x4 projectionMatrix(void)
1460 * Qt3DRender::QCameraLens::ProjectionType projectionType(void)
1461 * float right(void)
1462 * void setFrustumProjection(float left, float right, float bottom, float top, float nearPlane, float farPlane)
1463 * void setOrthographicProjection(float left, float right, float bottom, float top, float nearPlane, float farPlane)
1464 * void setPerspectiveProjection(float fieldOfView, float aspectRatio, float nearPlane, float farPlane)
1465 * float top(void)
1466 * void setBottom(float bottom)
1467 * void setExposure(float exposure)
1468 * void setFarPlane(float farPlane)
1469 * void setFieldOfView(float fieldOfView)
1470 * void setLeft(float left)
1471 * void setNearPlane(float nearPlane)
1472 * void setProjectionMatrix(QMatrix4x4 projectionMatrix)
1473 * void setProjectionType(Qt3DRender::QCameraLens::ProjectionType projectionType)
1474 * void setRight(float right)
1475 * void setTop(float top)
1476
1477 .. index::
1478         pair: RingQt クラスリファレンス; QCameraSelector クラス
1479
1480 QCameraSelector クラス
1481 ======================
1482
1483
1484 C++ リファレンス : http://doc.qt.io/qt-5/qt3drender-qcameraselector .html
1485
1486
1487 仮引数 : Qt3DCore::QNode \*
1488
1489 * Qt3DCore::QEntity \* camera(void)
1490 * void setCamera(Qt3DCore::QEntity \*camera)
1491
1492 .. index::
1493         pair: RingQt クラスリファレンス; QCameraViewfinder クラス
1494
1495 QCameraViewfinder クラス
1496 ========================
1497
1498
1499 C++ リファレンス : http://doc.qt.io/qt-5/qcameraviewfinder.html
1500
1501
1502 仮引数 : QWidget \*
1503
1504
1505 親クラス : QVideoWidget
1506
1507
1508 .. index::
1509         pair: RingQt クラスリファレンス; QChar クラス
1510
1511 QChar クラス
1512 ============
1513
1514
1515 C++ リファレンス : http://doc.qt.io/qt-5/qchar.html
1516
1517
1518 仮引数 : int
1519
1520 * QChar::Category category(void)
1521 * uchar cell(void)
1522 * unsigned char combiningClass(void)
1523 * QString decomposition(void)
1524 * QChar::Decomposition decompositionTag(void)
1525 * int digitValue(void)
1526 * QChar::Direction direction(void)
1527 * bool hasMirrored(void)
1528 * bool isDigit(void)
1529 * bool isHighSurrogate(void)
1530 * bool isLetter(void)
1531 * bool isLetterOrNumber(void)
1532 * bool isLowSurrogate(void)
1533 * bool isLower(void)
1534 * bool isMark(void)
1535 * bool isNonCharacter(void)
1536 * bool isNull(void)
1537 * bool isNumber(void)
1538 * bool isPrint(void)
1539 * bool isPunct(void)
1540 * bool isSpace(void)
1541 * bool isSurrogate(void)
1542 * bool isSymbol(void)
1543 * bool isTitleCase(void)
1544 * bool isUpper(void)
1545 * QChar mirroredChar(void)
1546 * uchar row(void)
1547 * QChar::Script script(void)
1548 * QChar toCaseFolded(void)
1549 * char toLatin1(void)
1550 * QChar toLower(void)
1551 * QChar toTitleCase(void)
1552 * QChar toUpper(void)
1553 * ushort unicode(void)
1554 * ushort unicode_2(void)
1555 * QChar::UnicodeVersion unicodeVersion(void)
1556 * QChar::Category category_2(uint ucs4)
1557 * unsigned char combiningClass_2(uint ucs4)
1558 * QChar::UnicodeVersion currentUnicodeVersion(void)
1559 * QString decomposition_2(uint ucs4)
1560 * QChar::Decomposition decompositionTag_2(uint ucs4)
1561 * int digitValue_2(uint ucs4)
1562 * QChar::Direction direction_2(uint ucs4)
1563 * QChar fromLatin1(char c)
1564 * bool hasMirrored_2(uint ucs4)
1565 * ushort highSurrogate(uint ucs4)
1566 * bool isDigit_2(uint ucs4)
1567 * bool isHighSurrogate_2(uint ucs4)
1568 * bool isLetter_2(uint ucs4)
1569 * bool isLetterOrNumber_2(uint ucs4)
1570 * bool isLowSurrogate_2(uint ucs4)
1571 * bool isLower_2(uint ucs4)
1572 * bool isMark_2(uint ucs4)
1573 * bool isNonCharacter_2(uint ucs4)
1574 * bool isNumber_2(uint ucs4)
1575 * bool isPrint_2(uint ucs4)
1576 * bool isPunct_2(uint ucs4)
1577 * bool isSpace_2(uint ucs4)
1578 * bool isSurrogate_2(uint ucs4)
1579 * bool isSymbol_2(uint ucs4)
1580 * bool isTitleCase_2(uint ucs4)
1581 * bool isUpper_2(uint ucs4)
1582 * ushort lowSurrogate(uint ucs4)
1583 * uint mirroredChar_2(uint ucs4)
1584 * bool requiresSurrogates(uint ucs4)
1585 * QChar::Script script_2(uint ucs4)
1586 * uint surrogateToUcs4(ushort high, ushort low)
1587 * uint surrogateToUcs4_2(QChar high, QChar low)
1588 * uint toCaseFolded_2(uint ucs4)
1589 * uint toLower_2(uint ucs4)
1590 * uint toTitleCase_2(uint ucs4)
1591 * uint toUpper_2(uint ucs4)
1592 * QChar::UnicodeVersion unicodeVersion_2(uint ucs4)
1593
1594 .. index::
1595         pair: RingQt クラスリファレンス; QCheckBox クラス
1596
1597 QCheckBox クラス
1598 ================
1599
1600
1601 C++ リファレンス : http://doc.qt.io/qt-5/qcheckbox.html
1602
1603
1604 仮引数 : QWidget \*parent
1605
1606
1607 親クラス : QAbstractButton
1608
1609 * int checkState(void)
1610 * bool isTristate(void)
1611 * void setCheckState(Qt::CheckState state)
1612 * void setTristate(bool y)
1613 * QSize minimumSizeHint(void)
1614 * QSize sizeHint(void)
1615 * void setstateChangedEvent(const char \*)
1616 * void setclickedEvent(const char \*)
1617 * void setpressedEvent(const char \*)
1618 * void setreleasedEvent(const char \*)
1619 * void settoggledEvent(const char \*)
1620 * const char \*getstateChangedEvent(void)
1621 * const char \*getclickedEvent(void)
1622 * const char \*getpressedEvent(void)
1623 * const char \*getreleasedEvent(void)
1624 * const char \*gettoggledEvent(void)
1625
1626 .. index::
1627         pair: RingQt クラスリファレンス; QChildEvent クラス
1628
1629 QChildEvent クラス
1630 ==================
1631
1632
1633 C++ リファレンス : http://doc.qt.io/qt-5/qchildevent.html
1634
1635
1636 仮引数 : QEvent::Type,QObject \*
1637
1638
1639 親クラス : QEvent
1640
1641 * bool added(void)
1642 * QObject \*child(void)
1643 * bool polished(void)
1644 * bool removed(void)
1645
1646 .. index::
1647         pair: RingQt クラスリファレンス; QClipboard クラス
1648
1649 QClipboard クラス
1650 =================
1651
1652
1653 C++ リファレンス : http://doc.qt.io/qt-5/qclipboard.html
1654
1655 * void clear(QClipboard::Mode mode)
1656 * QImage image(QClipboard::Mode mode)
1657 * QMimeData \* mimeData(QClipboard::Mode mode)
1658 * bool ownsClipboard(void)
1659 * bool ownsFindBuffer(void)
1660 * bool ownsSelection(void)
1661 * QPixmap pixmap(QClipboard::Mode mode)
1662 * void setImage(QImage image, QClipboard::Mode mode)
1663 * void setMimeData(QMimeData \* src, QClipboard::Mode mode)
1664 * void setPixmap(QPixmap pixmap, QClipboard::Mode mode)
1665 * void setText(QString text, QClipboard::Mode mode)
1666 * bool supportsFindBuffer(void)
1667 * bool supportsSelection(void)
1668 * QString text(QClipboard::Mode mode)
1669
1670 .. index::
1671         pair: RingQt クラスリファレンス; QColor クラス
1672
1673 QColor クラス
1674 =============
1675
1676
1677 C++ リファレンス : http://doc.qt.io/qt-5/qcolor.html
1678
1679
1680 仮引数 : void
1681
1682 * int alpha(void)
1683 * double alphaF(void)
1684 * int black(void)
1685 * double blackF(void)
1686 * int blue(void)
1687 * double blueF(void)
1688 * QColor convertTo(QColor::Spec colorSpec)
1689 * int cyan(void)
1690 * double cyanF(void)
1691 * QColor darker(int factor)
1692 * void getCmyk(int \*c, int \*m, int \*y, int \*k, int \*a)
1693 * void getCmykF(qreal \*c, qreal \*m, qreal \*y, qreal \*k, qreal \*a)
1694 * void getHsl(int \*h, int \*s, int \*l, int \*a)
1695 * void getHslF(qreal \*h, qreal \*s, qreal \*l, qreal \*a)
1696 * void getHsv(int \*h, int \*s, int \*v, int \*a)
1697 * void getHsvF(qreal \*h, qreal \*s, qreal \*v, qreal \*a)
1698 * void getRgb(int \*r, int \*g, int \*b, int \*a)
1699 * void getRgbF(qreal \*r, qreal \*g, qreal \*b, qreal \*a)
1700 * int green(void)
1701 * double greenF(void)
1702 * int hslHue(void)
1703 * double hslHueF(void)
1704 * int hslSaturation(void)
1705 * double hslSaturationF(void)
1706 * int hsvHue(void)
1707 * double hsvHueF(void)
1708 * int hsvSaturation(void)
1709 * double hsvSaturationF(void)
1710 * int hue(void)
1711 * double hueF(void)
1712 * bool isValid(void)
1713 * QColor lighter(int factor)
1714 * int lightness(void)
1715 * double lightnessF(void)
1716 * int magenta(void)
1717 * double magentaF(void)
1718 * QString name(void)
1719 * int red(void)
1720 * double redF(void)
1721 * QRgb rgb(void)
1722 * QRgb rgba(void)
1723 * int saturation(void)
1724 * double saturationF(void)
1725 * void setAlpha(int alpha)
1726 * void setAlphaF(double alpha)
1727 * void setBlue(int blue)
1728 * void setBlueF(double blue)
1729 * void setCmyk(int c, int m, int y, int k, int a)
1730 * void setCmykF(double c, double m, double y, double k, double a)
1731 * void setGreen(int green)
1732 * void setGreenF(double green)
1733 * void setHsl(int h, int s, int l, int a)
1734 * void setHslF(double h, double s, double l, double a)
1735 * void setHsv(int h, int s, int v, int a)
1736 * void setHsvF(double h, double s, double v, double a)
1737 * void setNamedColor(QString)
1738 * void setRed(int red)
1739 * void setRedF(double red)
1740 * void setRgb(int r, int g, int b, int a)
1741 * void setRgbF(double r, double g, double b, double a)
1742 * void setRgba(QRgb rgba)
1743 * int spec(void)
1744 * QColor toCmyk(void)
1745 * QColor toHsl(void)
1746 * QColor toHsv(void)
1747 * QColor toRgb(void)
1748 * int value(void)
1749 * double valueF(void)
1750 * int yellow(void)
1751 * double yellowF(void)
1752 * QStringList colorNames(void)
1753 * QColor fromCmyk(int c, int m, int y, int k, int a)
1754 * QColor fromCmykF(double c, double m, double y, double k, double a)
1755 * QColor fromHsl(int h, int s, int l, int a)
1756 * QColor fromHslF(double h, double s, double l, double a)
1757 * QColor fromHsv(int h, int s, int v, int a)
1758 * QColor fromHsvF(double h, double s, double v, double a)
1759 * QColor fromRgb(int r, int g, int b, int a)
1760 * QColor fromRgbF(double r, double g, double b, double a)
1761 * QColor fromRgba(QRgb rgba)
1762 * bool isValidColor(QString)
1763
1764 .. index::
1765         pair: RingQt クラスリファレンス; QColorDialog クラス
1766
1767 QColorDialog クラス
1768 ===================
1769
1770
1771 C++ リファレンス : http://doc.qt.io/qt-5/qcolordialog.html
1772
1773
1774 仮引数 : void
1775
1776
1777 親クラス : QDialog
1778
1779 * QColor currentColor(void)
1780 * void open(void)
1781 * int options(void)
1782 * QColor selectedColor(void)
1783 * void setCurrentColor(QColor)
1784 * void setOption(QColorDialog::ColorDialogOption option, bool on )
1785 * void setOptions(QColorDialog::ColorDialogOption options)
1786 * bool testOption(QColorDialog::ColorDialogOption option)
1787 * QColor customColor(int index)
1788 * int customCount(void)
1789 * void setCustomColor(int index, int color)
1790 * void setStandardColor(int index, int color)
1791 * int getcolor(void)
1792
1793 .. index::
1794         pair: RingQt クラスリファレンス; QComboBox クラス
1795
1796 QComboBox クラス
1797 ================
1798
1799
1800 C++ リファレンス : http://doc.qt.io/qt-5/qcombobox.html
1801
1802
1803 仮引数 : QWidget \*
1804
1805
1806 親クラス : QWidget
1807
1808 * void addItem(QString,int)
1809 * QCompleter \*completer(void)
1810 * int count(void)
1811 * int currentIndex(void)
1812 * QString currentText(void)
1813 * bool duplicatesEnabled(void)
1814 * int findData(QVariant, int role, Qt::MatchFlag flags)
1815 * int findText(QString, Qt::MatchFlag flags)
1816 * bool hasFrame(void)
1817 * void hidePopup(void)
1818 * QSize iconSize(void)
1819 * void insertItem(int index, QString, QVariant)
1820 * bool isEditable(void)
1821 * QVariant itemData(int index, int role)
1822 * QAbstractItemDelegate \*itemDelegate(void)
1823 * QIcon itemIcon(int index)
1824 * QString itemText(int index)
1825 * QLineEdit \*lineEdit(void)
1826 * int maxCount(void)
1827 * int maxVisibleItems(void)
1828 * int minimumContentsLength(void)
1829 * QAbstractItemModel \*model(void)
1830 * int modelColumn(void)
1831 * void removeItem(int index)
1832 * QModelIndex rootModelIndex(void)
1833 * void setCompleter(QCompleter \*completer)
1834 * void setDuplicatesEnabled(bool enable)
1835 * void setEditable(bool editable)
1836 * void setFrame(bool)
1837 * void setIconSize(QSize)
1838 * void setItemDelegate(QAbstractItemDelegate \*delegate)
1839 * void setItemIcon(int index, QIcon)
1840 * void setItemText(int index, QString)
1841 * void setLineEdit(QLineEdit \*edit)
1842 * void setMaxCount(int max)
1843 * void setMaxVisibleItems(int maxItems)
1844 * void setMinimumContentsLength(int characters)
1845 * void setModel(QAbstractItemModel \*model)
1846 * void setModelColumn(int visibleColumn)
1847 * void setRootModelIndex(QModelIndex)
1848 * void setView(QAbstractItemView \*itemView)
1849 * void showPopup(void)
1850 * QAbstractItemView \*view(void)
1851 * void clear(void)
1852 * void clearEditText(void)
1853 * void setCurrentIndex(int index)
1854 * void setEditText(QString)
1855 * void setactivatedEvent(const char \*)
1856 * void setcurrentIndexChangedEvent(const char \*)
1857 * void seteditTextChangedEvent(const char \*)
1858 * void sethighlightedEvent(const char \*)
1859 * const char \*getactivatedEvent(void)
1860 * const char \*getcurrentIndexChangedEvent(void)
1861 * const char \*geteditTextChangedEvent(void)
1862 * const char \*gethighlightedEvent(void)
1863
1864 .. index::
1865         pair: RingQt クラスリファレンス; QCompleter クラス
1866
1867 QCompleter クラス
1868 =================
1869
1870
1871 C++ リファレンス : http://doc.qt.io/qt-5/qcompleter.html
1872
1873
1874 仮引数 : QObject \*parent
1875
1876
1877 親クラス : QObject
1878
1879 * Qt::CaseSensitivity caseSensitivity(void)
1880 * int completionColumn(void)
1881 * int completionCount(void)
1882 * QCompleter::CompletionMode completionMode(void)
1883 * QAbstractItemModel \*completionModel(void)
1884 * QString completionPrefix(void)
1885 * int completionRole(void)
1886 * QString currentCompletion(void)
1887 * QModelIndex currentIndex(void)
1888 * int currentRow(void)
1889 * Qt::MatchFlags filterMode(void)
1890 * int maxVisibleItems(void)
1891 * QAbstractItemModel \* model(void)
1892 * QCompleter::ModelSorting modelSorting(void)
1893 * QAbstractItemView \* popup(void)
1894 * void setCaseSensitivity(Qt::CaseSensitivity caseSensitivity)
1895 * void setCompletionColumn(int column)
1896 * void setCompletionMode(QCompleter::CompletionMode mode)
1897 * void setCompletionRole(int role)
1898 * bool setCurrentRow(int row)
1899 * void setFilterMode(Qt::MatchFlags filterMode)
1900 * void setMaxVisibleItems(int maxItems)
1901 * void setModel(QAbstractItemModel \*model)
1902 * void setModelSorting(QCompleter::ModelSorting sorting)
1903 * void setPopup(QAbstractItemView \*popup)
1904 * void setWidget(QWidget \*widget)
1905 * QWidget \* widget(void)
1906 * bool wrapAround(void)
1907 * void complete(QRect  rect)
1908 * void setCompletionPrefix(QString prefix)
1909 * void setWrapAround(bool wrap)
1910
1911 .. index::
1912         pair: RingQt クラスリファレンス; QCompleter2 クラス
1913
1914 QCompleter2 クラス
1915 ==================
1916
1917
1918 仮引数 : QAbstractItemModel \*model, QObject \*parent
1919
1920
1921 親クラス : QCompleter
1922
1923
1924 .. index::
1925         pair: RingQt クラスリファレンス; QCompleter3 クラス
1926
1927 QCompleter3 クラス
1928 ==================
1929
1930
1931 仮引数 : QStringList list, QObject \*parent
1932
1933
1934 親クラス : QCompleter
1935
1936
1937 .. index::
1938         pair: RingQt クラスリファレンス; QConeGeometry クラス
1939
1940 QConeGeometry クラス
1941 ====================
1942
1943
1944 C++ リファレンス : http://doc.qt.io/qt-5/qt3dextras-qconegeometry.html
1945
1946
1947 仮引数 : Qt3DCore::QNode \*
1948
1949 * float bottomRadius(void)
1950 * bool hasBottomEndcap(void)
1951 * bool hasTopEndcap(void)
1952 * Qt3DRender::QAttribute \* indexAttribute(void)
1953 * float length(void)
1954 * Qt3DRender::QAttribute \* normalAttribute(void)
1955 * Qt3DRender::QAttribute \* positionAttribute(void)
1956 * int rings(void)
1957 * int slices(void)
1958 * Qt3DRender::QAttribute \* texCoordAttribute(void)
1959 * float topRadius(void)
1960 * void updateIndices(void)
1961 * void updateVertices(void)
1962 * void setBottomRadius(float bottomRadius)
1963 * void setHasBottomEndcap(bool hasBottomEndcap)
1964 * void setHasTopEndcap(bool hasTopEndcap)
1965 * void setLength(float length)
1966 * void setRings(int rings)
1967 * void setSlices(int slices)
1968 * void setTopRadius(float topRadius)
1969
1970 .. index::
1971         pair: RingQt クラスリファレンス; QConeMesh クラス
1972
1973 QConeMesh クラス
1974 ================
1975
1976
1977 C++ リファレンス : http://doc.qt.io/qt-5/qt3dextras-qconemesh.html
1978
1979
1980 仮引数 : Qt3DCore::QNode \*
1981
1982 * float bottomRadius(void)
1983 * bool hasBottomEndcap(void)
1984 * bool hasTopEndcap(void)
1985 * float length(void)
1986 * int rings(void)
1987 * int slices(void)
1988 * float topRadius(void)
1989 * void setBottomRadius(float bottomRadius)
1990 * void setHasBottomEndcap(bool hasBottomEndcap)
1991 * void setHasTopEndcap(bool hasTopEndcap)
1992 * void setLength(float length)
1993 * void setRings(int rings)
1994 * void setSlices(int slices)
1995 * void setTopRadius(float topRadius)
1996
1997 .. index::
1998         pair: RingQt クラスリファレンス; QCoreApplication クラス
1999
2000 QCoreApplication クラス
2001 =======================
2002
2003
2004 C++ リファレンス : http://doc.qt.io/qt-5/qcoreapplication.html
2005
2006
2007 親クラス : QObject
2008
2009 * void installNativeEventFilter(QAbstractNativeEventFilter \*filterObj)
2010 * void removeNativeEventFilter(QAbstractNativeEventFilter \*filterObject)
2011 * void quit(void)
2012 * void addLibraryPath(QString path)
2013 * QString applicationDirPath(void)
2014 * QString applicationFilePath(void)
2015 * QString applicationName(void)
2016 * qint64 applicationPid(void)
2017 * QString applicationVersion(void)
2018 * QStringList arguments(void)
2019 * bool closingDown(void)
2020 * QAbstractEventDispatcher \* eventDispatcher(void)
2021 * int exec(void)
2022 * void exit(int returnCode)
2023 * bool installTranslator(QTranslator \*translationFile)
2024 * QCoreApplication \* instance(void)
2025 * bool isQuitLockEnabled(void)
2026 * QStringList libraryPaths(void)
2027 * QString organizationDomain(void)
2028 * QString organizationName(void)
2029 * void postEvent(QObject \*receiver, QEvent \*event, int priority)
2030 * void processEvents(QEventLoop::ProcessEventsFlags flags)
2031 * void processEvents_2(QEventLoop::ProcessEventsFlags flags, int maxtime)
2032 * void removeLibraryPath(QString path)
2033 * void removePostedEvents(QObject \*receiver, int eventType)
2034 * bool removeTranslator(QTranslator \*translationFile)
2035 * bool sendEvent(QObject \*receiver, QEvent \*event)
2036 * void sendPostedEvents(QObject \*receiver, int event_type)
2037 * void setApplicationName(QString application)
2038 * void setApplicationVersion(QString version)
2039 * void setAttribute(Qt::ApplicationAttribute attribute, bool on)
2040 * void setEventDispatcher(QAbstractEventDispatcher \*eventDispatcher)
2041 * void setLibraryPaths(QStringList paths)
2042 * void setOrganizationDomain(QString orgDomain)
2043 * void setOrganizationName(QString orgName)
2044 * void setQuitLockEnabled(bool enabled)
2045 * bool startingUp(void)
2046 * bool testAttribute(Qt::ApplicationAttribute attribute)
2047 * QString translate(char \*context, char \*sourceText, char \*disambiguation, int n)
2048
2049 .. index::
2050         pair: RingQt クラスリファレンス; QCuboidMesh クラス
2051
2052 QCuboidMesh クラス
2053 ==================
2054
2055
2056 C++ リファレンス : http://doc.qt.io/qt-5/qt3dextras-qcuboidmesh.html
2057
2058
2059 仮引数 : Qt3DCore::QNode \*
2060
2061 * float xExtent(void)
2062 * QSize xyMeshResolution(void)
2063 * QSize xzMeshResolution(void)
2064 * float yExtent(void)
2065 * QSize yzMeshResolution(void)
2066 * float zExtent(void)
2067 * void setXExtent(float xExtent)
2068 * void setXYMeshResolution(QSize resolution)
2069 * void setXZMeshResolution(QSize resolution)
2070 * void setYExtent(float yExtent)
2071 * void setYZMeshResolution(QSize resolution)
2072 * void setZExtent(float zExtent)
2073
2074 .. index::
2075         pair: RingQt クラスリファレンス; QCullFace クラス
2076
2077 QCullFace クラス
2078 ================
2079
2080
2081 C++ リファレンス : http://doc.qt.io/qt-5/qt3drender-qcullface.html
2082
2083
2084 仮引数 : Qt3DCore::QNode \*
2085
2086 * Qt3DRender::QCullFace::CullingMode mode(void)
2087 * void setMode(Qt3DRender::QCullFace::CullingMode mode)
2088
2089 .. index::
2090         pair: RingQt クラスリファレンス; QCursor クラス
2091
2092 QCursor クラス
2093 ==============
2094
2095
2096 C++ リファレンス : http://doc.qt.io/qt-5/qcursor.html
2097
2098
2099 仮引数 : void
2100
2101 * QBitmap \*bitmap(void)
2102 * QPoint hotSpot(void)
2103 * QBitmap \*mask(void)
2104 * QPixmap pixmap(void)
2105 * void setShape(Qt::CursorShape shape)
2106 * Qt::CursorShape shape(void)
2107 * QPoint pos(void)
2108 * QPoint pos_2(QScreen \*)
2109 * void setPos(int x, int y)
2110 * void setPos_2(QScreen \*screen, int x, int y)
2111 * void setPos_3(QPoint)
2112 * void setPos_4(QScreen \*screen, QPoint)
2113
2114 .. index::
2115         pair: RingQt クラスリファレンス; QCylinderMesh クラス
2116
2117 QCylinderMesh クラス
2118 ====================
2119
2120
2121 C++ リファレンス : http://doc.qt.io/qt-5/qt3dextras-qcylindermesh.html
2122
2123
2124 仮引数 : Qt3DCore::QNode \*
2125
2126 * float length(void)
2127 * float radius(void)
2128 * int rings(void)
2129 * int slices(void)
2130 * void setLength(float length)
2131 * void setRadius(float radius)
2132 * void setRings(int rings)
2133 * void setSlices(int slices)
2134
2135 .. index::
2136         pair: RingQt クラスリファレンス; QDate クラス
2137
2138 QDate クラス
2139 ============
2140
2141
2142 C++ リファレンス : http://doc.qt.io/qt-5/qdate.html
2143
2144
2145 仮引数 : void
2146
2147 * QDate addDays(int ndays)
2148 * QDate addMonths(int nmonths)
2149 * QDate addYears(int nyears)
2150 * int day(void)
2151 * int dayOfWeek(void)
2152 * int dayOfYear(void)
2153 * int daysInMonth(void)
2154 * int daysInYear(void)
2155 * int daysTo(QDate)
2156 * void getDate(int \* year, int \* month, int \* day)
2157 * bool isNull(void)
2158 * bool isValid(void)
2159 * int month(void)
2160 * bool setDate(int year, int month, int day)
2161 * int toJulianDay(void)
2162 * QString toString(QString)
2163 * int weekNumber(int \* yearNumber)
2164 * int year(void)
2165 * QDate currentDate(void)
2166 * QDate fromJulianDay(int jd)
2167 * QDate fromString(QString, QString)
2168 * bool isLeapYear(int year)
2169 * QString longDayName(int weekday)
2170 * QString longMonthName(int month)
2171 * QString shortDayName(int weekday)
2172 * QString shortMonthName(int month)
2173
2174 .. index::
2175         pair: RingQt クラスリファレンス; QDateEdit クラス
2176
2177 QDateEdit クラス
2178 ================
2179
2180
2181 C++ リファレンス : http://doc.qt.io/qt-5/qdateedit.html
2182
2183
2184 仮引数 : QWidget \*parent
2185
2186
2187 親クラス : QDateTimeEdit
2188
2189
2190 .. index::
2191         pair: RingQt クラスリファレンス; QDateTime クラス
2192
2193 QDateTime クラス
2194 ================
2195
2196
2197 C++ リファレンス : http://doc.qt.io/qt-5/qdatetime.html
2198
2199
2200 仮引数 : void
2201
2202 * QDateTime addDays(int ndays)
2203 * QDateTime addMSecs(qint64 msecs)
2204 * QDateTime addMonths(int nmonths)
2205 * QDateTime addSecs(int s)
2206 * QDateTime addYears(int nyears)
2207 * QDate date(void)
2208 * int daysTo(QDateTime other)
2209 * bool isNull(void)
2210 * bool isValid(void)
2211 * qint64 msecsTo(QDateTime other)
2212 * int secsTo(QDateTime other)
2213 * void setDate(QDate date)
2214 * void setMSecsSinceEpoch(qint64 msecs)
2215 * void setTime(QTime time)
2216 * void setTimeSpec(Qt::TimeSpec spec)
2217 * void setTime_t(uint seconds)
2218 * QTime time(void)
2219 * Qt::TimeSpec timeSpec(void)
2220 * QDateTime toLocalTime(void)
2221 * qint64 toMSecsSinceEpoch(void)
2222 * QString toString(QString format)
2223 * QString toString_2(Qt::DateFormat format)
2224 * QDateTime toTimeSpec(Qt::TimeSpec specification)
2225 * uint toTime_t(void)
2226 * QDateTime toUTC(void)
2227 * QDateTime currentDateTime(void)
2228 * QDateTime currentDateTimeUtc(void)
2229 * qint64 currentMSecsSinceEpoch(void)
2230 * QDateTime fromMSecsSinceEpoch(qint64 msecs)
2231 * QDateTime fromString(QString string, Qt::DateFormat format)
2232 * QDateTime fromString_2(QString string, QString format)
2233 * QDateTime fromTime_t(uint seconds)
2234
2235 .. index::
2236         pair: RingQt クラスリファレンス; QDateTimeEdit クラス
2237
2238 QDateTimeEdit クラス
2239 ====================
2240
2241
2242 C++ リファレンス : http://doc.qt.io/qt-5/qdatetimeedit.html
2243
2244
2245 仮引数 : QWidget \*parent
2246
2247
2248 親クラス : QAbstractSpinBox
2249
2250 * bool calendarPopup(void)
2251 * QCalendarWidget \*calendarWidget(void)
2252 * void clearMaximumDate(void)
2253 * void clearMaximumDateTime(void)
2254 * void clearMaximumTime(void)
2255 * void clearMinimumDate(void)
2256 * void clearMinimumDateTime(void)
2257 * void clearMinimumTime(void)
2258 * int currentSection(void)
2259 * int currentSectionIndex(void)
2260 * QDate date(void)
2261 * QDateTime dateTime(void)
2262 * QString displayFormat(void)
2263 * int displayedSections(void)
2264 * QDate maximumDate(void)
2265 * QDateTime maximumDateTime(void)
2266 * QTime maximumTime(void)
2267 * QDate minimumDate(void)
2268 * QDateTime minimumDateTime(void)
2269 * QTime minimumTime(void)
2270 * int sectionAt(int index)
2271 * int sectionCount(void)
2272 * QString sectionText(QDateTimeEdit::Section section)
2273 * void setCalendarPopup(bool enable)
2274 * void setCalendarWidget(QCalendarWidget \*calendarWidget)
2275 * void setCurrentSection(QDateTimeEdit::Section section)
2276 * void setCurrentSectionIndex(int index)
2277 * void setDateRange(QDate,QDate)
2278 * void setDateTimeRange(QDateTime,QDateTime)
2279 * void setDisplayFormat(QString)
2280 * void setMaximumDate(QDate)
2281 * void setMaximumDateTime(QDateTime)
2282 * void setMaximumTime(QTime)
2283 * void setMinimumDate(QDate)
2284 * void setMinimumDateTime(QDateTime)
2285 * void setMinimumTime(QTime)
2286 * void setSelectedSection(QDateTimeEdit::Section section)
2287 * void setTimeRange(QTime,QTime)
2288 * void setTimeSpec(Qt::TimeSpec spec)
2289 * QTime time(void)
2290 * Qt::TimeSpec timeSpec(void)
2291 * void setDate(QDate)
2292 * void setDateTime(QDateTime)
2293 * void setTime(QTime)
2294
2295 .. index::
2296         pair: RingQt クラスリファレンス; QDepthTest クラス
2297
2298 QDepthTest クラス
2299 =================
2300
2301
2302 C++ リファレンス : http://doc.qt.io/qt-5/qt3drender-qdepthtest.html
2303
2304
2305 仮引数 : Qt3DCore::QNode \*
2306
2307 * Qt3DRender::QDepthTest::DepthFunction depthFunction(void)
2308 * void setDepthFunction(Qt3DRender::QDepthTest::DepthFunction depthFunction)
2309
2310 .. index::
2311         pair: RingQt クラスリファレンス; QDesktopServices クラス
2312
2313 QDesktopServices クラス
2314 =======================
2315
2316
2317 C++ リファレンス : http://doc.qt.io/qt-5/qdesktopservices.html
2318
2319 * bool openUrl(QUrl)
2320 * void setUrlHandler(QString, QObject \*receiver, const char \*method)
2321 * void unsetUrlHandler(QString)
2322
2323 .. index::
2324         pair: RingQt クラスリファレンス; QDesktopWidget クラス
2325
2326 QDesktopWidget クラス
2327 =====================
2328
2329
2330 C++ リファレンス : http://doc.qt.io/qt-5/qdesktopwidget.html
2331
2332
2333 仮引数 : void
2334
2335
2336 親クラス : QWidget
2337
2338 * QRect availableGeometry(int screen)
2339 * bool isVirtualDesktop(void)
2340 * int primaryScreen(void)
2341 * QWidget \*screen(int screen)
2342 * int screenCount(void)
2343 * QRect screenGeometry(int screen)
2344 * int screenNumber(QWidget \*widget)
2345
2346 .. index::
2347         pair: RingQt クラスリファレンス; QDial クラス
2348
2349 QDial クラス
2350 ============
2351
2352
2353 C++ リファレンス : http://doc.qt.io/qt-5/qdial.html
2354
2355
2356 仮引数 : QWidget \*parent
2357
2358
2359 親クラス : QAbstractSlider
2360
2361 * int notchSize(void)
2362 * qreal notchTarget(void)
2363 * bool notchesVisible(void)
2364 * void setNotchTarget(double target)
2365 * bool wrapping(void)
2366 * QSize minimumSizeHint(void)
2367 * QSize sizeHint(void)
2368 * void setNotchesVisible(bool visible)
2369 * void setWrapping(bool on)
2370 * void setactionTriggeredEvent(const char \*)
2371 * void setrangeChangedEvent(const char \*)
2372 * void setsliderMovedEvent(const char \*)
2373 * void setsliderPressedEvent(const char \*)
2374 * void setsliderReleasedEvent(const char \*)
2375 * void setvalueChangedEvent(const char \*)
2376 * const char \*getactionTriggeredEvent(void)
2377 * const char \*getrangeChangedEvent(void)
2378 * const char \*getsliderMovedEvent(void)
2379 * const char \*getsliderPressedEvent(void)
2380 * const char \*getsliderReleasedEvent(void)
2381 * const char \*getvalueChangedEvent(void)
2382
2383 .. index::
2384         pair: RingQt クラスリファレンス; QDialog クラス
2385
2386 QDialog クラス
2387 ==============
2388
2389
2390 C++ リファレンス : http://doc.qt.io/qt-5/qdialog.html
2391
2392
2393 仮引数 : QWidget \*parent
2394
2395
2396 親クラス : QWidget
2397
2398 * bool isSizeGripEnabled(void)
2399 * int result(void)
2400 * void setModal(bool modal)
2401 * void setResult(int i)
2402 * void setSizeGripEnabled(bool)
2403 * void accept(void)
2404 * void done(int r) # In RingQt use : void donedialog(int r)
2405 * int exec(void)
2406 * void open(void)
2407 * void reject(void)
2408
2409 .. index::
2410         pair: RingQt クラスリファレンス; QDiffuseSpecularMaterial クラス
2411
2412 QDiffuseSpecularMaterial クラス
2413 ===============================
2414
2415
2416 C++ リファレンス : http://doc.qt.io/qt-5/qt3dextras-qdiffusespecularmaterial.html
2417
2418
2419 仮引数 : Qt3DCore::QNode \*
2420
2421 * QColor ambient(void)
2422 * QVariant diffuse(void)
2423 * bool isAlphaBlendingEnabled(void)
2424 * QVariant normal(void)
2425 * float shininess(void)
2426 * QVariant specular(void)
2427 * float textureScale(void)
2428 * void setAlphaBlendingEnabled(bool enabled)
2429 * void setAmbient(QColor ambient)
2430 * void setDiffuse(QVariant diffuse)
2431 * void setNormal(QVariant normal)
2432 * void setShininess(float shininess)
2433 * void setSpecular(QVariant specular)
2434 * void setTextureScale(float textureScale)
2435
2436 .. index::
2437         pair: RingQt クラスリファレンス; QDir クラス
2438
2439 QDir クラス
2440 ===========
2441
2442
2443 C++ リファレンス : http://doc.qt.io/qt-5/qdir.html
2444
2445
2446 仮引数 : void
2447
2448 * QString absoluteFilePath(QString fileName)
2449 * QString absolutePath(void)
2450 * QString canonicalPath(void)
2451 * bool cd(QString dirName)
2452 * bool cdUp(void)
2453 * uint count(void)
2454 * QString dirName(void)
2455 * QFileInfoList entryInfoList(QStringList nameFilters, QDir::Filters filters, QDir::SortFlags sort)
2456 * QFileInfoList entryInfoList_2(QDir::Filters filters, QDir::SortFlags sort)
2457 * QStringList entryList(QStringList nameQDir::Filters, QDir::Filters filters, QDir::SortFlags sort)
2458 * QStringList entryList_2(QDir::Filters filters, QDir::SortFlags sort)
2459 * bool exists(QString name)
2460 * bool exists_2(void)
2461 * QString filePath(QString fileName)
2462 * QDir::Filters filter(void)
2463 * bool isAbsolute(void)
2464 * bool isReadable(void)
2465 * bool isRelative(void)
2466 * bool isRoot(void)
2467 * bool makeAbsolute(void)
2468 * bool mkdir(QString dirName)
2469 * bool mkpath(QString dirPath)
2470 * QStringList nameFilters(void)
2471 * QString path(void)
2472 * void refresh(void)
2473 * QString relativeFilePath(QString fileName)
2474 * bool remove(QString fileName)
2475 * bool removeRecursively(void)
2476 * bool rename(QString oldName, QString newName)
2477 * bool rmdir(QString dirName)
2478 * bool rmpath(QString dirPath)
2479 * void setFilter(QDir::Filters filters)
2480 * void setNameFilters(QStringList nameQDir::Filters)
2481 * void setPath(QString path)
2482 * void setSorting(QDir::SortFlags sort)
2483 * QDir::SortFlags sorting(void)
2484 * void swap(QDir other)
2485 * void addSearchPath(QString prefix, QString path)
2486 * QString cleanPath(QString path)
2487 * QDir current(void)
2488 * QString currentPath(void)
2489 * QFileInfoList drives(void)
2490 * QString fromNativeSeparators(QString pathName)
2491 * QDir home(void)
2492 * QString homePath(void)
2493 * bool isAbsolutePath(QString path)
2494 * bool isRelativePath(QString path)
2495 * bool match(QString filter, QString fileName)
2496 * bool match_2(QStringList filters, QString fileName)
2497 * QDir root(void)
2498 * QString rootPath(void)
2499 * QStringList searchPaths(QString prefix)
2500 * QChar separator(void)
2501 * bool setCurrent(QString path)
2502 * void setSearchPaths(QString prefix, QStringList searchPaths)
2503 * QDir temp(void)
2504 * QString tempPath(void)
2505 * QString toNativeSeparators(QString pathName)
2506
2507 .. index::
2508         pair: RingQt クラスリファレンス; QDirModel クラス
2509
2510 QDirModel クラス
2511 ================
2512
2513
2514 C++ リファレンス : http://doc.qt.io/qt-5/qdirmodel.html
2515
2516
2517 仮引数 : void
2518
2519 * QIcon fileIcon(QModelIndex)
2520 * QFileInfo fileInfo(QModelIndex)
2521 * QString fileName(QModelIndex)
2522 * QString filePath(QModelIndex)
2523 * int filter(void)
2524 * QFileIconProvider \*iconProvider(void)
2525 * QModelIndex index(QString path, int column)
2526 * bool isDir(QModelIndex)
2527 * bool isReadOnly(void)
2528 * bool lazyChildCount(void)
2529 * QModelIndex mkdir(QModelIndex parent, QString name)
2530 * QStringList nameFilters(void)
2531 * bool remove(QModelIndex index)
2532 * bool resolveSymlinks(void)
2533 * bool rmdir(QModelIndex index)
2534 * void setFilter(QDir::Filter filters)
2535 * void setIconProvider(QFileIconProvider \*provider)
2536 * void setLazyChildCount(bool enable)
2537 * void setNameFilters(QStringList filters)
2538 * void setReadOnly(bool enable)
2539 * void setResolveSymlinks(bool enable)
2540 * void setSorting(QDir::SortFlag sort)
2541 * int sorting(void)
2542 * void refresh(QModelIndex parent)
2543
2544 .. index::
2545         pair: RingQt クラスリファレンス; QDockWidget クラス
2546
2547 QDockWidget クラス
2548 ==================
2549
2550
2551 C++ リファレンス : http://doc.qt.io/qt-5/qdockwidget.html
2552
2553
2554 仮引数 : QWidget \*parent,Qt::WindowType flag
2555
2556
2557 親クラス : QWidget
2558
2559 * int allowedAreas(void)
2560 * int features(void)
2561 * bool isAreaAllowed(Qt::DockWidgetArea area)
2562 * bool isFloating(void)
2563 * void setAllowedAreas(Qt::DockWidgetArea areas)
2564 * void setFeatures(QDockWidget::DockWidgetFeature features)
2565 * void setFloating(bool floating)
2566 * void setTitleBarWidget(QWidget \*widget)
2567 * void setWidget(QWidget \*widget)
2568 * QWidget \*titleBarWidget(void)
2569 * QAction \*toggleViewAction(void)
2570 * QWidget \*widget(void)
2571 * void allowedAreasChanged(Qt::DockWidgetArea allowedAreas)
2572 * void dockLocationChanged(Qt::DockWidgetArea area)
2573 * void featuresChanged(QDockWidget::DockWidgetFeature features)
2574 * void topLevelChanged(bool topLevel)
2575 * void visibilityChanged(bool visible)
2576 * void setallowedAreasChangedEvent(const char \*)
2577 * void setdockLocationChangedEvent(const char \*)
2578 * void setfeaturesChangedEvent(const char \*)
2579 * void settopLevelChangedEvent(const char \*)
2580 * void setvisibilityChangedEvent(const char \*)
2581 * const char \*getallowedAreasChangedEvent(void)
2582 * const char \*getdockLocationChangedEvent(void)
2583 * const char \*getfeaturesChangedEvent(void)
2584 * const char \*gettopLevelChangedEvent(void)
2585 * const char \*getvisibilityChangedEvent(void)
2586
2587 .. index::
2588         pair: RingQt クラスリファレンス; QDrag クラス
2589
2590 QDrag クラス
2591 ============
2592
2593
2594 C++ リファレンス : http://doc.qt.io/qt-5/qdrag.html
2595
2596
2597 仮引数 : QObject \*
2598
2599
2600 親クラス : QObject
2601
2602 * Qt::DropAction defaultAction(void)
2603 * QPixmap dragCursor(Qt::DropAction action)
2604 * Qt::DropAction exec(Qt::DropActions supportedActions)
2605 * Qt::DropAction exec_2(Qt::DropActions supportedActions, Qt::DropAction defaultDropAction)
2606 * QPoint hotSpot(void)
2607 * QMimeData \*mimeData(void)
2608 * QPixmap pixmap(void)
2609 * void setDragCursor(QPixmap cursor, Qt::DropAction action)
2610 * void setHotSpot(QPoint hotspot)
2611 * void setMimeData(QMimeData \* data)
2612 * void setPixmap(QPixmap pixmap)
2613 * QObject \* source(void)
2614 * Qt::DropActions supportedActions(void)
2615 * QObject \* target(void)
2616 * void setactionChangedEvent(const char \*)
2617 * void settargetChangedEvent(const char \*)
2618 * const char \*getactionChangedEvent(void)
2619 * const char \*gettargetChangedEvent(void)
2620
2621 .. index::
2622         pair: RingQt クラスリファレンス; QDragEnterEvent クラス
2623
2624 QDragEnterEvent クラス
2625 ======================
2626
2627
2628 C++ リファレンス : http://doc.qt.io/qt-5/qdragenterevent.html
2629
2630
2631 仮引数 : QPoint,Qt::DropActions,const QMimeData \*,Qt::MouseButtons,Qt::KeyboardModifiers
2632
2633
2634 親クラス : QDragMoveEvent
2635
2636
2637 .. index::
2638         pair: RingQt クラスリファレンス; QDragLeaveEvent クラス
2639
2640 QDragLeaveEvent クラス
2641 ======================
2642
2643
2644 C++ リファレンス : http://doc.qt.io/qt-5/qdragleaveevent.html
2645
2646
2647 仮引数 : void
2648
2649
2650 親クラス : QEvent
2651
2652
2653 .. index::
2654         pair: RingQt クラスリファレンス; QDragMoveEvent クラス
2655
2656 QDragMoveEvent クラス
2657 =====================
2658
2659
2660 C++ リファレンス : http://doc.qt.io/qt-5/qdragmoveevent.html
2661
2662
2663 仮引数 : QPoint,Qt::DropActions,const QMimeData \*,Qt::MouseButtons,Qt::KeyboardModifiers,QEvent::Type
2664
2665
2666 親クラス : QDropEvent
2667
2668 * void accept(QRect rectangle)
2669 * void accept_2(void)
2670 * QRect answerRect(void)
2671 * void ignore(QRect rectangle)
2672 * void ignore_2(void)
2673
2674 .. index::
2675         pair: RingQt クラスリファレンス; QDropEvent クラス
2676
2677 QDropEvent クラス
2678 =================
2679
2680
2681 C++ リファレンス : http://doc.qt.io/qt-5/qdropevent.html
2682
2683
2684 仮引数 : QPointF,Qt::DropActions,const QMimeData \*,Qt::MouseButtons,Qt::KeyboardModifiers,QEvent::Type
2685
2686
2687 親クラス : QEvent
2688
2689 * void acceptProposedAction(void)
2690 * Qt::DropAction dropAction(void)
2691 * Qt::KeyboardModifiers keyboardModifiers(void)
2692 * QMimeData \* mimeData(void)
2693 * Qt::MouseButtons mouseButtons(void)
2694 * QPoint pos(void)
2695 * QPointF posF(void)
2696 * Qt::DropActions possibleActions(void)
2697 * Qt::DropAction proposedAction(void)
2698 * void setDropAction(Qt::DropAction action)
2699 * QObject \* source(void)
2700
2701 .. index::
2702         pair: RingQt クラスリファレンス; QEffect クラス
2703
2704 QEffect クラス
2705 ==============
2706
2707
2708 C++ リファレンス : http://doc.qt.io/qt-5/qt3drender-qeffect.html
2709
2710
2711 仮引数 : Qt3DCore::QNode \*
2712
2713 * void addParameter(Qt3DRender::QParameter \*parameter)
2714 * void addTechnique(Qt3DRender::QTechnique \*t)
2715 * QVector<Qt3DRender::QParameter \*> parameters(void)
2716 * void removeParameter(Qt3DRender::QParameter \*parameter)
2717 * void removeTechnique(Qt3DRender::QTechnique \*t)
2718 * QVector<Qt3DRender::QTechnique \*> techniques(void)
2719
2720 .. index::
2721         pair: RingQt クラスリファレンス; QEntity クラス
2722
2723 QEntity クラス
2724 ==============
2725
2726
2727 C++ リファレンス : http://doc.qt.io/qt-5/qt3dcore-qentity.html
2728
2729
2730 仮引数 : Qt3DCore::QNode \*
2731
2732
2733 親クラス : QNode
2734
2735 * void addComponent(Qt3DCore::QComponent \*comp)
2736 * Qt3DCore::QComponentVector components(void)
2737 * Qt3DCore::QEntity \* parentEntity(void)
2738 * void removeComponent(Qt3DCore::QComponent \*comp)
2739
2740 .. index::
2741         pair: RingQt クラスリファレンス; QEvent クラス
2742
2743 QEvent クラス
2744 =============
2745
2746
2747 C++ リファレンス : http://doc.qt.io/qt-5/qevent.html
2748
2749
2750 仮引数 : QEvent::Type Type
2751
2752 * void accept(void)
2753 * void ignore(void)
2754 * bool isAccepted(void)
2755 * void setAccepted(bool accepted)
2756 * bool spontaneous(void)
2757 * int type(void)
2758
2759 .. index::
2760         pair: RingQt クラスリファレンス; QExtrudedTextMesh クラス
2761
2762 QExtrudedTextMesh クラス
2763 ========================
2764
2765
2766 C++ リファレンス : http://doc.qt.io/qt-5/qt3dextras-qextrudedtextmesh.html
2767
2768
2769 仮引数 : Qt3DCore::QNode \*
2770
2771 * float depth(void)
2772 * QFont font(void)
2773 * QString text(void)
2774 * void setDepth(float depth)
2775 * void setFont(QFont font)
2776 * void setText(QString text)
2777
2778 .. index::
2779         pair: RingQt クラスリファレンス; QFile クラス
2780
2781 QFile クラス
2782 ============
2783
2784
2785 C++ リファレンス : http://doc.qt.io/qt-5/qfile.html
2786
2787
2788 仮引数 : void
2789
2790
2791 親クラス : QFileDevice
2792
2793 * bool copy(QString newName)
2794 * bool exists(void)
2795 * bool link(QString linkName)
2796 * bool open(FILE \*fh, QIODevice::OpenMode mode, QFile::FileHandleFlags handleFlags)
2797 * bool open_2(int fd, QIODevice::OpenMode mode, QFile::FileHandleFlags handleFlags)
2798 * bool open_3(QIODevice::OpenMode mode)
2799 * bool remove(void)
2800 * bool rename(QString newName)
2801 * void setFileName(QString name)
2802 * QString symLinkTarget(void)
2803 * bool copy_2(QString fileName, QString newName)
2804 * QString decodeName(QByteArray localFileName)
2805 * QString decodeName_2(char \*localFileName)
2806 * QByteArray encodeName(QString fileName)
2807 * bool exists_2(QString fileName)
2808 * bool link_2(QString fileName, QString linkName)
2809 * QFile::Permissions permissions(QString fileName)
2810 * bool remove_2(QString fileName)
2811 * bool rename_2(QString oldName, QString newName)
2812 * bool resize(QString fileName, qint64 sz)
2813 * bool setPermissions(QString fileName, QFile::Permissions permissions)
2814 * QString symLinkTarget_2(QString fileName)
2815
2816 .. index::
2817         pair: RingQt クラスリファレンス; QFile2 クラス
2818
2819 QFile2 クラス
2820 =============
2821
2822
2823 仮引数 : QString
2824
2825
2826 親クラス : QFile
2827
2828
2829 .. index::
2830         pair: RingQt クラスリファレンス; QFileDevice クラス
2831
2832 QFileDevice クラス
2833 ==================
2834
2835
2836 C++ リファレンス : http://doc.qt.io/qt-5/qfiledevice.html
2837
2838
2839 親クラス : QIODevice
2840
2841 * QFileDevice::FileError error(void)
2842 * bool flush(void)
2843 * int handle(void)
2844 * uchar \* map(qint64 offset, qint64 size, QFileDevice::MemoryMapFlags flags)
2845 * QFileDevice::Permissions permissions(void)
2846 * bool resize(qint64 sz)
2847 * QString fileName(void)
2848 * bool unmap(uchar \*address)
2849 * void unsetError(void)
2850
2851 .. index::
2852         pair: RingQt クラスリファレンス; QFileDialog クラス
2853
2854 QFileDialog クラス
2855 ==================
2856
2857
2858 C++ リファレンス : http://doc.qt.io/qt-5/qfiledialog.html
2859
2860
2861 仮引数 : QWidget \*parent
2862
2863
2864 親クラス : QWidget
2865
2866 * int acceptMode(void)
2867 * QString defaultSuffix(void)
2868 * QDir directory(void)
2869 * QUrl directoryUrl(void)
2870 * int fileMode(void)
2871 * int filter(void)
2872 * QStringList history(void)
2873 * QFileIconProvider \*iconProvider(void)
2874 * QAbstractItemDelegate \*itemDelegate(void)
2875 * QString labelText(QFileDialog::DialogLabel label)
2876 * QStringList mimeTypeFilters(void)
2877 * QStringList nameFilters(void)
2878 * void open(QObject \*receiver, const char \*member)
2879 * int options(void)
2880 * QAbstractProxyModel \*proxyModel(void)
2881 * bool restoreState(QByteArray)
2882 * QByteArray saveState(void)
2883 * void selectFile(QString)
2884 * void selectMimeTypeFilter(QString)
2885 * void selectNameFilter(QString)
2886 * void selectUrl(QUrl)
2887 * QStringList selectedFiles(void)
2888 * QString selectedNameFilter(void)
2889 * void setDefaultSuffix(QString)
2890 * void setDirectory(QString)
2891 * void setDirectoryUrl(QUrl)
2892 * void setFileMode(QFileDialog::FileMode mode)
2893 * void setFilter(QDir::Filter filters)
2894 * void setHistory(QStringList)
2895 * void setIconProvider(QFileIconProvider \*provider)
2896 * void setItemDelegate(QAbstractItemDelegate \*delegate)
2897 * void setLabelText(QFileDialog::DialogLabel label, QString)
2898 * void setMimeTypeFilters(QStringList)
2899 * void setNameFilter(QString)
2900 * void setNameFilters(QStringList)
2901 * void setOption(QFileDialog::Option option, bool)
2902 * void setOptions(QFileDialog::Option options)
2903 * void setProxyModel(QAbstractProxyModel \*proxyModel)
2904 * int viewMode(void)
2905 * QString getExistingDirectory(QWidget \*,QString,QString, QFileDialog::Option)
2906 * QUrl getExistingDirectoryUrl(QWidget \*,QString,QUrl, QFileDialog::Option,QStringList)
2907 * QString getOpenFileName(QWidget \*,QString,QString,QString)
2908 * QUrl getSaveFileUrl(QWidget \*,QString, QUrl,QString, QString \*, QFileDialog::Option options,QStringList)
2909
2910 .. index::
2911         pair: RingQt クラスリファレンス; QFileInfo クラス
2912
2913 QFileInfo クラス
2914 ================
2915
2916
2917 C++ リファレンス : http://doc.qt.io/qt-5/qfileinfo.html
2918
2919
2920 仮引数 : void
2921
2922 * QDir absoluteDir(void)
2923 * QString absoluteFilePath(void)
2924 * QString absolutePath(void)
2925 * QString baseName(void)
2926 * QString bundleName(void)
2927 * bool caching(void)
2928 * QString canonicalFilePath(void)
2929 * QString canonicalPath(void)
2930 * QString completeBaseName(void)
2931 * QString completeSuffix(void)
2932 * QDateTime created(void)
2933 * QDir dir(void)
2934 * bool exists(void)
2935 * QString fileName(void)
2936 * QString filePath(void)
2937 * QString group(void)
2938 * int groupId(void)
2939 * bool isAbsolute(void)
2940 * bool isBundle(void)
2941 * bool isDir(void)
2942 * bool isExecutable(void)
2943 * bool isFile(void)
2944 * bool isHidden(void)
2945 * bool isNativePath(void)
2946 * bool isReadable(void)
2947 * bool isRelative(void)
2948 * bool isRoot(void)
2949 * bool isSymLink(void)
2950 * bool isWritable(void)
2951 * QDateTime lastModified(void)
2952 * QDateTime lastRead(void)
2953 * bool makeAbsolute(void)
2954 * QString owner(void)
2955 * uint ownerId(void)
2956 * QString path(void)
2957 * bool permission(QFileDevice::Permission permissions)
2958 * int permissions(void)
2959 * void refresh(void)
2960 * void setCaching(bool enable)
2961 * void setFile(QString)
2962 * int size(void)
2963 * QString suffix(void)
2964 * void swap(QFileInfo)
2965 * QString symLinkTarget(void)
2966
2967 .. index::
2968         pair: RingQt クラスリファレンス; QFileSystemModel クラス
2969
2970 QFileSystemModel クラス
2971 =======================
2972
2973
2974 C++ リファレンス : http://doc.qt.io/qt-5/qfilesystemmodel.html
2975
2976
2977 仮引数 : void
2978
2979 * QIcon fileIcon(QModelIndex)
2980 * QFileInfo fileInfo(QModelIndex)
2981 * QString fileName(QModelIndex)
2982 * QString filePath(QModelIndex)
2983 * int filter(void)
2984 * QFileIconProvider \*iconProvider(void)
2985 * QModelIndex index(QString, int column)
2986 * bool isDir(QModelIndex)
2987 * bool isReadOnly(void)
2988 * QDateTime lastModified(QModelIndex)
2989 * QModelIndex mkdir(QModelIndex,QString)
2990 * QVariant myComputer(int role)
2991 * bool nameFilterDisables(void)
2992 * QStringList nameFilters(void)
2993 * int permissions(QModelIndex)
2994 * bool remove(QModelIndex)
2995 * bool resolveSymlinks(void)
2996 * bool rmdir(QModelIndex)
2997 * QDir rootDirectory(void)
2998 * QString rootPath(void)
2999 * void setFilter(QDir::Filter filters)
3000 * void setIconProvider(QFileIconProvider \*provider)
3001 * void setNameFilterDisables(bool enable)
3002 * void setNameFilters(QStringList)
3003 * void setReadOnly(bool enable)
3004 * void setResolveSymlinks(bool enable)
3005 * QModelIndex setRootPath(QString)
3006 * int size(QModelIndex)
3007 * QString type(QModelIndex)
3008 * bool canFetchMore(QModelIndex)
3009 * int columnCount(void)
3010 * QVariant data( QModelIndex index, int role)
3011 * bool dropMimeData( QMimeData \*data, Qt::DropAction action, int row, int column, QModelIndex parent)
3012 * void fetchMore( QModelIndex parent)
3013 * int flags( QModelIndex index)
3014 * bool hasChildren( QModelIndex parent )
3015 * QVariant headerData(int section, Qt::Orientation orientation, int role )
3016 * QMimeData \* mimeData( QModelIndexList indexes)
3017 * QStringList mimeTypes(void)
3018 * QModelIndex parent( QModelIndex index)
3019 * int rowCount( QModelIndex parent)
3020 * bool setData( QModelIndex idx,  QVariant value, int role)
3021 * void sort(int column, Qt::SortOrder order )
3022 * int supportedDropActions(void)
3023
3024 .. index::
3025         pair: RingQt クラスリファレンス; QFirstPersonCameraController クラス
3026
3027 QFirstPersonCameraController クラス
3028 ===================================
3029
3030
3031 C++ リファレンス : http://doc.qt.io/qt-5/qt3dextras-qfirstpersoncameracontroller.html
3032
3033
3034 仮引数 : Qt3DCore::QNode \*
3035
3036
3037 親クラス : QAbstractCameraController
3038
3039
3040 .. index::
3041         pair: RingQt クラスリファレンス; QFont クラス
3042
3043 QFont クラス
3044 ============
3045
3046
3047 C++ リファレンス : http://doc.qt.io/qt-5/qfont.html
3048
3049
3050 仮引数 : QString, int, int, bool
3051
3052 * bool bold(void)
3053 * int capitalization(void)
3054 * QString defaultFamily(void)
3055 * bool exactMatch(void)
3056 * QString family(void)
3057 * bool fixedPitch(void)
3058 * bool fromString(QString)
3059 * int hintingPreference(void)
3060 * bool isCopyOf(QFont)
3061 * bool italic(void)
3062 * bool kerning(void)
3063 * QString key(void)
3064 * QString lastResortFamily(void)
3065 * QString lastResortFont(void)
3066 * double letterSpacing(void)
3067 * int letterSpacingType(void)
3068 * bool overline(void)
3069 * int pixelSize(void)
3070 * int pointSize(void)
3071 * double pointSizeF(void)
3072 * bool rawMode(void)
3073 * QString rawName(void)
3074 * QFont resolve(QFont)
3075 * void setBold(bool enable)
3076 * void setCapitalization(QFont::Capitalization caps)
3077 * void setFamily(QString)
3078 * void setFixedPitch(bool enable)
3079 * void setHintingPreference(QFont::HintingPreference hintingPreference)
3080 * void setItalic(bool enable)
3081 * void setKerning(bool enable)
3082 * void setLetterSpacing(QFont::SpacingType type, double spacing)
3083 * void setOverline(bool enable)
3084 * void setPixelSize(int pixelSize)
3085 * void setPointSize(int pointSize)
3086 * void setPointSizeF(double pointSize)
3087 * void setRawMode(bool enable)
3088 * void setRawName(QString)
3089 * void setStretch(int factor)
3090 * void setStrikeOut(bool enable)
3091 * void setStyle(QFont::Style style)
3092 * void setStyleHint(QFont::StyleHint hint, QFont::StyleStrategy strategy)
3093 * void setStyleName(QString)
3094 * void setStyleStrategy(QFont::StyleStrategy s)
3095 * void setUnderline(bool enable)
3096 * void setWeight(int weight)
3097 * void setWordSpacing(double spacing)
3098 * int stretch(void)
3099 * bool strikeOut(void)
3100 * int style(void)
3101 * int styleHint(void)
3102 * QString styleName(void)
3103 * int styleStrategy(void)
3104 * QString toString(void)
3105 * bool underline(void)
3106 * int weight(void)
3107 * double wordSpacing(void)
3108 * void insertSubstitution(QString,QString)
3109 * void insertSubstitutions(QString,QStringList)
3110 * QString substitute(QString)
3111 * QStringList substitutes(QString)
3112 * QStringList substitutions(void)
3113
3114 .. index::
3115         pair: RingQt クラスリファレンス; QFontDialog クラス
3116
3117 QFontDialog クラス
3118 ==================
3119
3120
3121 C++ リファレンス : http://doc.qt.io/qt-5/qfontdialog.html
3122
3123
3124 仮引数 : void
3125
3126
3127 親クラス : QDialog
3128
3129 * QFont currentFont(void)
3130 * void open(QObject \*receiver, const char \*member)
3131 * int options(void)
3132 * QFont selectedFont(void)
3133 * void setCurrentFont(QFont)
3134 * void setOption(QFontDialog::FontDialogOption option, bool on)
3135 * void setOptions(QFontDialog::FontDialogOption options)
3136 * bool testOption(QFontDialog::FontDialogOption option)
3137 * int getfont(void)
3138
3139 .. index::
3140         pair: RingQt クラスリファレンス; QFontMetrics クラス
3141
3142 QFontMetrics クラス
3143 ===================
3144
3145
3146 C++ リファレンス : http://doc.qt.io/qt-5/qfontmetrics.html
3147
3148
3149 仮引数 : QFont
3150
3151 * int ascent(void)
3152 * int averageCharWidth(void)
3153 * QRect boundingRect(QChar ch)
3154 * QRect boundingRect_2( QString   text)
3155 * QRect boundingRect_3(int x, int y, int width, int height, int flags,  QString   text, int tabStops , int \* tabArray )
3156 * QRect boundingRect_4( QRect   rect, int flags,  QString   text, int tabStops , int \* tabArray )
3157 * int descent(void)
3158 * QString elidedText( QString   text, Qt::TextElideMode mode, int width, int flags )
3159 * int height(void)
3160 * bool inFont(QChar ch)
3161 * bool inFontUcs4(uint character)
3162 * int leading(void)
3163 * int leftBearing(QChar ch)
3164 * int lineSpacing(void)
3165 * int lineWidth(void)
3166 * int maxWidth(void)
3167 * int minLeftBearing(void)
3168 * int minRightBearing(void)
3169 * int overlinePos(void)
3170 * int rightBearing(QChar ch)
3171 * QSize size(int flags,  QString   text, int tabStops , int \* tabArray )
3172 * int strikeOutPos(void)
3173 * QRect tightBoundingRect( QString   text)
3174 * int underlinePos(void)
3175 * int width( QString   text, int len )
3176 * int width_2(QChar ch)
3177 * int xHeight(void)
3178
3179 .. index::
3180         pair: RingQt クラスリファレンス; QForwardRenderer クラス
3181
3182 QForwardRenderer クラス
3183 =======================
3184
3185
3186 C++ リファレンス : http://doc.qt.io/qt-5/qt3dextras-qforwardrenderer.html
3187
3188
3189 仮引数 : Qt3DCore::QNode \*
3190
3191 * Qt3DCore::QEntity \* camera(void)
3192 * QColor clearColor(void)
3193 * QSize externalRenderTargetSize(void)
3194 * float gamma(void)
3195 * bool isFrustumCullingEnabled(void)
3196 * QObject \* surface(void)
3197 * QRectF viewportRect(void)
3198 * void setCamera(Qt3DCore::QEntity \*camera)
3199 * void setClearColor(QColor clearColor)
3200 * void setExternalRenderTargetSize(QSize size)
3201 * void setFrustumCullingEnabled(bool enabled)
3202 * void setGamma(float gamma)
3203 * void setSurface(QObject \*surface)
3204 * void setViewportRect(QRectF viewportRect)
3205
3206 .. index::
3207         pair: RingQt クラスリファレンス; QFrame クラス
3208
3209 QFrame クラス
3210 =============
3211
3212
3213 C++ リファレンス : http://doc.qt.io/qt-5/qframe.html
3214
3215
3216 仮引数 : QWidget \*parent, Qt::WindowType flag
3217
3218
3219 親クラス : QWidget
3220
3221 * QRect frameRect(void)
3222 * int frameShadow(void)
3223 * int frameShape(void)
3224 * int frameStyle(void)
3225 * int frameWidth(void)
3226 * int lineWidth(void)
3227 * int midLineWidth(void)
3228 * void setFrameRect(QRect)
3229 * void setFrameShadow(QFrame::Shadow)
3230 * void setFrameShape(QFrame::Shape)
3231 * void setFrameStyle(int style)
3232 * void setLineWidth(int)
3233 * void setMidLineWidth(int)
3234 * QSize sizeHint(void)
3235
3236 .. index::
3237         pair: RingQt クラスリファレンス; QFrame2 クラス
3238
3239 QFrame2 クラス
3240 ==============
3241
3242
3243 仮引数 : void
3244
3245
3246 親クラス : QFrame
3247
3248
3249 .. index::
3250         pair: RingQt クラスリファレンス; QFrame3 クラス
3251
3252 QFrame3 クラス
3253 ==============
3254
3255
3256 仮引数 : QWidget \*parent
3257
3258
3259 親クラス : QFrame
3260
3261
3262 .. index::
3263         pair: RingQt クラスリファレンス; QFrameAction クラス
3264
3265 QFrameAction クラス
3266 ===================
3267
3268
3269 C++ リファレンス : http://doc.qt.io/qt-5/qt3dlogic-qframeaction.html
3270
3271
3272 仮引数 : Qt3DCore::QNode \*
3273
3274 * void settriggeredEvent(const char \*)
3275 * const char \*gettriggeredEvent(void)
3276
3277 .. index::
3278         pair: RingQt クラスリファレンス; QGeoAddress クラス
3279
3280 QGeoAddress クラス
3281 ==================
3282
3283
3284 C++ リファレンス : http://doc.qt.io/qt-5/qgeoaddress.html
3285
3286
3287 仮引数 : void
3288
3289 * QString city(void)
3290 * void clear(void)
3291 * QString country(void)
3292 * QString countryCode(void)
3293 * QString county(void)
3294 * QString district(void)
3295 * bool isEmpty(void)
3296 * bool isTextGenerated(void)
3297 * QString postalCode(void)
3298 * void setCity(QString city)
3299 * void setCountry(QString country)
3300 * void setCountryCode(QString countryCode)
3301 * void setCounty(QString county)
3302 * void setDistrict(QString district)
3303 * void setPostalCode(QString postalCode)
3304 * void setState(QString state)
3305 * void setStreet(QString street)
3306 * void setText(QString text)
3307 * QString state(void)
3308 * QString street(void)
3309 * QString text(void)
3310
3311 .. index::
3312         pair: RingQt クラスリファレンス; QGeoAreaMonitorInfo クラス
3313
3314 QGeoAreaMonitorInfo クラス
3315 ==========================
3316
3317
3318 C++ リファレンス : http://doc.qt.io/qt-5/qgeoareamonitorinfo.html
3319
3320
3321 仮引数 : QString
3322
3323 * QGeoShape area(void)
3324 * QDateTime expiration(void)
3325 * QString identifier(void)
3326 * bool isPersistent(void)
3327 * bool isValid(void)
3328 * QString name(void)
3329 * QVariantMap notificationParameters(void)
3330 * void setArea(QGeoShape newShape)
3331 * void setExpiration(QDateTime expiry)
3332 * void setName(QString name)
3333 * void setNotificationParameters(QVariantMap parameters)
3334 * void setPersistent(bool isPersistent)
3335
3336 .. index::
3337         pair: RingQt クラスリファレンス; QGeoAreaMonitorSource クラス
3338
3339 QGeoAreaMonitorSource クラス
3340 ============================
3341
3342
3343 C++ リファレンス : http://doc.qt.io/qt-5/qgeoareamonitorsource.html
3344
3345
3346 仮引数 : QObject \*
3347
3348
3349 親クラス : QObject
3350
3351 * QString sourceName(void)
3352 * QStringList availableSources(void)
3353 * QGeoAreaMonitorSource \* createDefaultSource(QObject \* parent)
3354 * QGeoAreaMonitorSource \* createSource(QString sourceName, QObject \* parent)
3355
3356 .. index::
3357         pair: RingQt クラスリファレンス; QGeoCircle クラス
3358
3359 QGeoCircle クラス
3360 =================
3361
3362
3363 C++ リファレンス : http://doc.qt.io/qt-5/qgeocircle.html
3364
3365
3366 仮引数 : void
3367
3368 * QGeoCoordinate center(void)
3369 * qreal radius(void)
3370 * void setCenter(QGeoCoordinate center)
3371 * void setRadius(qreal radius)
3372 * void translate(double degreesLatitude, double degreesLongitude)
3373 * QGeoCircle translated(double degreesLatitude, double degreesLongitude)
3374
3375 .. index::
3376         pair: RingQt クラスリファレンス; QGeoCoordinate クラス
3377
3378 QGeoCoordinate クラス
3379 =====================
3380
3381
3382 C++ リファレンス : http://doc.qt.io/qt-5/qgeocoordinate.html
3383
3384
3385 仮引数 : void
3386
3387 * double altitude(void)
3388 * QGeoCoordinate atDistanceAndAzimuth(qreal distance, qreal azimuth, qreal distanceUp)
3389 * qreal azimuthTo(QGeoCoordinate other)
3390 * qreal distanceTo(QGeoCoordinate other)
3391 * bool isValid(void)
3392 * double latitude(void)
3393 * double longitude(void)
3394 * void setAltitude(double altitude)
3395 * void setLatitude(double latitude)
3396 * void setLongitude(double longitude)
3397 * QString toString(QGeoCoordinate::CoordinateFormat format)
3398 * QGeoCoordinate::CoordinateType type(void)
3399
3400 .. index::
3401         pair: RingQt クラスリファレンス; QGeoPositionInfo クラス
3402
3403 QGeoPositionInfo クラス
3404 =======================
3405
3406
3407 C++ リファレンス : http://doc.qt.io/qt-5/qgeopositioninfo.html
3408
3409
3410 仮引数 : void
3411
3412 * qreal attribute(QGeoPositionInfo::Attribute attribute)
3413 * QGeoCoordinate coordinate(void)
3414 * bool hasAttribute(QGeoPositionInfo::Attribute attribute)
3415 * bool isValid(void)
3416 * void removeAttribute(QGeoPositionInfo::Attribute attribute)
3417 * void setAttribute(QGeoPositionInfo::Attribute attribute, qreal value)
3418 * void setCoordinate(QGeoCoordinate coordinate)
3419 * void setTimestamp(QDateTime timestamp)
3420 * QDateTime timestamp(void)
3421
3422 .. index::
3423         pair: RingQt クラスリファレンス; QGeoPositionInfoSource クラス
3424
3425 QGeoPositionInfoSource クラス
3426 =============================
3427
3428
3429 C++ リファレンス : http://doc.qt.io/qt-5/qgeopositioninfosource.html
3430
3431
3432 親クラス : QObject
3433
3434 * QGeoPositionInfoSource::PositioningMethods preferredPositioningMethods(void)
3435 * QString sourceName(void)
3436 * int updateInterval(void)
3437 * void seterrorEvent(const char \*)
3438 * void setpositionUpdatedEvent(const char \*)
3439 * void setupdateTimeoutEvent(const char \*)
3440 * const char \*geterrorEvent(void)
3441 * const char \*getpositionUpdatedEvent(void)
3442 * const char \*getupdateTimeoutEvent(void)
3443 * QStringList availableSources(void)
3444 * QGeoPositionInfoSource \*createDefaultSource(QObject \*parent)
3445 * QGeoPositionInfoSource \*createSource(QString sourceName, QObject \*parent)
3446
3447 .. index::
3448         pair: RingQt クラスリファレンス; QGeoRectangle クラス
3449
3450 QGeoRectangle クラス
3451 ====================
3452
3453
3454 C++ リファレンス : http://doc.qt.io/qt-5/qgeorectangle.html
3455
3456
3457 仮引数 : void
3458
3459
3460 親クラス : QGeoShape
3461
3462 * QGeoCoordinate bottomLeft(void)
3463 * QGeoCoordinate bottomRight(void)
3464 * QGeoCoordinate center(void)
3465 * bool contains(QGeoRectangle rectangle)
3466 * double height(void)
3467 * bool intersects(QGeoRectangle rectangle)
3468 * void setBottomLeft(QGeoCoordinate bottomLeft)
3469 * void setBottomRight(QGeoCoordinate bottomRight)
3470 * void setCenter(QGeoCoordinate center)
3471 * void setHeight(double degreesHeight)
3472 * void setTopLeft(QGeoCoordinate topLeft)
3473 * void setTopRight(QGeoCoordinate topRight)
3474 * void setWidth(double degreesWidth)
3475 * QGeoCoordinate topLeft(void)
3476 * QGeoCoordinate topRight(void)
3477 * void translate(double degreesLatitude, double degreesLongitude)
3478 * QGeoRectangle translated(double degreesLatitude, double degreesLongitude)
3479 * QGeoRectangle united(QGeoRectangle rectangle)
3480 * double width(void)
3481
3482 .. index::
3483         pair: RingQt クラスリファレンス; QGeoSatelliteInfo クラス
3484
3485 QGeoSatelliteInfo クラス
3486 ========================
3487
3488
3489 C++ リファレンス : http://doc.qt.io/qt-5/qgeosatelliteinfo.html
3490
3491
3492 仮引数 : void
3493
3494 * qreal attribute(QGeoSatelliteInfo::Attribute attribute)
3495 * bool hasAttribute(QGeoSatelliteInfo::Attribute attribute)
3496 * void removeAttribute(QGeoSatelliteInfo::Attribute attribute)
3497 * int satelliteIdentifier(void)
3498 * QGeoSatelliteInfo::SatelliteSystem satelliteSystem(void)
3499 * void setAttribute(QGeoSatelliteInfo::Attribute attribute, qreal value)
3500 * void setSatelliteIdentifier(int satId)
3501 * void setSatelliteSystem(QGeoSatelliteInfo::SatelliteSystem system)
3502 * void setSignalStrength(int signalStrength)
3503 * int signalStrength(void)
3504
3505 .. index::
3506         pair: RingQt クラスリファレンス; QGeoSatelliteInfoSource クラス
3507
3508 QGeoSatelliteInfoSource クラス
3509 ==============================
3510
3511
3512 C++ リファレンス : http://doc.qt.io/qt-5/qgeosatelliteinfosource.html
3513
3514 * QString sourceName(void)
3515 * int updateInterval(void)
3516
3517 .. index::
3518         pair: RingQt クラスリファレンス; QGeoShape クラス
3519
3520 QGeoShape クラス
3521 ================
3522
3523
3524 C++ リファレンス : http://doc.qt.io/qt-5/qgeoshape.html
3525
3526
3527 仮引数 : void
3528
3529 * bool contains(QGeoCoordinate coordinate)
3530 * bool isEmpty(void)
3531 * bool isValid(void)
3532 * QGeoShape::ShapeType type(void)
3533
3534 .. index::
3535         pair: RingQt クラスリファレンス; QGoochMaterial クラス
3536
3537 QGoochMaterial クラス
3538 =====================
3539
3540
3541 C++ リファレンス : http://doc.qt.io/qt-5/qt3dextras-qgoochmaterial.html
3542
3543
3544 仮引数 : Qt3DCore::QNode \*
3545
3546 * float alpha(void)
3547 * float beta(void)
3548 * QColor cool(void)
3549 * QColor diffuse(void)
3550 * float shininess(void)
3551 * QColor specular(void)
3552 * QColor warm(void)
3553 * void setAlpha(float alpha)
3554 * void setBeta(float beta)
3555 * void setCool(QColor cool)
3556 * void setDiffuse(QColor diffuse)
3557 * void setShininess(float shininess)
3558 * void setSpecular(QColor specular)
3559 * void setWarm(QColor warm)
3560
3561 .. index::
3562         pair: RingQt クラスリファレンス; QGradient クラス
3563
3564 QGradient クラス
3565 ================
3566
3567
3568 C++ リファレンス : http://doc.qt.io/qt-5/qgradient.html
3569
3570
3571 仮引数 : void
3572
3573 * QGradient::CoordinateMode coordinateMode(void)
3574 * void setColorAt(qreal position,  QColor   color)
3575 * void setCoordinateMode(QGradient::CoordinateMode mode)
3576 * void setSpread(QGradient::Spread method)
3577 * void setStops(QGradientStops stopPoints)
3578 * QGradient::Spread spread(void)
3579 * QGradientStops stops(void)
3580 * QGradient::Type type(void)
3581
3582 .. index::
3583         pair: RingQt クラスリファレンス; QGraphicsVideoItem クラス
3584
3585 QGraphicsVideoItem クラス
3586 =========================
3587
3588
3589 C++ リファレンス : http://doc.qt.io/qt-5/qgraphicsvideoitem.html
3590
3591
3592 仮引数 : void
3593
3594 * Qt::AspectRatioMode aspectRatioMode(void)
3595 * QSizeF nativeSize(void)
3596 * QPointF offset(void)
3597 * void setAspectRatioMode(Qt::AspectRatioMode mode)
3598 * void setOffset(QPointF offset)
3599 * void setSize(QSizeF size)
3600 * QSizeF size(void)
3601
3602 .. index::
3603         pair: RingQt クラスリファレンス; QGraphicsView クラス
3604
3605 QGraphicsView クラス
3606 ====================
3607
3608
3609 C++ リファレンス : http://doc.qt.io/qt-5/qgraphicsview.html
3610
3611
3612 仮引数 : QWidget \*
3613
3614
3615 親クラス : QAbstractScrollArea
3616
3617 * Qt::Alignment alignment(void)
3618 * QBrush backgroundBrush(void)
3619 * QGraphicsView::CacheMode cacheMode(void)
3620 * void centerOn(QPointF pos)
3621 * void centerOn_2(qreal x, qreal y)
3622 * void centerOn_3(QGraphicsItem \*item)
3623 * QGraphicsView::DragMode dragMode(void)
3624 * void ensureVisible(QRectF rect, int xmargin, int ymargin)
3625 * void ensureVisible_2(qreal x, qreal y, qreal w, qreal h, int xmargin, int ymargin)
3626 * void ensureVisible_3(QGraphicsItem \*item, int xmargin, int ymargin)
3627 * void fitInView(QRectF rect, Qt::AspectRatioMode aspectRatioMode)
3628 * void fitInView_2(qreal x, qreal y, qreal w, qreal h, Qt::AspectRatioMode aspectRatioMode)
3629 * void fitInView_3(QGraphicsItem \*item, Qt::AspectRatioMode aspectRatioMode)
3630 * QBrush foregroundBrush(void)
3631 * bool isInteractive(void)
3632 * bool isTransformed(void)
3633 * QGraphicsItem \* itemAt(QPoint pos)
3634 * QGraphicsItem \* itemAt_2(int x, int y)
3635 * QList<QGraphicsItem \*> items(void)
3636 * QList<QGraphicsItem \*> items_2(QPoint pos)
3637 * QList<QGraphicsItem \*> items_3(int x, int y)
3638 * QList<QGraphicsItem \*> items_4(QRect rect, Qt::ItemSelectionMode mode)
3639 * QList<QGraphicsItem \*> items_5(int x, int y, int w, int h, Qt::ItemSelectionMode mode)
3640 * QList<QGraphicsItem \*> items_6(QPolygon polygon, Qt::ItemSelectionMode mode)
3641 * QList<QGraphicsItem \*> items_7(QPainterPath path, Qt::ItemSelectionMode mode)
3642 * QPoint mapFromScene(QPointF point)
3643 * QPolygon mapFromScene_2(QRectF rect)
3644 * QPolygon mapFromScene_3(QPolygonF polygon)
3645 * QPainterPath mapFromScene_4(QPainterPath path)
3646 * QPoint mapFromScene_5(qreal x, qreal y)
3647 * QPolygon mapFromScene_6(qreal x, qreal y, qreal w, qreal h)
3648 * QPointF mapToScene(QPoint point)
3649 * QPolygonF mapToScene_2(QRect rect)
3650 * QPolygonF mapToScene_3(QPolygon polygon)
3651 * QPainterPath mapToScene_4(QPainterPath path)
3652 * QPointF mapToScene_5(int x, int y)
3653 * QPolygonF mapToScene_6(int x, int y, int w, int h)
3654 * QMatrix matrix(void)
3655 * QGraphicsView::OptimizationFlags optimizationFlags(void)
3656 * void render(QPainter \*painter, QRectF target, QRect source, Qt::AspectRatioMode aspectRatioMode)
3657 * QPainter::RenderHints renderHints(void)
3658 * void resetCachedContent(void)
3659 * void resetMatrix(void)
3660 * void resetTransform(void)
3661 * QGraphicsView::ViewportAnchor resizeAnchor(void)
3662 * void rotate(qreal angle)
3663 * QRect rubberBandRect(void)
3664 * Qt::ItemSelectionMode rubberBandSelectionMode(void)
3665 * void scale(qreal sx, qreal sy)
3666 * QGraphicsScene \* scene(void)
3667 * QRectF sceneRect(void)
3668 * void setAlignment(Qt::Alignment alignment)
3669 * void setBackgroundBrush(QBrush brush)
3670 * void setCacheMode(QGraphicsView::CacheMode mode)
3671 * void setDragMode(QGraphicsView::DragMode mode)
3672 * void setForegroundBrush(QBrush brush)
3673 * void setInteractive(bool allowed)
3674 * void setMatrix(QMatrix matrix, bool combine)
3675 * void setOptimizationFlag(QGraphicsView::OptimizationFlag flag, bool enabled)
3676 * void setOptimizationFlags(QGraphicsView::OptimizationFlags flags)
3677 * void setRenderHint(QPainter::RenderHint hint, bool enabled)
3678 * void setRenderHints(QPainter::RenderHints hints)
3679 * void setResizeAnchor(QGraphicsView::ViewportAnchor anchor)
3680 * void setRubberBandSelectionMode(Qt::ItemSelectionMode mode)
3681 * void setScene(QGraphicsScene \*scene)
3682 * void setSceneRect(QRectF rect)
3683 * void setSceneRect_2(qreal x, qreal y, qreal w, qreal h)
3684 * void setTransform(QTransform matrix, bool combine)
3685 * void setTransformationAnchor(QGraphicsView::ViewportAnchor anchor)
3686 * void setViewportUpdateMode(QGraphicsView::ViewportUpdateMode mode)
3687 * void shear(qreal sh, qreal sv)
3688 * QTransform transform(void)
3689 * QGraphicsView::ViewportAnchor transformationAnchor(void)
3690 * void translate(qreal dx, qreal dy)
3691 * QTransform viewportTransform(void)
3692 * QGraphicsView::ViewportUpdateMode viewportUpdateMode(void)
3693 * void invalidateScene(QRectF rect, QGraphicsScene::SceneLayers layers)
3694 * void updateScene(QList<QRectF> rects)
3695 * void updateSceneRect(QRectF rect)
3696
3697 .. index::
3698         pair: RingQt クラスリファレンス; QGridLayout クラス
3699
3700 QGridLayout クラス
3701 ==================
3702
3703
3704 C++ リファレンス : http://doc.qt.io/qt-5/qgridlayout.html
3705
3706
3707 仮引数 : void
3708
3709 * void addItem(QLayoutItem \* item, int row, int column, int rowSpan , int columnSpan , Qt::Alignment alignment )
3710 * void addLayout(QLayout \* layout, int row, int column, Qt::Alignment alignment )
3711 * void addLayout_2(QLayout \* layout, int row, int column, int rowSpan, int columnSpan, Qt::Alignment alignment )
3712 * void addWidget(QWidget \* widget, int row, int column, Qt::Alignment alignment )
3713 * void addWidget_2(QWidget \* widget, int fromRow, int fromColumn, int rowSpan, int columnSpan, Qt::Alignment alignment )
3714 * QRect cellRect(int row, int column)
3715 * int columnCount(void)
3716 * int columnMinimumWidth(int column)
3717 * int columnStretch(int column)
3718 * void getItemPosition(int index, int \* row, int \* column, int \* rowSpan, int \* columnSpan)
3719 * int horizontalSpacing(void)
3720 * QLayoutItem \* itemAtPosition(int row, int column)
3721 * Qt::Corner originCorner(void)
3722 * int rowCount(void)
3723 * int rowMinimumHeight(int row)
3724 * int rowStretch(int row)
3725 * void setColumnMinimumWidth(int column, int minSize)
3726 * void setColumnStretch(int column, int stretch)
3727 * void setHorizontalSpacing(int spacing)
3728 * void setOriginCorner(Qt::Corner corner)
3729 * void setRowMinimumHeight(int row, int minSize)
3730 * void setRowStretch(int row, int stretch)
3731 * void setSpacing(int spacing)
3732 * void setVerticalSpacing(int spacing)
3733 * int spacing(void)
3734 * int verticalSpacing(void)
3735
3736 .. index::
3737         pair: RingQt クラスリファレンス; QGuiApplication クラス
3738
3739 QGuiApplication クラス
3740 ======================
3741
3742
3743 C++ リファレンス : http://doc.qt.io/qt-5/qguiapplication.html
3744
3745
3746 親クラス : QCoreApplication
3747
3748
3749 仮引数 : int,char \**
3750
3751 * qreal devicePixelRatio(void)
3752 * bool isSavingSession(void)
3753 * bool isSessionRestored(void)
3754 * QString sessionId(void)
3755 * QString sessionKey(void)
3756 * QWindowList allWindows(void)
3757 * QString applicationDisplayName(void)
3758 * Qt::ApplicationState applicationState(void)
3759 * void changeOverrideCursor(QCursor cursor)
3760 * QClipboard \* clipboard(void)
3761 * bool desktopSettingsAware(void)
3762 * int exec(void)
3763 * QObject \* focusObject(void)
3764 * QWindow \* focusWindow(void)
3765 * QFont font(void)
3766 * QInputMethod \* inputMethod(void)
3767 * bool isLeftToRight(void)
3768 * bool isRightToLeft(void)
3769 * Qt::KeyboardModifiers keyboardModifiers(void)
3770 * Qt::LayoutDirection layoutDirection(void)
3771 * QWindow \* modalWindow(void)
3772 * Qt::MouseButtons mouseButtons(void)
3773 * QCursor \* overrideCursor(void)
3774 * QPalette palette(void)
3775 * QString platformName(void)
3776 * QPlatformNativeInterface \* platformNativeInterface(void)
3777 * QScreen \* primaryScreen(void)
3778 * Qt::KeyboardModifiers queryKeyboardModifiers(void)
3779 * bool quitOnLastWindowClosed(void)
3780 * void restoreOverrideCursor(void)
3781 * QList<QScreen \*> screens(void)
3782 * void setApplicationDisplayName(QString name)
3783 * void setDesktopSettingsAware(bool on)
3784 * void setFont(QFont font)
3785 * void setLayoutDirection(Qt::LayoutDirection direction)
3786 * void setOverrideCursor(QCursor cursor)
3787 * void setPalette(QPalette pal)
3788 * void setQuitOnLastWindowClosed(bool quit)
3789 * QStyleHints \* styleHints(void)
3790 * void sync(void)
3791 * QWindow \* topLevelAt(QPoint pos)
3792 * QWindowList topLevelWindows(void)
3793 * void setapplicationDisplayNameChangedEvent(const char \*)
3794 * void setapplicationStateChangedEvent(const char \*)
3795 * void setcommitDataRequestEvent(const char \*)
3796 * void setfocusObjectChangedEvent(const char \*)
3797 * void setfocusWindowChangedEvent(const char \*)
3798 * void setfontDatabaseChangedEvent(const char \*)
3799 * void setlastWindowClosedEvent(const char \*)
3800 * void setlayoutDirectionChangedEvent(const char \*)
3801 * void setpaletteChangedEvent(const char \*)
3802 * void setprimaryScreenChangedEvent(const char \*)
3803 * void setsaveStateRequestEvent(const char \*)
3804 * void setscreenAddedEvent(const char \*)
3805 * void setscreenRemovedEvent(const char \*)
3806 * const char \*getapplicationDisplayNameChangedEvent(void)
3807 * const char \*getapplicationStateChangedEvent(void)
3808 * const char \*getcommitDataRequestEvent(void)
3809 * const char \*getfocusObjectChangedEvent(void)
3810 * const char \*getfocusWindowChangedEvent(void)
3811 * const char \*getfontDatabaseChangedEvent(void)
3812 * const char \*getlastWindowClosedEvent(void)
3813 * const char \*getlayoutDirectionChangedEvent(void)
3814 * const char \*getpaletteChangedEvent(void)
3815 * const char \*getprimaryScreenChangedEvent(void)
3816 * const char \*getsaveStateRequestEvent(void)
3817 * const char \*getscreenAddedEvent(void)
3818 * const char \*getscreenRemovedEvent(void)
3819
3820 .. index::
3821         pair: RingQt クラスリファレンス; QHBoxLayout クラス
3822
3823 QHBoxLayout クラス
3824 ==================
3825
3826
3827 C++ リファレンス : http://doc.qt.io/qt-5/qhboxlayout.html
3828
3829
3830 仮引数 : void
3831
3832
3833 親クラス : QBoxLayout
3834
3835 * void addWidget(QWidget \*)
3836 * void addLayout(QLayout \*)
3837
3838 .. index::
3839         pair: RingQt クラスリファレンス; QHeaderView クラス
3840
3841 QHeaderView クラス
3842 ==================
3843
3844
3845 C++ リファレンス : http://doc.qt.io/qt-5/qheaderview.html
3846
3847
3848 仮引数 : Qt::Orientation, QWidget \*
3849
3850
3851 親クラス : QAbstractItemView
3852
3853 * bool cascadingSectionResizes(void)
3854 * int count(void)
3855 * Qt::Alignment defaultAlignment(void)
3856 * int defaultSectionSize(void)
3857 * int hiddenSectionCount(void)
3858 * void hideSection(int logicalIndex)
3859 * bool highlightSections(void)
3860 * bool isSectionHidden(int logicalIndex)
3861 * bool isSortIndicatorShown(void)
3862 * int length(void)
3863 * int logicalIndex(int visualIndex)
3864 * int logicalIndexAt(int position)
3865 * int logicalIndexAt_2(int x, int y)
3866 * int logicalIndexAt_3( QPoint   pos)
3867 * int maximumSectionSize(void)
3868 * int minimumSectionSize_2(void)
3869 * void moveSection(int from, int to)
3870 * int offset(void)
3871 * Qt::Orientation orientation(void)
3872 * int resizeContentsPrecision(void)
3873 * void resizeSection(int logicalIndex, int size)
3874 * void resizeSections(QHeaderView::ResizeMode mode)
3875 * bool restoreState( QByteArray   state)
3876 * QByteArray saveState(void)
3877 * int sectionPosition(int logicalIndex)
3878 * QHeaderView::ResizeMode sectionResizeMode(int logicalIndex)
3879 * int sectionSize(int logicalIndex)
3880 * int sectionSizeHint(int logicalIndex)
3881 * int sectionViewportPosition(int logicalIndex)
3882 * bool sectionsClickable(void)
3883 * bool sectionsHidden(void)
3884 * bool sectionsMovable(void)
3885 * bool sectionsMoved(void)
3886 * void setCascadingSectionResizes(bool enable)
3887 * void setDefaultAlignment(Qt::Alignment alignment)
3888 * void setDefaultSectionSize(int size)
3889 * void setHighlightSections(bool highlight)
3890 * void setMaximumSectionSize(int size)
3891 * void setMinimumSectionSize(int size)
3892 * void setResizeContentsPrecision(int precision)
3893 * void setSectionHidden(int logicalIndex, bool hide)
3894 * void setSectionResizeMode(QHeaderView::ResizeMode mode)
3895 * void setSectionResizeMode_2(int logicalIndex, QHeaderView::ResizeMode mode)
3896 * void setSectionsClickable(bool clickable)
3897 * void setSectionsMovable(bool movable)
3898 * void setSortIndicator(int logicalIndex, Qt::SortOrder order)
3899 * void setSortIndicatorShown(bool show)
3900 * void setStretchLastSection(bool stretch)
3901 * void showSection(int logicalIndex)
3902 * Qt::SortOrder sortIndicatorOrder(void)
3903 * int sortIndicatorSection(void)
3904 * bool stretchLastSection(void)
3905 * int stretchSectionCount(void)
3906 * void swapSections(int first, int second)
3907 * int visualIndex(int logicalIndex)
3908 * int visualIndexAt(int position)
3909 * void headerDataChanged(Qt::Orientation orientation, int logicalFirst, int logicalLast)
3910 * void setOffset(int offset)
3911 * void setOffsetToLastSection(void)
3912 * void setOffsetToSectionPosition(int visualSectionNumber)
3913 * void setgeometriesChangedEvent(const char \*)
3914 * void setsectionClickedEvent(const char \*)
3915 * void setsectionCountChangedEvent(const char \*)
3916 * void setsectionDoubleClickedEvent(const char \*)
3917 * void setsectionEnteredEvent(const char \*)
3918 * void setsectionHandleDoubleClickedEvent(const char \*)
3919 * void setsectionMovedEvent(const char \*)
3920 * void setsectionPressedEvent(const char \*)
3921 * void setsectionResizedEvent(const char \*)
3922 * void setsortIndicatorChangedEvent(const char \*)
3923 * const char \*getgeometriesChangedEvent(void)
3924 * const char \*getsectionClickedEvent(void)
3925 * const char \*getsectionCountChangedEvent(void)
3926 * const char \*getsectionDoubleClickedEvent(void)
3927 * const char \*getsectionEnteredEvent(void)
3928 * const char \*getsectionHandleDoubleClickedEvent(void)
3929 * const char \*getsectionMovedEvent(void)
3930 * const char \*getsectionPressedEvent(void)
3931 * const char \*getsectionResizedEvent(void)
3932 * const char \*getsortIndicatorChangedEvent(void)
3933 * void geteventparameters(void)
3934
3935 .. index::
3936         pair: RingQt クラスリファレンス; QHostAddress クラス
3937
3938 QHostAddress クラス
3939 ===================
3940
3941
3942 C++ リファレンス : http://doc.qt.io/qt-5/qhostaddress.html
3943
3944
3945 仮引数 : void
3946
3947 * void clear(void)
3948 * bool isInSubnet(QHostAddress, int netmask)
3949 * bool isNull(void)
3950 * int protocol(void)
3951 * QString scopeId(void)
3952 * bool setAddress(QString)
3953 * int toIPv4Address(void)
3954 * Q_IPV6ADDR toIPv6Address(void)
3955 * QString toString(void)
3956
3957 .. index::
3958         pair: RingQt クラスリファレンス; QHostInfo クラス
3959
3960 QHostInfo クラス
3961 ================
3962
3963
3964 C++ リファレンス : http://doc.qt.io/qt-5/qhostinfo.html
3965
3966
3967 仮引数 : void
3968
3969 * int error(void)
3970 * QString errorString(void)
3971 * QString hostName(void)
3972 * int lookupId(void)
3973 * void setError(QHostInfo::HostInfoError error)
3974 * void setErrorString(QString)
3975 * void setHostName(QString)
3976 * void setLookupId(int id)
3977 * void abortHostLookup(int id)
3978 * QHostInfo fromName(QString)
3979 * QString localDomainName(void)
3980 * QString localHostName(void)
3981
3982 .. index::
3983         pair: RingQt クラスリファレンス; QIODevice クラス
3984
3985 QIODevice クラス
3986 ================
3987
3988
3989 C++ リファレンス : http://doc.qt.io/qt-5/qiodevice.html
3990
3991
3992 仮引数 : void
3993
3994
3995 親クラス : QObject
3996
3997 * QString errorString(void)
3998 * bool getChar(char \*c)
3999 * bool isOpen(void)
4000 * bool isReadable(void)
4001 * bool isTextModeEnabled(void)
4002 * bool isWritable(void)
4003 * int openMode(void)
4004 * int peek(char \*data, int maxSize)
4005 * int read(char \*data, int maxSize)
4006 * int readLine(char \*data, int maxSize)
4007 * void ungetChar(char c)
4008 * int write(const char \*data, int maxSize)
4009 * bool atEnd(void)
4010 * bool canReadLine(void)
4011 * void close(void)
4012 * bool open(QIODevice::OpenMode flags)
4013 * qint64 pos(void)
4014 * bool seek(qint64 pos)
4015 * qint64 size(void)
4016 * void setaboutToCloseEvent(const char \*)
4017 * void setbytesWrittenEvent(const char \*)
4018 * void setreadChannelFinishedEvent(const char \*)
4019 * void setreadyReadEvent(const char \*)
4020 * const char \*getaboutToCloseEvent(void)
4021 * const char \*getbytesWrittenEvent(void)
4022 * const char \*getreadChannelFinishedEvent(void)
4023 * const char \*getreadyReadEvent(void)
4024
4025 .. index::
4026         pair: RingQt クラスリファレンス; QIcon クラス
4027
4028 QIcon クラス
4029 ============
4030
4031
4032 C++ リファレンス : http://doc.qt.io/qt-5/qicon.html
4033
4034
4035 仮引数 : QPixmap
4036
4037
4038 .. index::
4039         pair: RingQt クラスリファレンス; QImage クラス
4040
4041 QImage クラス
4042 =============
4043
4044
4045 C++ リファレンス : http://doc.qt.io/qt-5/qimage.html
4046
4047
4048 仮引数 : void
4049
4050 * bool allGray(void)
4051 * int bitPlaneCount(void)
4052 * uchar \*bits(void)
4053 * int byteCount(void)
4054 * int bytesPerLine(void)
4055 * qint64 cacheKey(void)
4056 * QRgb color(int i)
4057 * int colorCount(void)
4058 * const uchar \*constBits(void)
4059 * const uchar \*constScanLine(int i)
4060 * QImage convertToFormat(QImage::Format format, Qt::ImageConversionFlags flags)
4061 * QImage copy(int x, int y, int width, int height)
4062 * QImage createAlphaMask(Qt::ImageConversionFlags flags)
4063 * QImage createHeuristicMask(bool clipTight)
4064 * QImage createMaskFromColor(QRgb color, Qt::MaskMode mode)
4065 * int depth(void)
4066 * int dotsPerMeterX(void)
4067 * int dotsPerMeterY(void)
4068 * void fill(QColor)
4069 * QImage::Format format(void)
4070 * bool hasAlphaChannel(void)
4071 * int height(void)
4072 * void invertPixels(QImage::InvertMode mode)
4073 * bool isGrayscale(void)
4074 * bool isNull(void)
4075 * bool load(QString, const char \*format) # In RingQt use : bool loadimage(QString, const char \*format)
4076 * bool loadFromData(QByteArray, const char \* format)
4077 * QImage mirrored(bool horizontal, bool vertical)
4078 * QPoint offset(void)
4079 * QRgb pixel(int x, int y)
4080 * int pixelIndex(int x, int y)
4081 * QRect rect(void)
4082 * QImage rgbSwapped(void)
4083 * bool save(QString, const char \* format, int quality)
4084 * QImage scaled(int width, int height, Qt::AspectRatioMode aspectRatioMode, Qt::TransformationMode transformMode)
4085 * QImage scaledToHeight(int height, Qt::TransformationMode mode )
4086 * QImage scaledToWidth(int width, Qt::TransformationMode mode)
4087 * uchar \*scanLine(int i)
4088 * void setColor(int index, QRgb colorValue)
4089 * void setColorCount(int colorCount)
4090 * void setDotsPerMeterX(int x)
4091 * void setDotsPerMeterY(int y)
4092 * void setOffset(QPoint)
4093 * void setPixel(int x, int y, uint index_or_rgb)
4094 * void setText(QString,QString)
4095 * QSize size(void)
4096 * void swap(QImage)
4097 * QString text(QString)
4098 * QStringList textKeys(void)
4099 * QImage transformed(QMatrix, Qt::TransformationMode mode)
4100 * bool valid(int x, int y)
4101 * int width(void)
4102
4103 .. index::
4104         pair: RingQt クラスリファレンス; QInputAspect クラス
4105
4106 QInputAspect クラス
4107 ===================
4108
4109
4110 C++ リファレンス : http://doc.qt.io/qt-5/qt3dinput-qinputaspect.html
4111
4112
4113 仮引数 : QObject \*
4114
4115 * QStringList availablePhysicalDevices(void)
4116 * Qt3DInput::QAbstractPhysicalDevice \* createPhysicalDevice(QString name)
4117
4118 .. index::
4119         pair: RingQt クラスリファレンス; QInputDialog クラス
4120
4121 QInputDialog クラス
4122 ===================
4123
4124
4125 C++ リファレンス : http://doc.qt.io/qt-5/qinputdialog.html
4126
4127
4128 仮引数 : QWidget \*
4129
4130
4131 親クラス : QDialog
4132
4133 * QString cancelButtonText(void)
4134 * QStringList comboBoxItems(void)
4135 * int doubleDecimals(void)
4136 * double doubleMaximum(void)
4137 * double doubleMinimum(void)
4138 * double doubleValue(void)
4139 * int inputMode(void)
4140 * int intMaximum(void)
4141 * int intMinimum(void)
4142 * int intStep(void)
4143 * int intValue(void)
4144 * bool isComboBoxEditable(void)
4145 * QString labelText(void)
4146 * QString okButtonText(void)
4147 * void open(QObject \*receiver, const char \*member)
4148 * int options(void)
4149 * void setCancelButtonText(QString)
4150 * void setComboBoxEditable(bool editable)
4151 * void setComboBoxItems(QStringList)
4152 * void setDoubleDecimals(int decimals)
4153 * void setDoubleMaximum(double max)
4154 * void setDoubleMinimum(double min)
4155 * void setDoubleRange(double min, double max)
4156 * void setDoubleValue(double value)
4157 * void setInputMode(QInputDialog::InputMode mode)
4158 * void setIntMaximum(int max)
4159 * void setIntMinimum(int min)
4160 * void setIntRange(int min, int max)
4161 * void setIntStep(int step)
4162 * void setIntValue(int value)
4163 * void setLabelText(QString)
4164 * void setOkButtonText(QString)
4165 * void setOption(QInputDialog::InputDialogOption option, bool on)
4166 * void setOptions(QInputDialog::InputDialogOption options)
4167 * void setTextEchoMode(QLineEdit::EchoMode mode)
4168 * void setTextValue(QString)
4169 * bool testOption(QInputDialog::InputDialogOption option)
4170 * int textEchoMode(void)
4171 * QString textValue(void)
4172 * double getDouble(QWidget \*parent,QString,QString, double value, double min, double max , int decimals, bool \*ok, Qt::WindowType flags)
4173 * int getInt(QWidget \*parent,QString,QString, int value, int min, int max, int step, bool \*ok, Qt::WindowType flags)
4174
4175 .. index::
4176         pair: RingQt クラスリファレンス; QJsonArray クラス
4177
4178 QJsonArray クラス
4179 =================
4180
4181
4182 C++ リファレンス : http://doc.qt.io/qt-5/qjsonarray.html
4183
4184
4185 仮引数 : void
4186
4187 * void append(QJsonValue  value)
4188 * QJsonValue at(int i)
4189 * bool contains(QJsonValue  value)
4190 * int count(void)
4191 * bool empty(void)
4192 * QJsonValue first(void)
4193 * void insert(int i, QJsonValue  value)
4194 * bool isEmpty(void)
4195 * QJsonValue last(void)
4196 * void pop_back(void)
4197 * void pop_front(void)
4198 * void prepend(QJsonValue  value)
4199 * void push_back(QJsonValue  value)
4200 * void push_front(QJsonValue  value)
4201 * void removeAt(int i)
4202 * void removeFirst(void)
4203 * void removeLast(void)
4204 * void replace(int i, QJsonValue  value)
4205 * int size(void)
4206 * QJsonValue takeAt(int i)
4207 * QVariantList toVariantList(void)
4208 * QJsonArray fromStringList(QStringList  list)
4209 * QJsonArray fromVariantList(QVariantList  list)
4210
4211 .. index::
4212         pair: RingQt クラスリファレンス; QJsonDocument クラス
4213
4214 QJsonDocument クラス
4215 ====================
4216
4217
4218 C++ リファレンス : http://doc.qt.io/qt-5/qjsondocument.html
4219
4220
4221 仮引数 : void
4222
4223 * QJsonArray array(void)
4224 * bool isArray(void)
4225 * bool isEmpty(void)
4226 * bool isNull(void)
4227 * bool isObject(void)
4228 * QJsonObject object(void)
4229 * const char \* rawData(int \* size)
4230 * void setArray(QJsonArray  array)
4231 * void setObject(QJsonObject  object)
4232 * QByteArray toBinaryData(void)
4233 * QByteArray toJson(QJsonDocument::JsonFormat format)
4234 * QVariant toVariant(void)
4235 * QJsonDocument fromBinaryData( QByteArray  data, QJsonDocument::DataValidation validation)
4236 * QJsonDocument fromJson( QByteArray  json, QJsonParseError \* error)
4237 * QJsonDocument fromRawData( char \* data, int size, QJsonDocument::DataValidation validation)
4238 * QJsonDocument fromVariant( QVariant  variant)
4239
4240 .. index::
4241         pair: RingQt クラスリファレンス; QJsonObject クラス
4242
4243 QJsonObject クラス
4244 ==================
4245
4246
4247 C++ リファレンス : http://doc.qt.io/qt-5/qjsonobject.html
4248
4249
4250 仮引数 : void
4251
4252 * bool contains(QString  key)
4253 * int count(void)
4254 * bool empty(void)
4255 * bool isEmpty(void)
4256 * QStringList keys(void)
4257 * int length(void)
4258 * void remove(QString  key)
4259 * int size(void)
4260 * QJsonValue take(QString  key)
4261 * QVariantMap toVariantMap(void)
4262 * QJsonValue value(QString  key)
4263 * QJsonObject fromVariantMap(QVariantMap  map)
4264
4265 .. index::
4266         pair: RingQt クラスリファレンス; QJsonParseError クラス
4267
4268 QJsonParseError クラス
4269 ======================
4270
4271
4272 C++ リファレンス : http://doc.qt.io/qt-5/qjsonparseerror.html
4273
4274
4275 仮引数 : void
4276
4277 * QString errorString(void)
4278
4279 .. index::
4280         pair: RingQt クラスリファレンス; QJsonValue クラス
4281
4282 QJsonValue クラス
4283 =================
4284
4285
4286 C++ リファレンス : http://doc.qt.io/qt-5/qjsonvalue.html
4287
4288
4289 仮引数 : void
4290
4291 * bool isArray(void)
4292 * bool isBool(void)
4293 * bool isDouble(void)
4294 * bool isNull(void)
4295 * bool isObject(void)
4296 * bool isString(void)
4297 * bool isUndefined(void)
4298 * QJsonArray toArray(QJsonArray  defaultValue)
4299 * QJsonArray toArray_2(void)
4300 * bool toBool(bool defaultValue  )
4301 * double toDouble(double defaultValue )
4302 * int toInt(int defaultValue )
4303 * QJsonObject toObject(QJsonObject  defaultValue)
4304 * QJsonObject toObject_2(void)
4305 * QString toString(QString  defaultValue  )
4306 * QVariant toVariant(void)
4307 * QJsonValue::Type type(void)
4308 * QJsonValue fromVariant(QVariant  variant)
4309
4310 .. index::
4311         pair: RingQt クラスリファレンス; QKeySequence クラス
4312
4313 QKeySequence クラス
4314 ===================
4315
4316
4317 C++ リファレンス : http://doc.qt.io/qt-5/qkeysequence.html
4318
4319
4320 仮引数 : QString
4321
4322
4323 .. index::
4324         pair: RingQt クラスリファレンス; QLCDNumber クラス
4325
4326 QLCDNumber クラス
4327 =================
4328
4329
4330 C++ リファレンス : http://doc.qt.io/qt-5/qlcdnumber.html
4331
4332
4333 仮引数 : QWidget \*
4334
4335
4336 親クラス : QFrame
4337
4338 * bool checkOverflow(double num)
4339 * int digitCount(void)
4340 * int intValue(void)
4341 * int mode(void)
4342 * int segmentStyle(void)
4343 * void setDigitCount(int numDigits)
4344 * void setMode(QLCDNumber::Mode)
4345 * void setSegmentStyle(QLCDNumber::SegmentStyle)
4346 * bool smallDecimalPoint(void)
4347 * double value(void)
4348 * void display(double)
4349 * void setBinMode(void)
4350 * void setDecMode(void)
4351 * void setHexMode(void)
4352 * void setOctMode(void)
4353 * void setSmallDecimalPoint(bool)
4354
4355 .. index::
4356         pair: RingQt クラスリファレンス; QLabel クラス
4357
4358 QLabel クラス
4359 =============
4360
4361
4362 C++ リファレンス : http://doc.qt.io/qt-5/qlabel.html
4363
4364
4365 仮引数 : QWidget \*
4366
4367
4368 親クラス : QWidget
4369
4370 * int alignment(void)
4371 * QWidget \*buddy(void)
4372 * bool hasScaledContents(void)
4373 * bool hasSelectedText(void)
4374 * int indent(void)
4375 * int margin(void)
4376 * QMovie \*movie(void)
4377 * bool openExternalLinks(void)
4378 * QPicture \*picture(void)
4379 * QPixmap \*pixmap(void)
4380 * QString selectedText(void)
4381 * int selectionStart(void)
4382 * void setAlignment(Qt::AlignmentFlag)
4383 * void setBuddy(QWidget \*buddy)
4384 * void setIndent(int)
4385 * void setMargin(int)
4386 * void setOpenExternalLinks(bool open)
4387 * void setScaledContents(bool)
4388 * void setSelection(int start, int length)
4389 * void setTextFormat(Qt::TextFormat)
4390 * void setTextInteractionFlags(Qt::TextInteractionFlag flags)
4391 * void setWordWrap(bool on)
4392 * QString text(void)
4393 * int textFormat(void)
4394 * int textInteractionFlags(void)
4395 * bool wordWrap(void)
4396 * void clear(void)
4397 * void setMovie(QMovie \*movie)
4398 * void setNum(double num)
4399 * void setPicture(QPicture)
4400 * void setPixmap(QPixmap)
4401 * void setText(QString)
4402
4403 .. index::
4404         pair: RingQt クラスリファレンス; QLayout クラス
4405
4406 QLayout クラス
4407 ==============
4408
4409
4410 C++ リファレンス : http://doc.qt.io/qt-5/qlayout.html
4411
4412
4413 仮引数 : QWidget \*
4414
4415
4416 親クラス : QObject
4417
4418 * bool activate(void)
4419 * void addWidget(QWidget \*w)
4420 * QMargins contentsMargins(void)
4421 * QRect contentsRect(void)
4422 * void getContentsMargins(int \*left, int \*top, int \*right, int \*bottom)
4423 * bool isEnabled(void)
4424 * QWidget \*menuBar(void)
4425 * QWidget \*parentWidget(void)
4426 * void removeItem(QLayoutItem \*item)
4427 * void removeWidget(QWidget \*widget)
4428 * bool setAlignment(QWidget \*w, Qt::Alignment alignment)
4429 * void setAlignment_2(Qt::Alignment alignment)
4430 * bool setAlignment_3(QLayout \*l, Qt::Alignment alignment)
4431 * void setContentsMargins(int left, int top, int right, int bottom)
4432 * void setContentsMargins_2(QMargins margins)
4433 * void setEnabled(bool enable)
4434 * void setMenuBar(QWidget \*widget)
4435 * void setSizeConstraint(QLayout::SizeConstraint)
4436 * void setSpacing(int)
4437 * QLayout::SizeConstraint sizeConstraint(void)
4438 * int spacing(void)
4439 * void update(void)
4440 * QSize  closestAcceptableSize( QWidget \* widget,  QSize   size)
4441
4442 .. index::
4443         pair: RingQt クラスリファレンス; QLineEdit クラス
4444
4445 QLineEdit クラス
4446 ================
4447
4448
4449 C++ リファレンス : http://doc.qt.io/qt-5/qlineedit.html
4450
4451
4452 仮引数 : QWidget \*
4453
4454
4455 親クラス : QWidget
4456
4457 * int alignment(void)
4458 * void backspace(void)
4459 * QCompleter \*completer(void)
4460 * QMenu \*createStandardContextMenu(void)
4461 * void cursorBackward(bool mark, int steps)
4462 * void cursorForward(bool mark, int steps)
4463 * int cursorMoveStyle(void)
4464 * int cursorPosition(void)
4465 * int cursorPositionAt(QPoint)
4466 * void cursorWordBackward(bool mark)
4467 * void cursorWordForward(bool mark)
4468 * void del(void)
4469 * void deselect(void)
4470 * QString displayText(void)
4471 * bool dragEnabled(void)
4472 * int echoMode(void)
4473 * void end(bool mark) # In RingQt use : void endtext(bool mark)
4474 * void getTextMargins(int \*left, int \*top, int \*right, int \*bottom)
4475 * bool hasAcceptableInput(void)
4476 * bool hasFrame(void)
4477 * bool hasSelectedText(void)
4478 * void home(bool mark)
4479 * QString inputMask(void)
4480 * void insert(QString)
4481 * bool isModified(void)
4482 * bool isReadOnly(void)
4483 * bool isRedoAvailable(void)
4484 * bool isUndoAvailable(void)
4485 * int maxLength(void)
4486 * QString placeholderText(void)
4487 * QString selectedText(void)
4488 * int selectionStart(void)
4489 * void setAlignment(Qt::AlignmentFlag flag)
4490 * void setCompleter(QCompleter \*c)
4491 * void setCursorMoveStyle(Qt::CursorMoveStyle style)
4492 * void setCursorPosition(int)
4493 * void setDragEnabled(bool b)
4494 * void setEchoMode(QLineEdit::EchoMode)
4495 * void setFrame(bool)
4496 * void setInputMask(QString)
4497 * void setMaxLength(int)
4498 * void setModified(bool)
4499 * void setPlaceholderText(QString)
4500 * void setReadOnly(bool)
4501 * void setSelection(int start, int length)
4502 * void setTextMargins(int left, int top, int right, int bottom)
4503 * void setValidator(QValidator \*v)
4504 * QString text(void)
4505 * QMargins textMargins(void)
4506 * QValidator \*validator(void)
4507 * void clear(void)
4508 * void copy(void)
4509 * void cut(void)
4510 * void paste(void)
4511 * void redo(void)
4512 * void selectAll(void)
4513 * void setText(QString)
4514 * void undo(void)
4515 * void setTextChangedEvent(const char \*)
4516 * void setcursorPositionChangedEvent(const char \*)
4517 * void seteditingFinishedEvent(const char \*)
4518 * void setreturnPressedEvent(const char \*)
4519 * void setselectionChangedEvent(const char \*)
4520 * void settextEditedEvent(const char \*)
4521 * const char \*getTextChangedEvent(void)
4522 * const char \*getcursorPositionChangedEvent(void)
4523 * const char \*geteditingFinishedEvent(void)
4524 * const char \*getreturnPressedEvent(void)
4525 * const char \*getselectionChangedEvent(void)
4526 * const char \*gettextEditedEvent(void)
4527
4528 .. index::
4529         pair: RingQt クラスリファレンス; QLinearGradient クラス
4530
4531 QLinearGradient クラス
4532 ======================
4533
4534
4535 C++ リファレンス : http://doc.qt.io/qt-5/qlineargradient.html
4536
4537
4538 仮引数 : void
4539
4540
4541 親クラス : QGradient
4542
4543 * QPointF finalStop(void)
4544 * void setFinalStop(QPointF stop)
4545 * void setFinalStop_2(qreal x,qreal y)
4546 * void setStart(QPointF start)
4547 * void setStart_2(qreal x,qreal y)
4548 * QPointF start(void)
4549
4550 .. index::
4551         pair: RingQt クラスリファレンス; QListView クラス
4552
4553 QListView クラス
4554 ================
4555
4556
4557 C++ リファレンス : http://doc.qt.io/qt-5/qlistview.html
4558
4559
4560 仮引数 : QWidget \*
4561
4562
4563 親クラス : QAbstractItemView
4564
4565 * int  batchSize(void)
4566 * void  clearPropertyFlags(void)
4567 * QListView::Flow  flow(void)
4568 * QSize  gridSize(void)
4569 * bool  isRowHidden(int row)
4570 * bool  isSelectionRectVisible(void)
4571 * bool  isWrapping(void)
4572 * QListView::LayoutMode  layoutMode(void)
4573 * int  modelColumn(void)
4574 * QListView::Movement  movement(void)
4575 * QListView::ResizeMode  resizeMode(void)
4576 * void  setBatchSize(int batchSize)
4577 * void  setFlow(QListView::Flow flow)
4578 * void  setGridSize( QSize   size)
4579 * void  setLayoutMode(QListView::LayoutMode mode)
4580 * void  setModelColumn(int column)
4581 * void  setMovement(QListView::Movement movement)
4582 * void  setResizeMode(QListView::ResizeMode mode)
4583 * void  setRowHidden(int row, bool hide)
4584 * void  setSelectionRectVisible(bool show)
4585 * void  setSpacing(int space)
4586 * void  setUniformItemSizes(bool enable)
4587 * void  setViewMode(QListView::ViewMode mode)
4588 * void  setWordWrap(bool on)
4589 * void  setWrapping(bool enable)
4590 * int  spacing(void)
4591 * bool  uniformItemSizes(void)
4592 * QListView::ViewMode  viewMode(void)
4593 * bool  wordWrap(void)
4594
4595 .. index::
4596         pair: RingQt クラスリファレンス; QListWidget クラス
4597
4598 QListWidget クラス
4599 ==================
4600
4601
4602 C++ リファレンス : http://doc.qt.io/qt-5/qlistwidget.html
4603
4604
4605 仮引数 : QWidget \*
4606
4607
4608 親クラス : QListView
4609
4610 * void addItem(QString)
4611 * int count(void)
4612 * void editItem(QListWidgetItem \*item)
4613 * bool isSortingEnabled(void)
4614 * QListWidgetItem \*item(int row)
4615 * QListWidgetItem \*itemAt(int x, int y)
4616 * QWidget \*itemWidget(QListWidgetItem \*item)
4617 * void openPersistentEditor(QListWidgetItem \*item)
4618 * void removeItemWidget(QListWidgetItem \*item)
4619 * int row(QListWidgetItem \*item)
4620 * void setCurrentRow(int row, QItemSelectionModel::SelectionFlag command)
4621 * void setItemWidget(QListWidgetItem \*item, QWidget \*widget)
4622 * void setSortingEnabled(bool enable)
4623 * void sortItems(Qt::SortOrder order)
4624 * QListWidgetItem \*takeItem(int row)
4625 * QRect visualItemRect(QListWidgetItem \*item)
4626 * void clear(void)
4627 * void scrollToItem(QListWidgetItem \*item,QAbstractItemView::ScrollHint hint)
4628 * void setcurrentItemChangedEvent(const char \*)
4629 * void setcurrentRowChangedEvent(const char \*)
4630 * void setcurrentTextChangedEvent(const char \*)
4631 * void setitemActivatedEvent(const char \*)
4632 * void setitemChangedEvent(const char \*)
4633 * void setitemClickedEvent(const char \*)
4634 * void setitemDoubleClickedEvent(const char \*)
4635 * void setitemEnteredEvent(const char \*)
4636 * void setitemPressedEvent(const char \*)
4637 * void setitemSelectionChangedEvent(const char \*)
4638 * const char \*getcurrentItemChangedEvent(void)
4639 * const char \*getcurrentRowChangedEvent(void)
4640 * const char \*getcurrentTextChangedEvent(void)
4641 * const char \*getitemActivatedEvent(void)
4642 * const char \*getitemChangedEvent(void)
4643 * const char \*getitemClickedEvent(void)
4644 * const char \*getitemDoubleClickedEvent(void)
4645 * const char \*getitemEnteredEvent(void)
4646 * const char \*getitemPressedEvent(void)
4647 * const char \*getitemSelectionChangedEvent(void)
4648
4649 .. index::
4650         pair: RingQt クラスリファレンス; QListWidgetItem クラス
4651
4652 QListWidgetItem クラス
4653 ======================
4654
4655
4656 C++ リファレンス : http://doc.qt.io/qt-5/qlistwidgetitem.html
4657
4658
4659 仮引数 : void
4660
4661 * QBrush background(void)
4662 * Qt::CheckState checkState(void)
4663 * Qt::ItemFlags flags(void)
4664 * QFont font(void)
4665 * QBrush foreground(void)
4666 * QIcon icon(void)
4667 * bool isHidden(void)
4668 * bool isSelected(void)
4669 * QListWidget \*listWidget(void)
4670 * void setBackground(QBrush brush)
4671 * void setCheckState(Qt::CheckState state)
4672 * void setFlags(Qt::ItemFlags flags)
4673 * void setFont(QFont font)
4674 * void setForeground(QBrush brush)
4675 * void setHidden(bool hide)
4676 * void setIcon(QIcon icon)
4677 * void setSelected(bool select)
4678 * void setSizeHint(QSize size)
4679 * void setStatusTip(QString statusTip)
4680 * void setText(QString text)
4681 * void setTextAlignment(int alignment)
4682 * void setToolTip(QString toolTip)
4683 * void setWhatsThis(QString whatsThis)
4684 * QSize sizeHint(void)
4685 * QString statusTip(void)
4686 * QString text(void)
4687 * int textAlignment(void)
4688 * QString toolTip(void)
4689 * int type(void)
4690 * QString whatsThis(void)
4691
4692 .. index::
4693         pair: RingQt クラスリファレンス; QLogicAspect クラス
4694
4695 QLogicAspect クラス
4696 ===================
4697
4698
4699 C++ リファレンス : http://doc.qt.io/qt-5/qt3dlogic-qlogicaspect.html
4700
4701
4702 仮引数 : QObject \*
4703
4704
4705 親クラス : Qt3DCore::QAbstractAspect
4706
4707 .. index::
4708         pair: RingQt クラスリファレンス; QMainWindow クラス
4709
4710 QMainWindow クラス
4711 ==================
4712
4713
4714 C++ リファレンス : http://doc.qt.io/qt-5/qmainwindow.html
4715
4716
4717 仮引数 : void
4718
4719
4720 親クラス : QWidget
4721
4722 * void addDockWidget(Qt::DockWidgetArea area, QDockWidget \*dockwidget, Qt::Orientation orientation)
4723 * QToolBar \*addToolBar(QString)
4724 * void addToolBar_2(Qt::ToolBarArea area, QToolBar \*toolbar)
4725 * void addToolBarBreak(Qt::ToolBarArea)
4726 * QWidget \*centralWidget(void)
4727 * int corner(Qt::Corner corner)
4728 * QMenu \*createPopupMenu(void)
4729 * int dockOptions(void)
4730 * int dockWidgetArea(QDockWidget \*dockwidget)
4731 * bool documentMode(void)
4732 * QSize iconSize(void)
4733 * void insertToolBar(QToolBar \*before, QToolBar \*toolbar)
4734 * void insertToolBarBreak(QToolBar \*before)
4735 * bool isAnimated(void)
4736 * bool isDockNestingEnabled(void)
4737 * QMenuBar \*menuBar(void)
4738 * QWidget \*menuWidget(void)
4739 * void removeDockWidget(QDockWidget \*dockwidget)
4740 * void removeToolBar(QToolBar \*toolbar)
4741 * void removeToolBarBreak(QToolBar \*before)
4742 * bool restoreDockWidget(QDockWidget \*dockwidget)
4743 * bool restoreState(QByteArray state, int version)
4744 * QByteArray saveState(int version)
4745 * void setCentralWidget(QWidget \*widget)
4746 * void setCorner(Qt::Corner corner, Qt::DockWidgetArea area)
4747 * void setDockOptions(QMainWindow::DockOption options)
4748 * void setDocumentMode(bool enabled)
4749 * void setIconSize(QSize)
4750 * void setMenuBar(QMenuBar \*menuBar)
4751 * void setMenuWidget(QWidget \*menuBar)
4752 * void setStatusBar(QStatusBar \*statusbar)
4753 * void setTabPosition(Qt::DockWidgetArea areas, QTabWidget::TabPosition tabPosition)
4754 * void setTabShape(QTabWidget::TabShape tabShape)
4755 * void setToolButtonStyle(Qt::ToolButtonStyle toolButtonStyle)
4756 * void setUnifiedTitleAndToolBarOnMac(bool set)
4757 * void splitDockWidget(QDockWidget \*first, QDockWidget \*second, Qt::Orientation orientation)
4758 * QStatusBar \*statusBar(void)
4759 * int tabPosition(Qt::DockWidgetArea area)
4760 * int tabShape(void)
4761 * void tabifyDockWidget(QDockWidget \*first, QDockWidget \*second)
4762 * int toolBarArea(QToolBar \*toolbar)
4763 * bool toolBarBreak(QToolBar \*toolbar)
4764 * int toolButtonStyle(void)
4765 * bool unifiedTitleAndToolBarOnMac(void)
4766
4767 .. index::
4768         pair: RingQt クラスリファレンス; QMaterial クラス
4769
4770 QMaterial クラス
4771 ================
4772
4773
4774 C++ リファレンス : http://doc.qt.io/qt-5/qt3drender-qmaterial.html
4775
4776
4777 仮引数 : Qt3DCore::QNode \*
4778
4779
4780 親クラス : Qt3DCore::QComponent
4781
4782 * void addParameter(Qt3DRender::QParameter \*parameter)
4783 * Qt3DRender::QEffect \* effect(void)
4784 * QVector<Qt3DRender::QParameter \*> parameters(void)
4785 * void removeParameter(Qt3DRender::QParameter \*parameter)
4786 * void setEffect(Qt3DRender::QEffect \*effect)
4787
4788 .. index::
4789         pair: RingQt クラスリファレンス; QMatrix4x4 クラス
4790
4791 QMatrix4x4 クラス
4792 =================
4793
4794
4795 仮引数 : qreal,qreal,qreal,qreal,qreal,qreal,qreal,qreal,qreal,qreal,qreal,qreal,qreal,qreal,qreal,qreal
4796
4797 * QVector4D column(int index)
4798 * qreal \* constData(void)
4799 * qreal \* data_2(void)
4800 * qreal determinant(void)
4801 * void fill(qreal value)
4802 * void flipCoordinates(void)
4803 * void frustum(qreal left, qreal right, qreal bottom, qreal top, qreal nearPlane, qreal farPlane)
4804 * QMatrix4x4 inverted(bool \* invertible)
4805 * bool isIdentity(void)
4806 * void lookAt(QVector3D eye, QVector3D center, QVector3D up)
4807 * QPoint map(QPoint point)
4808 * QPointF map_2(QPointF point)
4809 * QVector3D map_3(QVector3D point)
4810 * QVector4D map_4(QVector4D point)
4811 * QRect mapRect(QRect rect)
4812 * QRectF mapRect_2(QRectF rect)
4813 * QVector3D mapVector(QVector3D vector)
4814 * QMatrix3x3 normalMatrix(void)
4815 * void optimize(void)
4816 * void ortho(qreal left, qreal right, qreal bottom, qreal top, qreal nearPlane, qreal farPlane)
4817 * void ortho_2(QRect rect)
4818 * void ortho_3(QRectF rect)
4819 * void perspective(qreal angle, qreal aspect, qreal nearPlane, qreal farPlane)
4820 * void rotate(qreal angle, QVector3D vector)
4821 * void rotate_2(QQuaternion quaternion)
4822 * void rotate_3(qreal angle, qreal x, qreal y, qreal z)
4823 * QVector4D row(int index)
4824 * void scale(QVector3D vector)
4825 * void scale_2(qreal x, qreal y)
4826 * void scale_3(qreal x, qreal y, qreal z)
4827 * void scale_4(qreal factor)
4828 * void setColumn(int index, QVector4D value)
4829 * void setRow(int index, QVector4D value)
4830 * void setToIdentity(void)
4831 * QMatrix toAffine(void)
4832 * QTransform toTransform_2(qreal distanceToPlane)
4833 * void translate(QVector3D vector)
4834 * void translate_2(qreal x, qreal y)
4835 * void translate_3(qreal x, qreal y, qreal z)
4836 * QMatrix4x4 transposed(void)
4837
4838 .. index::
4839         pair: RingQt クラスリファレンス; QMdiArea クラス
4840
4841 QMdiArea クラス
4842 ===============
4843
4844
4845 C++ リファレンス : http://doc.qt.io/qt-5/qmdiarea.html
4846
4847
4848 仮引数 : QWidget \*
4849
4850
4851 親クラス : QAbstractScrollArea
4852
4853 * QMdiArea::WindowOrder activationOrder(void)
4854 * QMdiSubWindow \* activeSubWindow(void)
4855 * QMdiSubWindow \* addSubWindow(QWidget \* widget, Qt::WindowFlags windowFlags )
4856 * QBrush background(void)
4857 * QMdiSubWindow \* currentSubWindow(void)
4858 * bool documentMode(void)
4859 * void removeSubWindow(QWidget \* widget)
4860 * void setActivationOrder(QMdiArea::WindowOrder order)
4861 * void setBackground( QBrush   background)
4862 * void setDocumentMode(bool enabled)
4863 * void setOption(QMdiArea::AreaOption option, bool on )
4864 * void setTabPosition(QTabWidget::TabPosition position)
4865 * void setTabShape(QTabWidget::TabShape shape)
4866 * void setTabsClosable(bool closable)
4867 * void setTabsMovable(bool movable)
4868 * void setViewMode(QMdiArea::ViewMode mode)
4869 * QList<QMdiSubWindow \*> subWindowList(QMdiArea::WindowOrder order )
4870 * QTabWidget::TabPosition tabPosition(void)
4871 * QTabWidget::TabShape tabShape(void)
4872 * bool tabsClosable(void)
4873 * bool tabsMovable(void)
4874 * bool testOption(QMdiArea::AreaOption option)
4875 * QMdiArea::ViewMode viewMode(void)
4876 * void activateNextSubWindow(void)
4877 * void activatePreviousSubWindow(void)
4878 * void cascadeSubWindows(void)
4879 * void closeActiveSubWindow(void)
4880 * void closeAllSubWindows(void)
4881 * void setActiveSubWindow(QMdiSubWindow \* window)
4882 * void tileSubWindows(void)
4883
4884 .. index::
4885         pair: RingQt クラスリファレンス; QMdiSubWindow クラス
4886
4887 QMdiSubWindow クラス
4888 ====================
4889
4890
4891 C++ リファレンス : http://doc.qt.io/qt-5/qmdisubwindow.html
4892
4893
4894 仮引数 : QWidget \*
4895
4896
4897 親クラス : QWidget
4898
4899 * bool isShaded(void)
4900 * int keyboardPageStep(void)
4901 * int keyboardSingleStep(void)
4902 * QMdiArea \* mdiArea(void)
4903 * void setKeyboardPageStep(int step)
4904 * void setKeyboardSingleStep(int step)
4905 * void setOption(QMdiSubWindow::SubWindowOption option, bool on )
4906 * void setSystemMenu(QMenu \* systemMenu)
4907 * void setWidget(QWidget \* widget)
4908 * QMenu \* systemMenu(void)
4909 * bool testOption(QMdiSubWindow::SubWindowOption option)
4910 * QWidget \* widget(void)
4911 * void showShaded(void)
4912 * void showSystemMenu(void)
4913
4914 .. index::
4915         pair: RingQt クラスリファレンス; QMediaObject クラス
4916
4917 QMediaObject クラス
4918 ===================
4919
4920
4921 C++ リファレンス : http://doc.qt.io/qt-5/qmediaobject.html
4922
4923
4924 仮引数 : void
4925
4926
4927 親クラス : QWidget
4928
4929 * QStringList availableMetaData(void)
4930 * bool isMetaDataAvailable(void)
4931 * QVariant metaData( QString   key)
4932 * int notifyInterval(void)
4933 * void setNotifyInterval(int milliSeconds)
4934
4935 .. index::
4936         pair: RingQt クラスリファレンス; QMediaPlayer クラス
4937
4938 QMediaPlayer クラス
4939 ===================
4940
4941
4942 C++ リファレンス : http://doc.qt.io/qt-5/qmediaplayer.html
4943
4944
4945 仮引数 : void
4946
4947 * int bufferStatus(void)
4948 * QMediaContent currentMedia(void)
4949 * QNetworkConfiguration currentNetworkConfiguration(void)
4950 * int duration(void)
4951 * int error(void)
4952 * QString errorString(void)
4953 * bool isAudioAvailable(void)
4954 * bool isMuted(void)
4955 * bool isSeekable(void)
4956 * bool isVideoAvailable(void)
4957 * QMediaContent media(void)
4958 * int mediaStatus(void)
4959 * QIODevice \*mediaStream(void)
4960 * qreal playbackRate(void)
4961 * QMediaPlaylist \*playlist(void)
4962 * int position(void)
4963 * void setVideoOutput(QVideoWidget \*output)
4964 * int volume(void)
4965 * void pause(void)
4966 * void play(void)
4967 * void setMuted(bool muted)
4968 * void setPlaylist(QMediaPlaylist \*playlist)
4969 * void setPosition(int position)
4970 * void setVolume(int volume)
4971 * void stop(void)
4972
4973 .. index::
4974         pair: RingQt クラスリファレンス; QMediaPlaylist クラス
4975
4976 QMediaPlaylist クラス
4977 =====================
4978
4979
4980 C++ リファレンス : http://doc.qt.io/qt-5/qmediaplaylist.html
4981
4982
4983 仮引数 : void
4984
4985 * int currentIndex(void)
4986 * QMediaContent currentMedia(void)
4987 * int error(void)
4988 * QString errorString(void)
4989 * bool insertMedia(int pos, QMediaContent)
4990 * bool isReadOnly(void)
4991 * QMediaContent media(int index)
4992 * int mediaCount(void)
4993 * int nextIndex(int steps)
4994 * int playbackMode(void)
4995 * int previousIndex(int steps)
4996 * bool save(QUrl, const char \* format)
4997 * void next(void) # In RingQt use : void movenext(void)
4998 * void previous(void)
4999 * void setCurrentIndex(int playlistPosition)
5000 * void shuffle(void)
5001
5002 .. index::
5003         pair: RingQt クラスリファレンス; QMenu クラス
5004
5005 QMenu クラス
5006 ============
5007
5008
5009 C++ リファレンス : http://doc.qt.io/qt-5/qmenu.html
5010
5011
5012 仮引数 : QWidget \*
5013
5014
5015 親クラス : QWidget
5016
5017 * QAction \*actionAt(QPoint)
5018 * QRect actionGeometry(QAction \*act)
5019 * QAction \*activeAction(void)
5020 * void addAction(QAction \*)
5021 * QMenu \*addMenu(QString)
5022 * QAction \*addSeparator(void)
5023 * void clear(void)
5024 * QAction \*defaultAction(void)
5025 * QAction \*exec(const QPoint &)
5026 * QAction \*exec_2(void)
5027 * QAction \*exec_3(const QPoint &,QAction \*)
5028 * void hideTearOffMenu(void)
5029 * QIcon icon(void)
5030 * QAction \*insertMenu(QAction \*before, QMenu \*menu)
5031 * QAction \*insertSeparator(QAction \*before)
5032 * bool isEmpty(void)
5033 * bool isTearOffEnabled(void)
5034 * bool isTearOffMenuVisible(void)
5035 * QAction \*menuAction(void)
5036 * void popup(QPoint, QAction \*atAction)
5037 * bool separatorsCollapsible(void)
5038 * void setActiveAction(QAction \*act)
5039 * void setDefaultAction(QAction \*act)
5040 * void setIcon(QIcon)
5041 * void setSeparatorsCollapsible(bool collapse)
5042 * void setTearOffEnabled(bool)
5043 * void setTitle(QString)
5044 * QString title(void)
5045
5046 .. index::
5047         pair: RingQt クラスリファレンス; QMenuBar クラス
5048
5049 QMenuBar クラス
5050 ===============
5051
5052
5053 C++ リファレンス : http://doc.qt.io/qt-5/qmenubar.html
5054
5055
5056 仮引数 : QWidget \*
5057
5058
5059 親クラス : QWidget
5060
5061 * QAction \*actionAt(QPoint)
5062 * QRect actionGeometry(QAction \*act)
5063 * QAction \*activeAction(void)
5064 * QAction \*addAction(QString)
5065 * QAction \*addSeparator(void)
5066 * void clear(void)
5067 * QWidget \*cornerWidget(Qt::Corner)
5068 * QAction \*insertSeparator(QAction \*before)
5069 * bool isDefaultUp(void)
5070 * bool isNativeMenuBar(void)
5071 * void setActiveAction(QAction \*act)
5072 * void setCornerWidget(QWidget \*widget, Qt::Corner)
5073 * void setNativeMenuBar(bool nativeMenuBar)
5074
5075 .. index::
5076         pair: RingQt クラスリファレンス; QMesh クラス
5077
5078 QMesh クラス
5079 ============
5080
5081
5082 C++ リファレンス : http://doc.qt.io/qt-5/qt3drender-qmesh.html
5083
5084
5085 仮引数 : Qt3DCore::QNode \*
5086
5087 * QString meshName(void)
5088 * QUrl source(void)
5089 * Qt3DRender::QMesh::Status status(void)
5090 * void setMeshName(QString meshName)
5091 * void setSource(QUrl source)
5092
5093 .. index::
5094         pair: RingQt クラスリファレンス; QMessageBox クラス
5095
5096 QMessageBox クラス
5097 ==================
5098
5099
5100 C++ リファレンス : http://doc.qt.io/qt-5/qmessagebox.html
5101
5102
5103 仮引数 : QWidget \*parent
5104
5105
5106 親クラス : QDialog
5107
5108 * void addButton(QAbstractButton \*button, QMessageBox::ButtonRole role)
5109 * QAbstractButton \*button(QMessageBox::StandardButton which)
5110 * int buttonRole(QAbstractButton \*button)
5111 * QAbstractButton \*clickedButton(void)
5112 * QPushButton \*defaultButton(void)
5113 * QString detailedText(void)
5114 * QAbstractButton \*escapeButton(void)
5115 * QPixmap iconPixmap(void)
5116 * QString informativeText(void)
5117 * void open(QObject \*receiver, const char \*member)
5118 * void removeButton(QAbstractButton \*button)
5119 * void setDefaultButton(QPushButton \*button)
5120 * void setDetailedText(QString)
5121 * void setEscapeButton(QAbstractButton \*button)
5122 * void setIconPixmap(QPixmap)
5123 * void setInformativeText(QString)
5124 * void setStandardButtons(QMessageBox::StandardButton buttons)
5125 * void setText(QString)
5126 * void setTextFormat(Qt::TextFormat format)
5127 * void setWindowModality(Qt::WindowModality windowModality)
5128 * void setWindowTitle(QString)
5129 * int standardButton(QAbstractButton \*button)
5130 * int standardButtons(void)
5131 * QString text(void)
5132 * int textFormat(void)
5133 * int exec(void)
5134 * void about(QWidget \*parent, QString,QString)
5135 * void aboutQt(QWidget \*parent, QString)
5136 * int critical(QWidget \* parent, QString , QString, int buttons, int defaultButton)
5137 * int information(QWidget \* parent, QString ,QString, int buttons,int defaultButton)
5138 * int question(QWidget \* parent,QString,QString, int buttons ,int  defaultButton)
5139 * int warning(QWidget \*parent, QString,QString, int buttons,int defaultButton)
5140
5141 .. index::
5142         pair: RingQt クラスリファレンス; QMetalRoughMaterial クラス
5143
5144 QMetalRoughMaterial クラス
5145 ==========================
5146
5147
5148 C++ リファレンス : http://doc.qt.io/qt-5/qt3dextras-qmetalroughmaterial.html
5149
5150
5151 仮引数 : Qt3DCore::QNode \*
5152
5153 * QVariant ambientOcclusion(void)
5154 * QVariant baseColor(void)
5155 * QVariant metalness(void)
5156 * QVariant normal(void)
5157 * QVariant roughness(void)
5158 * float textureScale(void)
5159 * void setAmbientOcclusion(QVariant ambientOcclusion)
5160 * void setBaseColor(QVariant baseColor)
5161 * void setMetalness(QVariant metalness)
5162 * void setNormal(QVariant normal)
5163 * void setRoughness(QVariant roughness)
5164 * void setTextureScale(float textureScale)
5165
5166 .. index::
5167         pair: RingQt クラスリファレンス; QMimeData クラス
5168
5169 QMimeData クラス
5170 ================
5171
5172
5173 C++ リファレンス : http://doc.qt.io/qt-5/qmimedata.html
5174
5175
5176 仮引数 : void
5177
5178
5179 親クラス : QObject
5180
5181 * void clear(void)
5182 * QVariant colorData(void)
5183 * QByteArray data(QString mimeType)
5184 * QStringList formats(void)
5185 * bool hasColor(void)
5186 * bool hasFormat(QString mimeType)
5187 * bool hasHtml(void)
5188 * bool hasImage(void)
5189 * bool hasText(void)
5190 * bool hasUrls(void)
5191 * QString html(void)
5192 * QVariant imageData(void)
5193 * void removeFormat(QString mimeType)
5194 * void setColorData(QVariant color)
5195 * void setData(QString mimeType, QByteArray data)
5196 * void setHtml(QString html)
5197 * void setImageData(QVariant image)
5198 * void setText(QString text)
5199 * void setUrls(QList<QUrl> urls)
5200 * QString text(void)
5201 * QList<QUrl> urls(void)
5202
5203 .. index::
5204         pair: RingQt クラスリファレンス; QMorphPhongMaterial クラス
5205
5206 QMorphPhongMaterial クラス
5207 ==========================
5208
5209
5210 C++ リファレンス : http://doc.qt.io/qt-5/qmorphphongmaterial.html
5211
5212
5213 仮引数 : Qt3DCore::QNode \*
5214
5215 * QColor ambient(void)
5216 * QColor diffuse(void)
5217 * float interpolator(void)
5218 * float shininess(void)
5219 * QColor specular(void)
5220 * void setAmbient(QColor ambient)
5221 * void setDiffuse(QColor diffuse)
5222 * void setInterpolator(float interpolator)
5223 * void setShininess(float shininess)
5224 * void setSpecular(QColor specular)
5225
5226 .. index::
5227         pair: RingQt クラスリファレンス; QMutex クラス
5228
5229 QMutex クラス
5230 =============
5231
5232
5233 C++ リファレンス : http://doc.qt.io/qt-5/qmutex.html
5234
5235
5236 仮引数 : QMutex::RecursionMode
5237
5238 * bool isRecursive(void)
5239 * void lock(void)
5240 * void unlock(void)
5241
5242 .. index::
5243         pair: RingQt クラスリファレンス; QMutexLocker クラス
5244
5245 QMutexLocker クラス
5246 ===================
5247
5248
5249 C++ リファレンス : http://doc.qt.io/qt-5/qmutexlocker.html
5250
5251
5252 仮引数 : QMutex \*
5253
5254 * QMutex \* mutex(void)
5255 * void relock(void)
5256 * void unlock(void)
5257
5258 .. index::
5259         pair: RingQt クラスリファレンス; QNetworkAccessManager クラス
5260
5261 QNetworkAccessManager クラス
5262 ============================
5263
5264
5265 C++ リファレンス : http://doc.qt.io/qt-5/qnetworkaccessmanager.html
5266
5267
5268 仮引数 : QObject \*
5269
5270
5271 親クラス : QObject
5272
5273 * void setfinishedEvent(const char \*)
5274 * const char \*getfinishedEvent(void)
5275 * QNetworkConfiguration activeConfiguration(void)
5276 * QAbstractNetworkCache \*cache(void)
5277 * void clearAccessCache(void)
5278 * QNetworkConfiguration configuration(void)
5279 * void connectToHost(QString, quint16)
5280 * QNetworkReply \*deleteResource(QNetworkRequest)
5281 * QNetworkReply \*get(QNetworkRequest) # In RingQt use : QNetworkReply \*getvalue(QNetworkRequest)
5282 * QNetworkReply \*head(QNetworkRequest)
5283 * QNetworkAccessManager::NetworkAccessibility networkAccessible(void)
5284 * QNetworkReply \*post(QNetworkRequest, QByteArray)
5285 * QNetworkProxy proxy(void)
5286 * QNetworkProxyFactory \*proxyFactory(void)
5287 * QNetworkReply \*put(QNetworkRequest, QByteArray) # In RingQt use : QNetworkReply \*putvalue(QNetworkRequest, QByteArray)
5288 * QNetworkReply \*sendCustomRequest(QNetworkRequest, QByteArray, QIODevice \*)
5289 * void setCache(QAbstractNetworkCache \*cache)
5290 * void setConfiguration(QNetworkConfiguration)
5291 * void setCookieJar(QNetworkCookieJar \*cookieJar)
5292 * void setNetworkAccessible(QNetworkAccessManager::NetworkAccessibility accessible)
5293 * void setProxy(QNetworkProxy)
5294 * void setProxyFactory(QNetworkProxyFactory \*factory)
5295 * QStringList supportedSchemes(void)
5296 * void geteventparameters(void)
5297
5298 .. index::
5299         pair: RingQt クラスリファレンス; QNetworkProxy クラス
5300
5301 QNetworkProxy クラス
5302 ====================
5303
5304
5305 C++ リファレンス : http://doc.qt.io/qt-5/qnetworkproxy.html
5306
5307
5308 仮引数 : void
5309
5310 * int capabilities(void)
5311 * bool hasRawHeader(QByteArray headerName)
5312 * QVariant header(QNetworkRequest::KnownHeaders header)
5313 * QString hostName(void)
5314 * bool isCachingProxy(void)
5315 * bool isTransparentProxy(void)
5316 * QString password(void)
5317 * int port(void)
5318 * QByteArray rawHeader(QByteArray headerName)
5319 * void setCapabilities(QNetworkProxy::Capability capabilities)
5320 * void setHeader(QNetworkRequest::KnownHeaders header,  QVariant value)
5321 * void setHostName(QString hostName)
5322 * void setPassword(QString password)
5323 * void setPort(int port)
5324 * void setRawHeader(QByteArray headerName, QByteArray headerValue)
5325 * void setType(QNetworkProxy::ProxyType type)
5326 * void setUser(QString user)
5327 * void swap(QNetworkProxy  other)
5328 * int type(void)
5329 * QString user(void)
5330 * QNetworkProxy applicationProxy(void)
5331 * void setApplicationProxy(QNetworkProxy  networkProxy)
5332
5333 .. index::
5334         pair: RingQt クラスリファレンス; QNetworkReply クラス
5335
5336 QNetworkReply クラス
5337 ====================
5338
5339
5340 C++ リファレンス : http://doc.qt.io/qt-5/qnetworkreply.html
5341
5342
5343 仮引数 : void
5344
5345
5346 親クラス : QIODevice
5347
5348 * QVariant attribute(QNetworkRequest::Attribute code)
5349 * QNetworkReply::NetworkError error(void)
5350 * bool hasRawHeader(QByteArray)
5351 * QVariant header(QNetworkRequest::KnownHeaders header)
5352 * bool isFinished(void)
5353 * bool isRunning(void)
5354 * QNetworkAccessManager \*manager(void)
5355 * QNetworkAccessManager::Operation operation(void)
5356 * QByteArray rawHeader(QByteArray)
5357 * qint64 readBufferSize(void)
5358 * QNetworkRequest request(void)
5359
5360 .. index::
5361         pair: RingQt クラスリファレンス; QNetworkRequest クラス
5362
5363 QNetworkRequest クラス
5364 ======================
5365
5366
5367 C++ リファレンス : http://doc.qt.io/qt-5/qnetworkrequest.html
5368
5369
5370 仮引数 : QUrl
5371
5372 * QVariant attribute(QNetworkRequest::Attribute, QVariant)
5373 * bool hasRawHeader(QByteArray)
5374 * QVariant header(QNetworkRequest::KnownHeaders)
5375 * QObject \*originatingObject(void)
5376 * QNetworkRequest::Priority priority(void)
5377 * QByteArray rawHeader(QByteArray)
5378 * void setAttribute(QNetworkRequest::Attribute, QVariant)
5379 * void setHeader(QNetworkRequest::KnownHeaders, QVariant)
5380 * void setOriginatingObject(QObject \*object)
5381 * void setPriority(QNetworkRequest::Priority priority)
5382 * void setRawHeader(QByteArray, QByteArray)
5383 * void swap(QNetworkRequest)
5384 * QUrl url(void)
5385
5386 .. index::
5387         pair: RingQt クラスリファレンス; QNmeaPositionInfoSource クラス
5388
5389 QNmeaPositionInfoSource クラス
5390 ==============================
5391
5392
5393 C++ リファレンス : http://doc.qt.io/qt-5/qnmeapositioninfosource.html
5394
5395
5396 仮引数 : QNmeaPositionInfoSource::UpdateMode,QObject \*
5397
5398
5399 親クラス : QGeoPositionInfoSource
5400
5401 * QIODevice \* device(void)
5402 * void setDevice(QIODevice \* device)
5403 * QNmeaPositionInfoSource::UpdateMode updateMode(void)
5404
5405 .. index::
5406         pair: RingQt クラスリファレンス; QNode クラス
5407
5408 QNode クラス
5409 ============
5410
5411
5412 C++ リファレンス : http://doc.qt.io/qt-5/qt3dcore-qnode.html
5413
5414
5415 仮引数 : Qt3DCore::QNode \*
5416
5417
5418 親クラス : QObject
5419
5420 * bool blockNotifications(bool block)
5421 * Qt3DCore::QNodeVector childNodes(void)
5422 * void clearPropertyTracking(QString propertyName)
5423 * void clearPropertyTrackings(void)
5424 * Qt3DCore::QNode::PropertyTrackingMode defaultPropertyTrackingMode(void)
5425 * Qt3DCore::QNodeId id(void)
5426 * bool isEnabled(void)
5427 * bool notificationsBlocked(void)
5428 * Qt3DCore::QNode \* parentNode(void)
5429 * Qt3DCore::QNode::PropertyTrackingMode propertyTracking(QString propertyName)
5430 * void setPropertyTracking(QString propertyName, Qt3DCore::QNode::PropertyTrackingMode trackMode)
5431 * void setDefaultPropertyTrackingMode(Qt3DCore::QNode::PropertyTrackingMode mode)
5432 * void setEnabled(bool isEnabled)
5433 * void setParent(Qt3DCore::QNode \*parent)
5434
5435 .. index::
5436         pair: RingQt クラスリファレンス; QObject クラス
5437
5438 QObject クラス
5439 ==============
5440
5441
5442 C++ リファレンス : http://doc.qt.io/qt-5/qobject.html
5443
5444
5445 仮引数 : void
5446
5447 * bool blockSignals(bool block)
5448 * QObjectList children(void)
5449 * void dumpObjectInfo(void)
5450 * void dumpObjectTree(void)
5451 * bool inherits(const char \*className)
5452 * void installEventFilter(QObject \*filterObj)
5453 * bool isWidgetType(void)
5454 * void killTimer(int id)
5455 * void moveToThread(QThread \*targetThread)
5456 * QString objectName(void)
5457 * QObject \*parent(void)
5458 * QVariant property(const char \*name)
5459 * void removeEventFilter(QObject \*obj)
5460 * void setObjectName(QString)
5461 * void setParent(QObject \*parent)
5462 * bool setProperty(const char \*name, QVariant)
5463 * bool setProperty_2(const char \*name, int)
5464 * bool setProperty_3(const char \*name, float)
5465 * bool setProperty_4(const char \*name, double)
5466 * bool setProperty_5(const char \*name, QString)
5467 * bool setProperty_int(const char \*name, int)
5468 * bool setProperty_float(const char \*name, float)
5469 * bool setProperty_double(const char \*name, double)
5470 * bool setProperty_string(const char \*name, QString)
5471 * bool signalsBlocked(void)
5472 * int startTimer(int interval)
5473 * QThread \*thread(void)
5474 * void deleteLater(void)
5475
5476 .. index::
5477         pair: RingQt クラスリファレンス; QObjectPicker クラス
5478
5479 QObjectPicker クラス
5480 ====================
5481
5482
5483 C++ リファレンス : http://doc.qt.io/qt-5/qt3drender-qobjectpicker.html
5484
5485
5486 仮引数 : Qt3DCore::QNode \*
5487
5488 * bool containsMouse(void)
5489 * bool isDragEnabled(void)
5490 * bool isHoverEnabled(void)
5491 * bool isPressed(void)
5492 * void setDragEnabled(bool dragEnabled)
5493 * void setHoverEnabled(bool hoverEnabled)
5494 * void setclickedEvent(const char \*)
5495 * void setcontainsMouseChangedEvent(const char \*)
5496 * void setdragEnabledChangedEvent(const char \*)
5497 * void setenteredEvent(const char \*)
5498 * void setexitedEvent(const char \*)
5499 * void sethoverEnabledChangedEvent(const char \*)
5500 * void setmovedEvent(const char \*)
5501 * void setpressedEvent(const char \*)
5502 * void setpressedChangedEvent(const char \*)
5503 * void setreleasedEvent(const char \*)
5504 * const char \*getclickedEvent(void)
5505 * const char \*getcontainsMouseChangedEvent(void)
5506 * const char \*getdragEnabledChangedEvent(void)
5507 * const char \*getenteredEvent(void)
5508 * const char \*getexitedEvent(void)
5509 * const char \*gethoverEnabledChangedEvent(void)
5510 * const char \*getmovedEvent(void)
5511 * const char \*getpressedEvent(void)
5512 * const char \*getpressedChangedEvent(void)
5513 * const char \*getreleasedEvent(void)
5514
5515 .. index::
5516         pair: RingQt クラスリファレンス; QOpenGLBuffer クラス
5517
5518 QOpenGLBuffer クラス
5519 ====================
5520
5521
5522 C++ リファレンス : http://doc.qt.io/qt-5/qopenglbuffer.html
5523
5524
5525 仮引数 : void
5526
5527 * void allocate(void \*data, int count)
5528 * void allocate_2(int count)
5529 * bool bind(void)
5530 * GLuint bufferId(void)
5531 * bool create(void)
5532 * void destroy(void)
5533 * bool isCreated(void)
5534 * void \* map(QOpenGLBuffer::Access access)
5535 * void release(void)
5536 * void setUsagePattern(QOpenGLBuffer::UsagePattern value)
5537 * int size(void)
5538 * QOpenGLBuffer::Type type(void)
5539 * bool unmap(void)
5540 * QOpenGLBuffer::UsagePattern usagePattern(void)
5541 * void write(int offset, void \*data, int count)
5542 * void release_2(QOpenGLBuffer::Type type)
5543
5544 .. index::
5545         pair: RingQt クラスリファレンス; QOpenGLContext クラス
5546
5547 QOpenGLContext クラス
5548 =====================
5549
5550
5551 C++ リファレンス : http://doc.qt.io/qt-5/qopenglcontext.html
5552
5553
5554 仮引数 : QObject \*
5555
5556
5557 親クラス : QObject
5558
5559 * bool create(void)
5560 * GLuint defaultFramebufferObject(void)
5561 * void doneCurrent(void)
5562 * QSet<QByteArray> extensions(void)
5563 * QOpenGLFunctions \* functions(void)
5564 * QFunctionPointer getProcAddress(QByteArray procName)
5565 * QFunctionPointer getProcAddress_2(char \*procName)
5566 * bool hasExtension(QByteArray extension)
5567 * bool isOpenGLES(void)
5568 * bool isValid(void)
5569 * bool makeCurrent(QSurface \*surface)
5570 * QVariant nativeHandle(void)
5571 * QScreen \* screen(void)
5572 * void setFormat(QSurfaceFormat format)
5573 * void setNativeHandle(QVariant handle)
5574 * void setScreen(QScreen \*screen)
5575 * void setShareContext(QOpenGLContext \*shareContext)
5576 * QOpenGLContext \* shareContext(void)
5577 * QOpenGLContextGroup \* shareGroup(void)
5578 * QSurface \* surface(void)
5579 * void swapBuffers(QSurface \*surface)
5580 * QAbstractOpenGLFunctions \* versionFunctions(QOpenGLVersionProfile versionProfile))
5581 * TYPE \* versionFunctions_2(void)
5582 * bool areSharing(QOpenGLContext \*first, QOpenGLContext \*second)
5583 * QOpenGLContext \* currentContext(void)
5584 * QOpenGLContext \* globalShareContext(void)
5585 * void \* openGLModuleHandle(void)
5586 * QOpenGLContext::OpenGLModuleType openGLModuleType(void)
5587 * bool supportsThreadedOpenGL(void)
5588 * QOpenGLFunctions_3_2_Core \*opengl32(void)
5589
5590 .. index::
5591         pair: RingQt クラスリファレンス; QOpenGLDebugLogger クラス
5592
5593 QOpenGLDebugLogger クラス
5594 =========================
5595
5596
5597 C++ リファレンス : http://doc.qt.io/qt-5/qopengldebuglogger.html
5598
5599
5600 仮引数 : QObject \*
5601
5602 * void disableMessages(QOpenGLDebugMessage::Sources sources, QOpenGLDebugMessage::Types types, QOpenGLDebugMessage::Severities severities)
5603 * void disableMessages_2(QVector<GLuint> ids, QOpenGLDebugMessage::Sources sources, QOpenGLDebugMessage::Types types)
5604 * void enableMessages(QOpenGLDebugMessage::Sources sources, QOpenGLDebugMessage::Types types, QOpenGLDebugMessage::Severities severities)
5605 * void enableMessages_2(QVector<GLuint> ids, QOpenGLDebugMessage::Sources sources, QOpenGLDebugMessage::Types types)
5606 * bool initialize(void)
5607 * bool isLogging(void)
5608 * QList<QOpenGLDebugMessage> loggedMessages(void)
5609 * QOpenGLDebugLogger::LoggingMode loggingMode(void)
5610 * qint64 maximumMessageLength(void)
5611 * void popGroup(void)
5612 * void pushGroup(QString name, GLuint id, QOpenGLDebugMessage::Source source)
5613 * void logMessage(QOpenGLDebugMessage debugMessage)
5614 * void startLogging(QOpenGLDebugLogger::LoggingMode loggingMode)
5615 * void stopLogging(void)
5616
5617 .. index::
5618         pair: RingQt クラスリファレンス; QOpenGLFramebufferObject クラス
5619
5620 QOpenGLFramebufferObject クラス
5621 ===============================
5622
5623
5624 C++ リファレンス : http://doc.qt.io/qt-5/qopenglframebufferobject.html
5625
5626
5627 仮引数 : int,int,GLenum
5628
5629 * bool bind(void)
5630 * QOpenGLFramebufferObjectFormat format(void)
5631 * GLuint handle(void)
5632 * int height(void)
5633 * bool isBound(void)
5634 * bool isValid(void)
5635 * bool release(void)
5636 * void setAttachment(QOpenGLFramebufferObject::Attachment attachment)
5637 * QSize size(void)
5638 * QImage toImage(bool flipped)
5639 * QImage toImage_3(bool flipped, int colorQOpenGLFramebufferObject::AttachmentIndex)
5640 * QImage toImage_2(void)
5641 * int width(void)
5642 * bool bindDefault(void)
5643 * bool hasOpenGLFramebufferObjects(void)
5644
5645 .. index::
5646         pair: RingQt クラスリファレンス; QOpenGLFunctions クラス
5647
5648 QOpenGLFunctions クラス
5649 =======================
5650
5651
5652 C++ リファレンス : http://doc.qt.io/qt-5/qopenglfunctions.html
5653
5654
5655 仮引数 : void
5656
5657 * void glActiveTexture(GLenum texture)
5658 * void glAttachShader(GLuint program, GLuint shader)
5659 * void glBindAttribLocation(GLuint program, GLuint index, char \*name)
5660 * void glBindBuffer(GLenum target, GLuint buffer)
5661 * void glBindFramebuffer(GLenum target, GLuint framebuffer)
5662 * void glBindRenderbuffer(GLenum target, GLuint renderbuffer)
5663 * void glBindTexture(GLenum target, GLuint texture)
5664 * void glBlendColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
5665 * void glBlendEquation(GLenum mode)
5666 * void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha)
5667 * void glBlendFunc(GLenum sfactor, GLenum dfactor)
5668 * void glBlendFuncSeparate(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha)
5669 * void glBufferData(GLenum target, qopengl_GLsizeiptr size, void \*data, GLenum usage)
5670 * void glBufferSubData(GLenum target, qopengl_GLintptr offset, qopengl_GLsizeiptr size, void \*data)
5671 * GLenum glCheckFramebufferStatus(GLenum target)
5672 * void glClear(GLbitfield mask)
5673 * void glClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha)
5674 * void glClearDepthf(GLclampf depth)
5675 * void glClearStencil(GLint s)
5676 * void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
5677 * void glCompileShader(GLuint shader)
5678 * void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, void \*data)
5679 * void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, void \*data)
5680 * void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
5681 * void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
5682 * GLuint glCreateProgram(void)
5683 * GLuint glCreateShader(GLenum type)
5684 * void glCullFace(GLenum mode)
5685 * void glDeleteBuffers(GLsizei n, GLuint \*buffers)
5686 * void glDeleteFramebuffers(GLsizei n, GLuint \*framebuffers)
5687 * void glDeleteProgram(GLuint program)
5688 * void glDeleteRenderbuffers(GLsizei n, GLuint \*renderbuffers)
5689 * void glDeleteShader(GLuint shader)
5690 * void glDeleteTextures(GLsizei n, GLuint \*textures)
5691 * void glDepthFunc(GLenum func)
5692 * void glDepthMask(GLboolean flag)
5693 * void glDepthRangef(GLclampf zNear, GLclampf zFar)
5694 * void glDetachShader(GLuint program, GLuint shader)
5695 * void glDisable(GLenum cap)
5696 * void glDisableVertexAttribArray(GLuint index)
5697 * void glDrawArrays(GLenum mode, GLint first, GLsizei count)
5698 * void glDrawElements(GLenum mode, GLsizei count, GLenum type, GLvoid \*indices)
5699 * void glEnable(GLenum cap)
5700 * void glEnableVertexAttribArray(GLuint index)
5701 * void glFinish(void)
5702 * void glFlush(void)
5703 * void glFramebufferRenderbuffer(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
5704 * void glFramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
5705 * void glFrontFace(GLenum mode)
5706 * void glGenBuffers(GLsizei n, GLuint \*buffers)
5707 * void glGenFramebuffers(GLsizei n, GLuint \*framebuffers)
5708 * void glGenRenderbuffers(GLsizei n, GLuint \*renderbuffers)
5709 * void glGenTextures(GLsizei n, GLuint \*textures)
5710 * void glGenerateMipmap(GLenum target)
5711 * void glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufsize, GLsizei \*length, GLint \*size, GLenum \*type, char \*name)
5712 * void glGetActiveUniform(GLuint program, GLuint index, GLsizei bufsize, GLsizei \*length, GLint \*size, GLenum \*type, char \*name)
5713 * void glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei \*count, GLuint \*shaders)
5714 * GLint glGetAttribLocation(GLuint program, char \*name)
5715 * void glGetBooleanv(GLenum pname, GLboolean \*params)
5716 * void glGetBufferParameteriv(GLenum target, GLenum pname, GLint \*params)
5717 * GLenum glGetError(void)
5718 * void glGetFloatv(GLenum pname, GLfloat \*params)
5719 * void glGetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint \*params)
5720 * void glGetIntegerv(GLenum pname, GLint \*params)
5721 * void glGetProgramInfoLog(GLuint program, GLsizei bufsize, GLsizei \*length, char \*infolog)
5722 * void glGetProgramiv(GLuint program, GLenum pname, GLint \*params)
5723 * void glGetRenderbufferParameteriv(GLenum target, GLenum pname, GLint \*params)
5724 * void glGetShaderInfoLog(GLuint shader, GLsizei bufsize, GLsizei \*length, char \*infolog)
5725 * void glGetShaderPrecisionFormat(GLenum shadertype, GLenum precisiontype, GLint \*range, GLint \*precision)
5726 * void glGetShaderSource(GLuint shader, GLsizei bufsize, GLsizei \*length, char \*source)
5727 * void glGetShaderiv(GLuint shader, GLenum pname, GLint \*params)
5728 * GLubyte \* glGetString(GLenum name)
5729 * void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat \*params)
5730 * void glGetTexParameteriv(GLenum target, GLenum pname, GLint \*params)
5731 * GLint glGetUniformLocation(GLuint program, char \*name)
5732 * void glGetUniformfv(GLuint program, GLint location, GLfloat \*params)
5733 * void glGetUniformiv(GLuint program, GLint location, GLint \*params)
5734 * void glGetVertexAttribiv(GLuint index, GLenum pname, GLint \*params)
5735 * void glHint(GLenum target, GLenum mode)
5736 * GLboolean glIsBuffer(GLuint buffer)
5737 * GLboolean glIsEnabled(GLenum cap)
5738 * GLboolean glIsFramebuffer(GLuint framebuffer)
5739 * GLboolean glIsProgram(GLuint program)
5740 * GLboolean glIsRenderbuffer(GLuint renderbuffer)
5741 * GLboolean glIsShader(GLuint shader)
5742 * GLboolean glIsTexture(GLuint texture)
5743 * void glLineWidth(GLfloat width)
5744 * void glLinkProgram(GLuint program)
5745 * void glPixelStorei(GLenum pname, GLint param)
5746 * void glPolygonOffset(GLfloat factor, GLfloat units)
5747 * void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid \*pixels)
5748 * void glReleaseShaderCompiler(void)
5749 * void glRenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
5750 * void glSampleCoverage(GLclampf value, GLboolean invert)
5751 * void glScissor(GLint x, GLint y, GLsizei width, GLsizei height)
5752 * void glShaderBinary(GLint n, GLuint \*shaders, GLenum binaryformat, void \*binary, GLint length)
5753 * void glStencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask)
5754 * void glStencilMask(GLuint mask)
5755 * void glStencilMaskSeparate(GLenum face, GLuint mask)
5756 * void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass)
5757 * void glStencilOpSeparate(GLenum face, GLenum fail, GLenum zfail, GLenum zpass)
5758 * void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLvoid \*pixels)
5759 * void glTexParameterf(GLenum target, GLenum pname, GLfloat param)
5760 * void glTexParameterfv(GLenum target, GLenum pname, GLfloat \*params)
5761 * void glTexParameteri(GLenum target, GLenum pname, GLint param)
5762 * void glTexParameteriv(GLenum target, GLenum pname, GLint \*params)
5763 * void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid \*pixels)
5764 * void glUniform1f(GLint location, GLfloat x)
5765 * void glUniform1fv(GLint location, GLsizei count, GLfloat \*v)
5766 * void glUniform1i(GLint location, GLint x)
5767 * void glUniform1iv(GLint location, GLsizei count, GLint \*v)
5768 * void glUniform2f(GLint location, GLfloat x, GLfloat y)
5769 * void glUniform2fv(GLint location, GLsizei count, GLfloat \*v)
5770 * void glUniform2i(GLint location, GLint x, GLint y)
5771 * void glUniform2iv(GLint location, GLsizei count, GLint \*v)
5772 * void glUniform3f(GLint location, GLfloat x, GLfloat y, GLfloat z)
5773 * void glUniform3fv(GLint location, GLsizei count, GLfloat \*v)
5774 * void glUniform3i(GLint location, GLint x, GLint y, GLint z)
5775 * void glUniform3iv(GLint location, GLsizei count, GLint \*v)
5776 * void glUniform4f(GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
5777 * void glUniform4fv(GLint location, GLsizei count, GLfloat \*v)
5778 * void glUniform4i(GLint location, GLint x, GLint y, GLint z, GLint w)
5779 * void glUniform4iv(GLint location, GLsizei count, GLint \*v)
5780 * void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, GLfloat \*value)
5781 * void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, GLfloat \*value)
5782 * void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, GLfloat \*value)
5783 * void glUseProgram(GLuint program)
5784 * void glValidateProgram(GLuint program)
5785 * void glVertexAttrib1f(GLuint indx, GLfloat x)
5786 * void glVertexAttrib1fv(GLuint indx, GLfloat \*values)
5787 * void glVertexAttrib2f(GLuint indx, GLfloat x, GLfloat y)
5788 * void glVertexAttrib2fv(GLuint indx, GLfloat \*values)
5789 * void glVertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z)
5790 * void glVertexAttrib3fv(GLuint indx, GLfloat \*values)
5791 * void glVertexAttrib4f(GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
5792 * void glVertexAttrib4fv(GLuint indx, GLfloat \*values)
5793 * void glVertexAttribPointer(GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, void \*ptr)
5794 * void glViewport(GLint x, GLint y, GLsizei width, GLsizei height)
5795 * bool hasOpenGLFeature(QOpenGLFunctions::OpenGLFeature feature)
5796 * void initializeOpenGLFunctions(void)
5797 * QOpenGLFunctions::OpenGLFeatures openGLFeatures(void)
5798
5799 .. index::
5800         pair: RingQt クラスリファレンス; QOpenGLFunctions_3_2_Core クラス
5801
5802 QOpenGLFunctions_3_2_Core クラス
5803 ================================
5804
5805
5806 C++ リファレンス : http://doc.qt.io/qt-5/qopenglfunctions_3_2_core.html
5807
5808
5809 仮引数 : void
5810
5811 * void glActiveTexture(GLenum texture)
5812 * void glAttachShader(GLuint program, GLuint shader)
5813 * void glBeginConditionalRender(GLuint id, GLenum mode)
5814 * void glBeginQuery(GLenum target, GLuint id)
5815 * void glBeginTransformFeedback(GLenum primitiveMode)
5816 * void glBindAttribLocation(GLuint program, GLuint index, GLchar \*name)
5817 * void glBindBuffer(GLenum target, GLuint buffer)
5818 * void glBindBufferBase(GLenum target, GLuint index, GLuint buffer)
5819 * void glBindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size)
5820 * void glBindFragDataLocation(GLuint program, GLuint color, GLchar \*name)
5821 * void glBindFramebuffer(GLenum target, GLuint framebuffer)
5822 * void glBindRenderbuffer(GLenum target, GLuint renderbuffer)
5823 * void glBindTexture(GLenum target, GLuint texture)
5824 * void glBindVertexArray(GLuint array)
5825 * void glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
5826 * void glBlendEquation(GLenum mode)
5827 * void glBlendEquationSeparate(GLenum modeRGB, GLenum modeAlpha)
5828 * void glBlendFunc(GLenum sfactor, GLenum dfactor)
5829 * void glBlendFuncSeparate(GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha)
5830 * void glBlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
5831 * void glBufferData(GLenum target, GLsizeiptr size, GLvoid \*data, GLenum usage)
5832 * void glBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, GLvoid \*data)
5833 * GLenum glCheckFramebufferStatus(GLenum target)
5834 * void glClampColor(GLenum target, GLenum clamp)
5835 * void glClear(GLbitfield mask)
5836 * void glClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil)
5837 * void glClearBufferfv(GLenum buffer, GLint drawbuffer, GLfloat \*value)
5838 * void glClearBufferiv(GLenum buffer, GLint drawbuffer, GLint \*value)
5839 * void glClearBufferuiv(GLenum buffer, GLint drawbuffer, GLuint \*value)
5840 * void glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha)
5841 * void glClearDepth(GLdouble depth)
5842 * void glClearStencil(GLint s)
5843 * GLenum glClientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout)
5844 * void glColorMask(GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha)
5845 * void glColorMaski(GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a)
5846 * void glCompileShader(GLuint shader)
5847 * void glCompressedTexImage1D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, GLvoid \*data)
5848 * void glCompressedTexImage2D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, GLvoid \*data)
5849 * void glCompressedTexImage3D(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, GLvoid \*data)
5850 * void glCompressedTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, GLvoid \*data)
5851 * void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, GLvoid \*data)
5852 * void glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, GLvoid \*data)
5853 * void glCopyBufferSubData(GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size)
5854 * void glCopyTexImage1D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border)
5855 * void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
5856 * void glCopyTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width)
5857 * void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height)
5858 * void glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height)
5859 * GLuint glCreateProgram(void)
5860 * GLuint glCreateShader(GLenum type)
5861 * void glCullFace(GLenum mode)
5862 * void glDeleteBuffers(GLsizei n, GLuint \*buffers)
5863 * void glDeleteFramebuffers(GLsizei n, GLuint \*framebuffers)
5864 * void glDeleteProgram(GLuint program)
5865 * void glDeleteQueries(GLsizei n, GLuint \*ids)
5866 * void glDeleteRenderbuffers(GLsizei n, GLuint \*renderbuffers)
5867 * void glDeleteShader(GLuint shader)
5868 * void glDeleteSync(GLsync sync)
5869 * void glDeleteTextures(GLsizei n, GLuint \*textures)
5870 * void glDeleteVertexArrays(GLsizei n, GLuint \*arrays)
5871 * void glDepthFunc(GLenum func)
5872 * void glDepthMask(GLboolean flag)
5873 * void glDepthRange(GLdouble nearVal, GLdouble farVal)
5874 * void glDetachShader(GLuint program, GLuint shader)
5875 * void glDisable(GLenum cap)
5876 * void glDisableVertexAttribArray(GLuint index)
5877 * void glDisablei(GLenum target, GLuint index)
5878 * void glDrawArrays(GLenum mode, GLint first, GLsizei count)
5879 * void glDrawArraysInstanced(GLenum mode, GLint first, GLsizei count, GLsizei instancecount)
5880 * void glDrawBuffer(GLenum mode)
5881 * void glDrawBuffers(GLsizei n, GLenum \*bufs)
5882 * void glDrawElements(GLenum mode, GLsizei count, GLenum type, GLvoid \*indices)
5883 * void glDrawElementsBaseVertex(GLenum mode, GLsizei count, GLenum type, GLvoid \*indices, GLint basevertex)
5884 * void glDrawElementsInstanced(GLenum mode, GLsizei count, GLenum type, GLvoid \*indices, GLsizei instancecount)
5885 * void glDrawElementsInstancedBaseVertex(GLenum mode, GLsizei count, GLenum type, GLvoid \*indices, GLsizei instancecount, GLint basevertex)
5886 * void glDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, GLvoid \*indices)
5887 * void glDrawRangeElementsBaseVertex(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, GLvoid \*indices, GLint basevertex)
5888 * void glEnable(GLenum cap)
5889 * void glEnableVertexAttribArray(GLuint index)
5890 * void glEnablei(GLenum target, GLuint index)
5891 * void glEndConditionalRender(void)
5892 * void glEndQuery(GLenum target)
5893 * void glEndTransformFeedback(void)
5894 * GLsync glFenceSync(GLenum condition, GLbitfield flags)
5895 * void glFinish(void)
5896 * void glFlush(void)
5897 * void glFlushMappedBufferRange(GLenum target, GLintptr offset, GLsizeiptr length)
5898 * void glFramebufferRenderbuffer(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer)
5899 * void glFramebufferTexture(GLenum target, GLenum attachment, GLuint texture, GLint level)
5900 * void glFramebufferTexture1D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
5901 * void glFramebufferTexture2D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level)
5902 * void glFramebufferTexture3D(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset)
5903 * void glFramebufferTextureLayer(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer)
5904 * void glFrontFace(GLenum mode)
5905 * void glGenBuffers(GLsizei n, GLuint \*buffers)
5906 * void glGenFramebuffers(GLsizei n, GLuint \*framebuffers)
5907 * void glGenQueries(GLsizei n, GLuint \*ids)
5908 * void glGenRenderbuffers(GLsizei n, GLuint \*renderbuffers)
5909 * void glGenTextures(GLsizei n, GLuint \*textures)
5910 * void glGenVertexArrays(GLsizei n, GLuint \*arrays)
5911 * void glGenerateMipmap(GLenum target)
5912 * void glGetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei \*length, GLint \*size, GLenum \*type, GLchar \*name)
5913 * void glGetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, GLsizei \*length, GLint \*size, GLenum \*type, GLchar \*name)
5914 * void glGetActiveUniformBlockName(GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei \*length, GLchar \*uniformBlockName)
5915 * void glGetActiveUniformBlockiv(GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint \*params)
5916 * void glGetActiveUniformName(GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei \*length, GLchar \*uniformName)
5917 * void glGetActiveUniformsiv(GLuint program, GLsizei uniformCount, GLuint \*uniformIndices, GLenum pname, GLint \*params)
5918 * void glGetAttachedShaders(GLuint program, GLsizei maxCount, GLsizei \*count, GLuint \*obj)
5919 * GLint glGetAttribLocation(GLuint program, GLchar \*name)
5920 * void glGetBooleani_v(GLenum target, GLuint index, GLboolean \*data)
5921 * void glGetBooleanv(GLenum pname, GLboolean \*params)
5922 * void glGetBufferParameteri64v(GLenum target, GLenum pname, GLint64 \*params)
5923 * void glGetBufferParameteriv(GLenum target, GLenum pname, GLint \*params)
5924 * void glGetCompressedTexImage(GLenum target, GLint level, GLvoid \*img)
5925 * void glGetDoublev(GLenum pname, GLdouble \*params)
5926 * GLenum glGetError(void)
5927 * void glGetFloatv(GLenum pname, GLfloat \*params)
5928 * GLint glGetFragDataLocation(GLuint program, GLchar \*name)
5929 * void glGetFramebufferAttachmentParameteriv(GLenum target, GLenum attachment, GLenum pname, GLint \*params)
5930 * void glGetInteger64i_v(GLenum target, GLuint index, GLint64 \*data)
5931 * void glGetInteger64v(GLenum pname, GLint64 \*params)
5932 * void glGetIntegeri_v(GLenum target, GLuint index, GLint \*data)
5933 * void glGetIntegerv(GLenum pname, GLint \*params)
5934 * void glGetMultisamplefv(GLenum pname, GLuint index, GLfloat \*val)
5935 * void glGetProgramiv(GLuint program, GLenum pname, GLint \*params)
5936 * void glGetQueryObjectiv(GLuint id, GLenum pname, GLint \*params)
5937 * void glGetQueryObjectuiv(GLuint id, GLenum pname, GLuint \*params)
5938 * void glGetQueryiv(GLenum target, GLenum pname, GLint \*params)
5939 * void glGetRenderbufferParameteriv(GLenum target, GLenum pname, GLint \*params)
5940 * void glGetShaderInfoLog(GLuint shader, GLsizei bufSize, GLsizei \*length, GLchar \*infoLog)
5941 * void glGetShaderSource(GLuint shader, GLsizei bufSize, GLsizei \*length, GLchar \*source)
5942 * void glGetShaderiv(GLuint shader, GLenum pname, GLint \*params)
5943 * GLubyte \* glGetString(GLenum name)
5944 * GLubyte \* glGetStringi(GLenum name, GLuint index)
5945 * void glGetSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei \*length, GLint \*values)
5946 * void glGetTexImage(GLenum target, GLint level, GLenum format, GLenum type, GLvoid \*pixels)
5947 * void glGetTexLevelParameterfv(GLenum target, GLint level, GLenum pname, GLfloat \*params)
5948 * void glGetTexLevelParameteriv(GLenum target, GLint level, GLenum pname, GLint \*params)
5949 * void glGetTexParameterIiv(GLenum target, GLenum pname, GLint \*params)
5950 * void glGetTexParameterIuiv(GLenum target, GLenum pname, GLuint \*params)
5951 * void glGetTexParameterfv(GLenum target, GLenum pname, GLfloat \*params)
5952 * void glGetTexParameteriv(GLenum target, GLenum pname, GLint \*params)
5953 * void glGetTransformFeedbackVarying(GLuint program, GLuint index, GLsizei bufSize, GLsizei \*length, GLsizei \*size, GLenum \*type, GLchar \*name)
5954 * GLuint glGetUniformBlockIndex(GLuint program, GLchar \*uniformBlockName)
5955 * void glGetUniformfv(GLuint program, GLint location, GLfloat \*params)
5956 * void glGetUniformiv(GLuint program, GLint location, GLint \*params)
5957 * void glGetUniformuiv(GLuint program, GLint location, GLuint \*params)
5958 * void glGetVertexAttribIiv(GLuint index, GLenum pname, GLint \*params)
5959 * void glGetVertexAttribIuiv(GLuint index, GLenum pname, GLuint \*params)
5960 * void glGetVertexAttribfv(GLuint index, GLenum pname, GLfloat \*params)
5961 * void glGetVertexAttribiv(GLuint index, GLenum pname, GLint \*params)
5962 * void glHint(GLenum target, GLenum mode)
5963 * void glIndexub(GLubyte c)
5964 * void glIndexubv(GLubyte \*c)
5965 * GLboolean glIsBuffer(GLuint buffer)
5966 * GLboolean glIsEnabled(GLenum cap)
5967 * GLboolean glIsEnabledi(GLenum target, GLuint index)
5968 * GLboolean glIsFramebuffer(GLuint framebuffer)
5969 * GLboolean glIsProgram(GLuint program)
5970 * GLboolean glIsQuery(GLuint id)
5971 * GLboolean glIsRenderbuffer(GLuint renderbuffer)
5972 * GLboolean glIsShader(GLuint shader)
5973 * GLboolean glIsSync(GLsync sync)
5974 * GLboolean glIsTexture(GLuint texture)
5975 * GLboolean glIsVertexArray(GLuint array)
5976 * void glLineWidth(GLfloat width)
5977 * void glLinkProgram(GLuint program)
5978 * void glLogicOp(GLenum opcode)
5979 * GLvoid \* glMapBuffer(GLenum target, GLenum access)
5980 * GLvoid \* glMapBufferRange(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access)
5981 * void glMultiDrawArrays(GLenum mode, GLint \*first, GLsizei \*count, GLsizei drawcount)
5982 * void glPixelStorei(GLenum pname, GLint param)
5983 * void glPointParameterf(GLenum pname, GLfloat param)
5984 * void glPointParameterfv(GLenum pname, GLfloat \*params)
5985 * void glPointParameteri(GLenum pname, GLint param)
5986 * void glPointParameteriv(GLenum pname, GLint \*params)
5987 * void glPointSize(GLfloat size)
5988 * void glPolygonMode(GLenum face, GLenum mode)
5989 * void glPolygonOffset(GLfloat factor, GLfloat units)
5990 * void glPrimitiveRestartIndex(GLuint index)
5991 * void glProvokingVertex(GLenum mode)
5992 * void glReadBuffer(GLenum mode)
5993 * void glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid \*pixels)
5994 * void glRenderbufferStorage(GLenum target, GLenum internalformat, GLsizei width, GLsizei height)
5995 * void glRenderbufferStorageMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height)
5996 * void glSampleCoverage(GLfloat value, GLboolean invert)
5997 * void glSampleMaski(GLuint index, GLbitfield mask)
5998 * void glScissor(GLint x, GLint y, GLsizei width, GLsizei height)
5999 * void glStencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask)
6000 * void glStencilMask(GLuint mask)
6001 * void glStencilMaskSeparate(GLenum face, GLuint mask)
6002 * void glStencilOp(GLenum fail, GLenum zfail, GLenum zpass)
6003 * void glStencilOpSeparate(GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass)
6004 * void glTexBuffer(GLenum target, GLenum internalformat, GLuint buffer)
6005 * void glTexImage1D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, GLvoid \*pixels)
6006 * void glTexImage2D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLvoid \*pixels)
6007 * void glTexImage2DMultisample(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations)
6008 * void glTexImage3D(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, GLvoid \*pixels)
6009 * void glTexImage3DMultisample(GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations)
6010 * void glTexParameterIiv(GLenum target, GLenum pname, GLint \*params)
6011 * void glTexParameterIuiv(GLenum target, GLenum pname, GLuint \*params)
6012 * void glTexParameterf(GLenum target, GLenum pname, GLfloat param)
6013 * void glTexParameterfv(GLenum target, GLenum pname, GLfloat \*params)
6014 * void glTexParameteri(GLenum target, GLenum pname, GLint param)
6015 * void glTexParameteriv(GLenum target, GLenum pname, GLint \*params)
6016 * void glTexSubImage1D(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, GLvoid \*pixels)
6017 * void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid \*pixels)
6018 * void glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLvoid \*pixels)
6019 * void glUniform1fv(GLint location, GLsizei count, GLfloat \*value)
6020 * void glUniform1i(GLint location, GLint v0)
6021 * void glUniform1iv(GLint location, GLsizei count, GLint \*value)
6022 * void glUniform1ui(GLint location, GLuint v0)
6023 * void glUniform1uiv(GLint location, GLsizei count, GLuint \*value)
6024 * void glUniform2f(GLint location, GLfloat v0, GLfloat v1)
6025 * void glUniform2fv(GLint location, GLsizei count, GLfloat \*value)
6026 * void glUniform2i(GLint location, GLint v0, GLint v1)
6027 * void glUniform2iv(GLint location, GLsizei count, GLint \*value)
6028 * void glUniform2ui(GLint location, GLuint v0, GLuint v1)
6029 * void glUniform2uiv(GLint location, GLsizei count, GLuint \*value)
6030 * void glUniform3f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2)
6031 * void glUniform3fv(GLint location, GLsizei count, GLfloat \*value)
6032 * void glUniform3i(GLint location, GLint v0, GLint v1, GLint v2)
6033 * void glUniform3iv(GLint location, GLsizei count, GLint \*value)
6034 * void glUniform3ui(GLint location, GLuint v0, GLuint v1, GLuint v2)
6035 * void glUniform3uiv(GLint location, GLsizei count, GLuint \*value)
6036 * void glUniform4f(GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3)
6037 * void glUniform4fv(GLint location, GLsizei count, GLfloat \*value)
6038 * void glUniform4i(GLint location, GLint v0, GLint v1, GLint v2, GLint v3)
6039 * void glUniform4iv(GLint location, GLsizei count, GLint \*value)
6040 * void glUniform4ui(GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3)
6041 * void glUniform4uiv(GLint location, GLsizei count, GLuint \*value)
6042 * void glUniformBlockBinding(GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding)
6043 * void glUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, GLfloat \*value)
6044 * void glUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, GLfloat \*value)
6045 * void glUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, GLfloat \*value)
6046 * void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, GLfloat \*value)
6047 * void glUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, GLfloat \*value)
6048 * void glUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, GLfloat \*value)
6049 * void glUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, GLfloat \*value)
6050 * void glUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, GLfloat \*value)
6051 * void glUniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, GLfloat \*value)
6052 * GLboolean glUnmapBuffer(GLenum target)
6053 * void glUseProgram(GLuint program)
6054 * void glValidateProgram(GLuint program)
6055 * void glViewport(GLint x, GLint y, GLsizei width, GLsizei height)
6056 * void glWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout)
6057
6058 .. index::
6059         pair: RingQt クラスリファレンス; QOpenGLPaintDevice クラス
6060
6061 QOpenGLPaintDevice クラス
6062 =========================
6063
6064
6065 C++ リファレンス : http://doc.qt.io/qt-5/qopenglpaintdevice.html
6066
6067
6068 仮引数 : void
6069
6070
6071 親クラス : QPaintDevice
6072
6073 * QOpenGLContext \* context(void)
6074 * qreal dotsPerMeterX(void)
6075 * qreal dotsPerMeterY(void)
6076 * void ensureActiveTarget(void)
6077 * bool paintFlipped(void)
6078 * void setDevicePixelRatio(qreal devicePixelRatio)
6079 * void setDotsPerMeterX(qreal dpmx)
6080 * void setDotsPerMeterY(qreal dpmy)
6081 * void setPaintFlipped(bool flipped)
6082 * void setSize(QSize size)
6083 * QSize size(void)
6084
6085 .. index::
6086         pair: RingQt クラスリファレンス; QOpenGLShader クラス
6087
6088 QOpenGLShader クラス
6089 ====================
6090
6091
6092 C++ リファレンス : http://doc.qt.io/qt-5/qopenglshader.html
6093
6094
6095 仮引数 : QOpenGLShader::ShaderType,QObject \*
6096
6097 * bool compileSourceCode(char \*source)
6098 * bool compileSourceCode_2(QByteArray source)
6099 * bool compileSourceCode_3(QString source)
6100 * bool compileSourceFile(QString fileName)
6101 * bool isCompiled(void)
6102 * QString log(void)
6103 * GLuint shaderId(void)
6104 * QOpenGLShader::ShaderType shaderType(void)
6105 * QByteArray sourceCode(void)
6106 * bool hasOpenGLShaders(QOpenGLShader::ShaderType type, QOpenGLContext \*context)
6107
6108 .. index::
6109         pair: RingQt クラスリファレンス; QOpenGLShaderProgram クラス
6110
6111 QOpenGLShaderProgram クラス
6112 ===========================
6113
6114
6115 C++ リファレンス : http://doc.qt.io/qt-5/qopenglshaderprogram.html
6116
6117
6118 仮引数 : QObject \*
6119
6120 * bool addShaderFromSourceCode(QOpenGLShader::ShaderType type, char \*source)
6121 * bool addShaderFromSourceCode_2(QOpenGLShader::ShaderType type, QByteArray source)
6122 * bool addShaderFromSourceCode_3(QOpenGLShader::ShaderType type, QString source)
6123 * bool addShaderFromSourceFile(QOpenGLShader::ShaderType type, QString fileName)
6124 * int attributeLocation(char \*name)
6125 * int attributeLocation_2(QByteArray name)
6126 * int attributeLocation_3(QString name)
6127 * bool bind(void)
6128 * void bindAttributeLocation(char \*name, int location)
6129 * void bindAttributeLocation_2(QByteArray name, int location)
6130 * void bindAttributeLocation_3(QString name, int location)
6131 * QVector<float> defaultOuterTessellationLevels(void)
6132 * void disableAttributeArray(int location)
6133 * void disableAttributeArray_2(char \*name)
6134 * void enableAttributeArray(int location)
6135 * void enableAttributeArray_2(char \*name)
6136 * bool isLinked(void)
6137 * bool link(void)
6138 * QString log(void)
6139 * int maxGeometryOutputVertices(void)
6140 * int patchVertexCount(void)
6141 * GLuint programId(void)
6142 * void release(void)
6143 * void removeAllShaders(void)
6144 * void removeShader(QOpenGLShader \*shader)
6145 * void setAttributeArray(int location, GLfloat \*values, int tupleSize, int stride)
6146 * void setAttributeArray_2(int location, QVector2D \*values, int stride)
6147 * void setAttributeArray_3(int location, QVector3D \*values, int stride)
6148 * void setAttributeArray_4(int location, QVector4D \*values, int stride)
6149 * void setAttributeArray_5(int location, GLenum type, void \*values, int tupleSize, int stride)
6150 * void setAttributeArray_6(char \*name, GLfloat \*values, int tupleSize, int stride)
6151 * void setAttributeArray_7(char \*name, QVector2D \*values, int stride)
6152 * void setAttributeArray_8(char \*name, QVector3D \*values, int stride)
6153 * void setAttributeArray_9(char \*name, QVector4D \*values, int stride)
6154 * void setAttributeArray_10(char \*name, GLenum type, void \*values, int tupleSize, int stride)
6155 * void setAttributeBuffer(int location, GLenum type, int offset, int tupleSize, int stride)
6156 * void setAttributeBuffer_2(char \*name, GLenum type, int offset, int tupleSize, int stride)
6157 * void setAttributeValue(int location, GLfloat value)
6158 * void setAttributeValue_2(int location, GLfloat x, GLfloat y)
6159 * void setAttributeValue_3(int location, GLfloat x, GLfloat y, GLfloat z)
6160 * void setAttributeValue_4(int location, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
6161 * void setAttributeValue_5(int location, QVector2D value)
6162 * void setAttributeValue_6(int location, QVector3D value)
6163 * void setAttributeValue_7(int location, QVector4D value)
6164 * void setAttributeValue_8(int location, QColor value)
6165 * void setAttributeValue_9(int location, GLfloat \*values, int columns, int rows)
6166 * void setAttributeValue_10(char \*name, GLfloat value)
6167 * void setAttributeValue_11(char \*name, GLfloat x, GLfloat y)
6168 * void setAttributeValue_12(char \*name, GLfloat x, GLfloat y, GLfloat z)
6169 * void setAttributeValue_13(char \*name, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
6170 * void setAttributeValue_14(char \*name, QVector2D value)
6171 * void setAttributeValue_15(char \*name, QVector3D value)
6172 * void setAttributeValue_16(char \*name, QVector4D value)
6173 * void setDefaultInnerTessellationLevels(QVector<float> levels)
6174 * void setDefaultOuterTessellationLevels(QVector<float> levels)
6175 * void setPatchVertexCount(int count)
6176 * void setUniformValue(int location, GLfloat value)
6177 * void setUniformValue_2(int location, GLint value)
6178 * void setUniformValue_3(char \*name, QColor color)
6179 * void setUniformValue_4(char \*name, QPoint point)
6180 * void setUniformValue_5(char \*name, QPointF point)
6181 * void setUniformValue_6(char \*name, QSize size)
6182 * void setUniformValue_7(char \*name, QSizeF size)
6183 * void setUniformValue_8(char \*name, QMatrix2x2 value)
6184 * void setUniformValue_9(char \*name, QMatrix2x3 value)
6185 * void setUniformValue_10(char \*name, QMatrix2x4 value)
6186 * void setUniformValue_11(char \*name, QMatrix3x2 value)
6187 * void setUniformValue_12(char \*name, QMatrix3x3 value)
6188 * void setUniformValue_13(char \*name, QMatrix3x4 value)
6189 * void setUniformValue_14(char \*name, QMatrix4x2 value)
6190 * void setUniformValue_15(char \*name, QMatrix4x3 value)
6191 * void setUniformValue_16(char \*name, QMatrix4x4 value)
6192 * void setUniformValue_21(int location, GLuint value)
6193 * void setUniformValue_22(int location, GLfloat x, GLfloat y)
6194 * void setUniformValue_23(int location, GLfloat x, GLfloat y, GLfloat z)
6195 * void setUniformValue_24(int location, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
6196 * void setUniformValue_25(int location, QVector2D value)
6197 * void setUniformValue_26(int location, QVector3D value)
6198 * void setUniformValue_27(int location, QVector4D value)
6199 * void setUniformValue_28(int location, QColor color)
6200 * void setUniformValue_29(int location, QPoint point)
6201 * void setUniformValue_30(int location, QPointF point)
6202 * void setUniformValue_31(int location, QSize size)
6203 * void setUniformValue_32(int location, QSizeF size)
6204 * void setUniformValue_33(int location, QMatrix2x2 value)
6205 * void setUniformValue_34(int location, QMatrix2x3 value)
6206 * void setUniformValue_35(int location, QMatrix2x4 value)
6207 * void setUniformValue_36(int location, QMatrix3x2 value)
6208 * void setUniformValue_37(int location, QMatrix3x3 value)
6209 * void setUniformValue_38(int location, QMatrix3x4 value)
6210 * void setUniformValue_39(int location, QMatrix4x2 value)
6211 * void setUniformValue_40(int location, QMatrix4x3 value)
6212 * void setUniformValue_41(int location, QMatrix4x4 value)
6213 * void setUniformValue_46(char \*name, GLfloat value)
6214 * void setUniformValue_47(char \*name, GLint value)
6215 * void setUniformValue_48(char \*name, GLuint value)
6216 * void setUniformValue_49(char \*name, GLfloat x, GLfloat y)
6217 * void setUniformValue_50(char \*name, GLfloat x, GLfloat y, GLfloat z)
6218 * void setUniformValue_51(char \*name, GLfloat x, GLfloat y, GLfloat z, GLfloat w)
6219 * void setUniformValue_52(char \*name, QVector2D value)
6220 * void setUniformValue_53(char \*name, QVector3D value)
6221 * void setUniformValue_54(char \*name, QVector4D value)
6222 * void setUniformValueArray(int location, GLfloat \*values, int count, int tupleSize)
6223 * void setUniformValueArray_2(int location, GLint \*values, int count)
6224 * void setUniformValueArray_3(int location, GLuint \*values, int count)
6225 * void setUniformValueArray_4(int location, QVector2D \*values, int count)
6226 * void setUniformValueArray_5(int location, QVector3D \*values, int count)
6227 * void setUniformValueArray_6(int location, QVector4D \*values, int count)
6228 * void setUniformValueArray_7(int location, QMatrix2x2 \*values, int count)
6229 * void setUniformValueArray_8(int location, QMatrix2x3 \*values, int count)
6230 * void setUniformValueArray_9(int location, QMatrix2x4 \*values, int count)
6231 * void setUniformValueArray_10(int location, QMatrix3x2 \*values, int count)
6232 * void setUniformValueArray_11(int location, QMatrix3x3 \*values, int count)
6233 * void setUniformValueArray_12(int location, QMatrix3x4 \*values, int count)
6234 * void setUniformValueArray_13(int location, QMatrix4x2 \*values, int count)
6235 * void setUniformValueArray_14(int location, QMatrix4x3 \*values, int count)
6236 * void setUniformValueArray_15(int location, QMatrix4x4 \*values, int count)
6237 * void setUniformValueArray_16(char \*name, GLfloat \*values, int count, int tupleSize)
6238 * void setUniformValueArray_17(char \*name, GLint \*values, int count)
6239 * void setUniformValueArray_18(char \*name, GLuint \*values, int count)
6240 * void setUniformValueArray_19(char \*name, QVector2D \*values, int count)
6241 * void setUniformValueArray_20(char \*name, QVector3D \*values, int count)
6242 * void setUniformValueArray_21(char \*name, QVector4D \*values, int count)
6243 * void setUniformValueArray_22(char \*name, QMatrix2x2 \*values, int count)
6244 * void setUniformValueArray_23(char \*name, QMatrix2x3 \*values, int count)
6245 * void setUniformValueArray_24(char \*name, QMatrix2x4 \*values, int count)
6246 * void setUniformValueArray_25(char \*name, QMatrix3x2 \*values, int count)
6247 * void setUniformValueArray_26(char \*name, QMatrix3x3 \*values, int count)
6248 * void setUniformValueArray_27(char \*name, QMatrix3x4 \*values, int count)
6249 * void setUniformValueArray_28(char \*name, QMatrix4x2 \*values, int count)
6250 * void setUniformValueArray_29(char \*name, QMatrix4x3 \*values, int count)
6251 * void setUniformValueArray_30(char \*name, QMatrix4x4 \*values, int count)
6252 * QList<QOpenGLShader \*> shaders(void)
6253 * int uniformLocation(char \*name)
6254 * int uniformLocation_2(QByteArray name)
6255 * int uniformLocation_3(QString name)
6256 * bool hasOpenGLShaderPrograms(QOpenGLContext \*context)
6257
6258 .. index::
6259         pair: RingQt クラスリファレンス; QOpenGLTexture クラス
6260
6261 QOpenGLTexture クラス
6262 =====================
6263
6264
6265 C++ リファレンス : http://doc.qt.io/qt-5/qopengltexture.html
6266
6267
6268 仮引数 : QOpenGLTexture::Target
6269
6270 * void allocateStorage(void)
6271 * void bind_2(uint unit, QOpenGLTexture::TextureUnitReset reset)
6272 * QColor borderColor(void)
6273 * void borderColor_2(float \*border)
6274 * void borderColor_3(int \*border)
6275 * void borderColor_4(unsigned int \*border)
6276 * QOpenGLTexture \* createTextureView(QOpenGLTexture::Target target, QOpenGLTexture::TextureFormat viewFormat, int minimumMipmapLevel, int maximumMipmapLevel, int minimumLayer, int maximumLayer)
6277 * int depth(void)
6278 * QOpenGLTexture::DepthStencilMode depthStencilMode(void)
6279 * void destroy(void)
6280 * int faces(void)
6281 * QOpenGLTexture::TextureFormat format(void)
6282 * void generateMipMaps(void)
6283 * void generateMipMaps_2(int baseLevel, bool resetBaseLevel)
6284 * int height(void)
6285 * bool isAutoMipMapGenerationEnabled(void)
6286 * bool isBound(void)
6287 * bool isBound_2(uint unit)
6288 * bool isCreated(void)
6289 * bool isTextureView(void)
6290 * int layers(void)
6291 * QPair<float, float> levelOfDetailRange(void)
6292 * float levelofDetailBias(void)
6293 * QOpenGLTexture::Filter magnificationFilter(void)
6294 * float maximumAnisotropy(void)
6295 * float maximumLevelOfDetail(void)
6296 * int maximumMipLevels(void)
6297 * float minimumLevelOfDetail(void)
6298 * int mipBaseLevel(void)
6299 * int mipMaxLevel(void)
6300 * void release(void)
6301 * void release_2(uint unit, QOpenGLTexture::TextureUnitReset reset)
6302 * void setBorderColor(QColor color)
6303 * void setBorderColor_4(uint r, uint g, uint b, uint a)
6304 * void setCompressedData_4(int mipLevel, int dataSize, void \*data, QOpenGLPixelTransferOptions \* options)
6305 * void setCompressedData_5(int dataSize, void \*data, QOpenGLPixelTransferOptions \* options)
6306 * void setData(int mipLevel, int layer, QOpenGLTexture::CubeMapFace cubeFace, QOpenGLTexture::PixelFormat sourceFormat, QOpenGLTexture::PixelType sourceType, void \*data, QOpenGLPixelTransferOptions \* options)
6307 * void setData_4(int mipLevel, QOpenGLTexture::PixelFormat sourceFormat, QOpenGLTexture::PixelType sourceType, void \*data, QOpenGLPixelTransferOptions \* options)
6308 * void setData_5(QOpenGLTexture::PixelFormat sourceFormat, QOpenGLTexture::PixelType sourceType, void \*data, QOpenGLPixelTransferOptions \* options)
6309 * void setData_6(QImage image, QOpenGLTexture::MipMapGeneration genMipMaps)
6310 * void setDepthStencilMode(QOpenGLTexture::DepthStencilMode mode)
6311 * void setLayers(int layers)
6312 * void setLevelOfDetailRange(float min, float max)
6313 * void setLevelofDetailBias(float bias)
6314 * void setMagnificationFilter(QOpenGLTexture::Filter filter)
6315 * void setMaximumAnisotropy(float anisotropy)
6316 * void setMaximumLevelOfDetail(float value)
6317 * void setMinMagFilters(QOpenGLTexture::Filter minificationQOpenGLTexture::Filter, QOpenGLTexture::Filter magnificationQOpenGLTexture::Filter)
6318 * void setMinificationFilter(QOpenGLTexture::Filter filter)
6319 * void setMinimumLevelOfDetail(float value)
6320 * void setMipBaseLevel(int baseLevel)
6321 * void setMipLevelRange(int baseLevel, int maxLevel)
6322 * void setMipLevels(int levels)
6323 * void setMipMaxLevel(int maxLevel)
6324 * void setSwizzleMask(QOpenGLTexture::SwizzleComponent component, QOpenGLTexture::SwizzleValue value)
6325 * void setSwizzleMask_2(QOpenGLTexture::SwizzleValue r, QOpenGLTexture::SwizzleValue g, QOpenGLTexture::SwizzleValue b, QOpenGLTexture::SwizzleValue a)
6326 * void setWrapMode(QOpenGLTexture::WrapMode mode)
6327 * void setWrapMode_2(QOpenGLTexture::CoordinateDirection direction, QOpenGLTexture::WrapMode mode)
6328 * QOpenGLTexture::SwizzleValue swizzleMask(QOpenGLTexture::SwizzleComponent component)
6329 * int width(void)
6330 * QOpenGLTexture::WrapMode wrapMode(QOpenGLTexture::CoordinateDirection direction)
6331 * GLuint boundTextureId(QOpenGLTexture::BindingTarget target)
6332
6333 .. index::
6334         pair: RingQt クラスリファレンス; QOpenGLTimerQuery クラス
6335
6336 QOpenGLTimerQuery クラス
6337 ========================
6338
6339
6340 C++ リファレンス : http://doc.qt.io/qt-5/qopengltimerquery.html
6341
6342
6343 仮引数 : QObject \*
6344
6345 * void begin(void)
6346 * bool create(void)
6347 * void destroy(void)
6348 * void end(void)
6349 * bool isCreated(void)
6350 * bool isResultAvailable(void)
6351 * GLuint objectId(void)
6352 * void recordTimestamp(void)
6353 * GLuint64 waitForResult(void)
6354 * GLuint64 waitForTimestamp(void)
6355
6356 .. index::
6357         pair: RingQt クラスリファレンス; QOpenGLVersionProfile クラス
6358
6359 QOpenGLVersionProfile クラス
6360 ============================
6361
6362
6363 C++ リファレンス : http://doc.qt.io/qt-5/qopenglversionprofile.html
6364
6365
6366 仮引数 : void
6367
6368 * bool hasProfiles(void)
6369 * bool isLegacyVersion(void)
6370 * bool isValid(void)
6371 * QSurfaceFormat::OpenGLContextProfile profile(void)
6372 * void setProfile(QSurfaceFormat::OpenGLContextProfile profile)
6373 * void setVersion(int majorVersion, int minorVersion)
6374 * QPair<int, int> version(void)
6375
6376 .. index::
6377         pair: RingQt クラスリファレンス; QOpenGLVertexArrayObject クラス
6378
6379 QOpenGLVertexArrayObject クラス
6380 ===============================
6381
6382
6383 C++ リファレンス : http://doc.qt.io/qt-5/qopenglvertexarrayobject.html
6384
6385
6386 仮引数 : QObject \*
6387
6388 * void bind(void)
6389 * bool create(void)
6390 * void destroy(void)
6391 * bool isCreated(void)
6392 * GLuint objectId(void)
6393 * void release(void)
6394
6395 .. index::
6396         pair: RingQt クラスリファレンス; QOpenGLWidget クラス
6397
6398 QOpenGLWidget クラス
6399 ====================
6400
6401
6402 C++ リファレンス : http://doc.qt.io/qt-5/qopenglwidget.html
6403
6404
6405 仮引数 : QWidget \*
6406
6407
6408 親クラス : QWidget
6409
6410 * void geteventparameters(void)
6411 * void setInitEvent(const char \*cStr)
6412 * const char \*getInitEvent(void)
6413 * void setPaintEvent(const char \*cStr)
6414 * const char \*getPaintEvent(void)
6415 * void setResizeEvent(const char \*cStr)
6416 * const char \*getResizeEvent(void)
6417 * QOpenGLContext \* context(void)
6418 * GLuint defaultFramebufferObject(void)
6419 * void doneCurrent(void)
6420 * QSurfaceFormat format(void)
6421 * QImage grabFramebuffer(void)
6422 * bool isValid(void)
6423 * void makeCurrent(void)
6424 * void setFormat(QSurfaceFormat format)
6425 * QOpenGLWidget::UpdateBehavior updateBehavior(void)
6426
6427 .. index::
6428         pair: RingQt クラスリファレンス; QOrbitCameraController クラス
6429
6430 QOrbitCameraController クラス
6431 =============================
6432
6433
6434 C++ リファレンス : http://doc.qt.io/qt-5/qt3dextras-qorbitcameracontroller.html
6435
6436
6437 仮引数 : Qt3DCore::QNode \*
6438
6439
6440 親クラス : QAbstractCameraController
6441
6442 * void setZoomInLimit(float zoomInLimit)
6443 * float zoomInLimit(void)
6444
6445 .. index::
6446         pair: RingQt クラスリファレンス; QPageSetupDialog クラス
6447
6448 QPageSetupDialog クラス
6449 =======================
6450
6451
6452 C++ リファレンス : http://doc.qt.io/qt-5/qpagesetupdialog.html
6453
6454
6455 仮引数 : QPrinter \*,QWidget \*
6456
6457
6458 親クラス : QDialog
6459
6460 * void open(QObject \* receiver, char \* member)
6461 * QPrinter \* printer(void)
6462
6463 .. index::
6464         pair: RingQt クラスリファレンス; QPaintDevice クラス
6465
6466 QPaintDevice クラス
6467 ===================
6468
6469
6470 C++ リファレンス : http://doc.qt.io/qt-5/qpaintdevice.html
6471
6472 * int colorCount(void)
6473 * int depth(void)
6474 * int devicePixelRatio(void)
6475 * int heightMM(void)
6476 * int logicalDpiX(void)
6477 * int logicalDpiY(void)
6478 * QPaintEngine \* paintEngine(void)
6479 * bool paintingActive(void)
6480 * int physicalDpiX(void)
6481 * int physicalDpiY(void)
6482 * int width(void)
6483 * int widthMM(void)
6484
6485 .. index::
6486         pair: RingQt クラスリファレンス; QPainter クラス
6487
6488 QPainter クラス
6489 ===============
6490
6491
6492 C++ リファレンス : http://doc.qt.io/qt-5/qpainter.html
6493
6494
6495 仮引数 : void
6496
6497 * QBrush background(void)
6498 * int backgroundMode(void)
6499 * bool begin(QPaintDevice \*device)
6500 * void beginNativePainting(void)
6501 * QRect boundingRect(int x, int y, int w, int h, int flags, QString text)
6502 * QBrush brush(void)
6503 * QPoint brushOrigin(void)
6504 * QRectF clipBoundingRect(void)
6505 * QPainterPath clipPath(void)
6506 * QRegion clipRegion(void)
6507 * QTransform combinedTransform(void)
6508 * int compositionMode(void)
6509 * QPaintDevice \*device(void)
6510 * QTransform deviceTransform(void)
6511 * void drawArc(int x, int y, int width, int height, int startAngle, int spanAngle)
6512 * void drawChord(int x, int y, int width, int height, int startAngle, int spanAngle)
6513 * void drawEllipse(int x, int y, int width, int height)
6514 * void drawGlyphRun(QPointF  position,  QGlyphRun  glyphs)
6515 * void drawImage(int x, int y,  QImage image)
6516 * void drawLine(int x1, int y1, int x2, int y2)
6517 * void drawLines(QLine \*lines, int lineCount)
6518 * void drawPath(QPainterPath path)
6519 * void drawPicture(int x, int y,  QPicture  picture)
6520 * void drawPie(int x, int y, int width, int height, int startAngle, int spanAngle)
6521 * void drawPixmap(int x, int y,  QPixmap)
6522 * void drawPoint(int x, int y)
6523 * void drawRect(int x, int y, int width, int height)
6524 * void drawRects(QRectF \*rectangles, int rectCount)
6525 * void drawRoundedRect(int x, int y, int w, int h, qreal xRadius, qreal yRadius, Qt::SizeMode mode)
6526 * void drawStaticText(int left, int top,  QStaticText  staticText)
6527 * void drawText(int x, int y, QString  text)
6528 * void drawTiledPixmap(int x, int y, int width, int height,  QPixmap  pixmap, int sx, int sy)
6529 * bool end(void) # In RingQt use : bool endpaint(void)
6530 * void endNativePainting(void)
6531 * void eraseRect(int x, int y, int width, int height)
6532 * void fillPath(QPainterPath  path,  QBrush  brush)
6533 * void fillRect(int x, int y, int width, int height, QBrush)
6534 * QFont font(void)
6535 * QFontInfo fontInfo(void)
6536 * bool hasClipping(void)
6537 * void initFrom(QWidget \*widget)
6538 * bool isActive(void)
6539 * int layoutDirection(void)
6540 * double opacity(void)
6541 * QPaintEngine \*paintEngine(void)
6542 * QPen pen(void)
6543 * int renderHints(void)
6544 * void resetTransform(void)
6545 * void restore(void)
6546 * void rotate(qreal angle)
6547 * void save(void)
6548 * void scale(double sx, double sy)
6549 * void setBackground(QBrush  brush)
6550 * void setBackgroundMode(Qt::BGMode mode)
6551 * void setBrush(QBrush brush)
6552 * void setBrushOrigin(int x, int y)
6553 * void setClipPath(QPainterPath  path, Qt::ClipOperation operation)
6554 * void setClipRect(int x, int y, int width, int height, Qt::ClipOperation operation)
6555 * void setClipRegion(QRegion  region, Qt::ClipOperation operation)
6556 * void setClipping(bool enable)
6557 * void setCompositionMode(QPainter::CompositionMode mode)
6558 * void setFont(QFont font)
6559 * void setLayoutDirection(Qt::LayoutDirection direction)
6560 * void setOpacity(qreal opacity)
6561 * void setPen(QPen pen)
6562 * void setRenderHint(QPainter::RenderHint hint, bool on)
6563 * void setTransform(QTransform  transform, bool combine)
6564 * void setViewTransformEnabled(bool enable)
6565 * void setViewport(int x, int y, int width, int height)
6566 * void setWindow(int x, int y, int width, int height)
6567 * void setWorldMatrixEnabled(bool enable)
6568 * void setWorldTransform( QTransform  matrix, bool combine)
6569 * void shear(double sh, double sv)
6570 * void strokePath(QPainterPath  path,  QPen  pen)
6571 * bool testRenderHint(QPainter::RenderHint hint)
6572 * QTransform transform(void)
6573 * void translate(double dx, double dy)
6574 * bool viewTransformEnabled(void)
6575 * QRect viewport(void)
6576 * QRect window(void)
6577 * bool worldMatrixEnabled(void)
6578 * QTransform  worldTransform(void)
6579 * void drawPolygon(List \*pPoints, Qt::FillRule fillRule)
6580 * void drawConvexPolygon(List \*pPoints)
6581 * void drawPoints(List \*pPoints)
6582 * void drawPolyline(List \*pPoints)
6583
6584 .. index::
6585         pair: RingQt クラスリファレンス; QPainter2 クラス
6586
6587 QPainter2 クラス
6588 ================
6589
6590
6591 仮引数 : QPaintDevice \*
6592
6593
6594 親クラス : QPainter
6595
6596
6597 .. index::
6598         pair: RingQt クラスリファレンス; QPainterPath クラス
6599
6600 QPainterPath クラス
6601 ===================
6602
6603
6604 C++ リファレンス : http://doc.qt.io/qt-5/qpainterpath.html
6605
6606
6607 仮引数 : void
6608
6609 * void addEllipse(qreal x, qreal y, qreal width, qreal height)
6610 * void addPath(QPainterPath)
6611 * void addPolygon(QPolygonF)
6612 * void addRect(qreal x, qreal y, qreal width, qreal height)
6613 * void addRegion(QRegion)
6614 * void addRoundedRect(qreal x, qreal y, qreal w, qreal h, qreal xRadius, qreal yRadius, Qt::SizeMode mode)
6615 * void addText(qreal x, qreal y, QFont, QString)
6616 * qreal angleAtPercent(qreal t)
6617 * void arcMoveTo(qreal x, qreal y, qreal width, qreal height, qreal angle)
6618 * void arcTo(qreal x, qreal y, qreal width, qreal height, qreal startAngle, qreal sweepLength)
6619 * QRectF boundingRect(void)
6620 * void closeSubpath(void)
6621 * void connectPath(QPainterPath)
6622 * bool contains(QPointF)
6623 * QRectF controlPointRect(void)
6624 * void cubicTo(qreal c1X, qreal c1Y, qreal c2X, qreal c2Y, qreal endPointX, qreal endPointY)
6625 * QPointF currentPosition(void)
6626 * QPainterPath::Element elementAt(int index)
6627 * int elementCount(void)
6628 * Qt::FillRule fillRule(void)
6629 * QPainterPath intersected(QPainterPath)
6630 * bool intersects(QRectF)
6631 * bool isEmpty(void)
6632 * qreal length(void)
6633 * void lineTo(qreal x, qreal y)
6634 * void moveTo(qreal x, qreal y)
6635 * qreal percentAtLength(qreal len)
6636 * QPointF pointAtPercent(qreal t)
6637 * void quadTo(qreal cx, qreal cy, qreal endPointX, qreal endPointY)
6638 * void setElementPositionAt(int index, qreal x, qreal y)
6639 * void setFillRule(Qt::FillRule fillRule)
6640 * QPainterPath simplified(void)
6641 * qreal slopeAtPercent(qreal t)
6642 * QPainterPath subtracted(QPainterPath)
6643 * void swap(QPainterPath)
6644 * QPolygonF toFillPolygon(QTransform)
6645 * QPainterPath toReversed(void)
6646 * void translate(qreal dx, qreal dy)
6647 * QPainterPath translated(qreal dx, qreal dy)
6648 * QPainterPath united(QPainterPath)
6649
6650 .. index::
6651         pair: RingQt クラスリファレンス; QPen クラス
6652
6653 QPen クラス
6654 ===========
6655
6656
6657 C++ リファレンス : http://doc.qt.io/qt-5/qpen.html
6658
6659
6660 仮引数 : void
6661
6662 * QBrush brush(void)
6663 * int capStyle(void)
6664 * QColor color(void)
6665 * double dashOffset(void)
6666 * bool isCosmetic(void)
6667 * bool isSolid(void)
6668 * int joinStyle(void)
6669 * double miterLimit(void)
6670 * void setBrush(QBrush)
6671 * void setCapStyle(Qt::PenCapStyle style)
6672 * void setColor(QColor)
6673 * void setCosmetic(bool cosmetic)
6674 * void setDashOffset(double offset)
6675 * void setJoinStyle(Qt::PenJoinStyle style)
6676 * void setMiterLimit(double limit)
6677 * void setStyle(Qt::PenStyle style)
6678 * void setWidth(int width)
6679 * void setWidthF(double width)
6680 * int style(void)
6681 * void swap(QPen)
6682 * int width(void)
6683 * double widthF(void)
6684
6685 .. index::
6686         pair: RingQt クラスリファレンス; QPerVertexColorMaterial クラス
6687
6688 QPerVertexColorMaterial クラス
6689 ==============================
6690
6691
6692 C++ リファレンス : http://doc.qt.io/qt-5/qt3dextras-qpervertexcolormaterial.html
6693
6694
6695 仮引数 : Qt3DCore::QNode \*
6696
6697
6698 .. index::
6699         pair: RingQt クラスリファレンス; QPhongMaterial クラス
6700
6701 QPhongMaterial クラス
6702 =====================
6703
6704
6705 C++ リファレンス : http://doc.qt.io/qt-5/qt3dextras-qphongmaterial.html
6706
6707
6708 仮引数 : Qt3DCore::QNode \*
6709
6710 * QColor ambient(void)
6711 * QColor diffuse(void)
6712 * float shininess(void)
6713 * QColor specular(void)
6714 * void setAmbient(QColor ambient)
6715 * void setDiffuse(QColor diffuse)
6716 * void setShininess(float shininess)
6717 * void setSpecular(QColor specular)
6718
6719 .. index::
6720         pair: RingQt クラスリファレンス; QPicture クラス
6721
6722 QPicture クラス
6723 ===============
6724
6725
6726 C++ リファレンス : http://doc.qt.io/qt-5/qpicture.html
6727
6728
6729 仮引数 : void
6730
6731 * QRect boundingRect(void)
6732 * const char \*data(void)
6733 * bool isNull(void)
6734 * bool load(QString, const char \*format) # In RingQt use : bool loadfile(QString, const char \*format)
6735 * bool play(QPainter \*painter)
6736 * bool save(QString , const char \*format)
6737 * void setBoundingRect(QRect)
6738 * int size(void)
6739 * void swap(QPicture)
6740
6741 .. index::
6742         pair: RingQt クラスリファレンス; QPixmap クラス
6743
6744 QPixmap クラス
6745 ==============
6746
6747
6748 C++ リファレンス : http://doc.qt.io/qt-5/qpixmap.html
6749
6750
6751 仮引数 : const char \*
6752
6753 * QPixmap copy(int x, int y, int width, int height)
6754 * QPixmap scaled(int width, int height, Qt::AspectRatioMode aspectRatioMode, Qt::TransformationMode transformMode)
6755 * int width(void)
6756 * int height(void)
6757 * QBitmap createMaskFromColor(QColor , Qt::MaskMode)
6758 * QBitmap mask(void)
6759 * void setMask(QBitmap)
6760 * void fill(QColor)
6761 * QPixmap fromImage(QImage,Qt::ImageConversionFlags)
6762 * bool load(QString, const char \*, Qt::ImageConversionFlags )
6763 * qint64 cacheKey(void)
6764 * bool convertFromImage(QImage image, Qt::ImageConversionFlags flags)
6765 * QPixmap copy_2(QRect rectangle)
6766 * QBitmap createHeuristicMask(bool clipTight)
6767 * int depth(void)
6768 * void detach(void)
6769 * qreal devicePixelRatio(void)
6770 * bool hasAlpha(void)
6771 * bool hasAlphaChannel(void)
6772 * bool isNull(void)
6773 * bool isQBitmap(void)
6774 * bool loadFromData(uchar \*data, uint len, char \*format, Qt::ImageConversionFlags flags)
6775 * bool loadFromData_2(QByteArray data, char \*format, Qt::ImageConversionFlags flags)
6776 * QRect rect(void)
6777 * bool save(QString fileName, char \*format, int quality)
6778 * bool save_2(QIODevice \*device, char \*format, int quality)
6779 * QPixmap scaled_2(QSize size, Qt::AspectRatioMode aspectRatioMode, Qt::TransformationMode transformMode)
6780 * QPixmap scaledToHeight(int height, Qt::TransformationMode mode)
6781 * QPixmap scaledToWidth(int width, Qt::TransformationMode mode)
6782 * void scroll(int dx, int dy, int x, int y, int width, int height, QRegion \*exposed)
6783 * void scroll_2(int dx, int dy, QRect rect, QRegion \*exposed)
6784 * void setDevicePixelRatio(qreal scaleFactor)
6785 * QSize size(void)
6786 * void swap(QPixmap other)
6787 * QImage toImage(void)
6788 * QPixmap transformed(QTransform transform, Qt::TransformationMode mode)
6789 * QPixmap transformed_2(QMatrix matrix, Qt::TransformationMode mode)
6790 * int defaultDepth(void)
6791 * QPixmap fromImage_2(QImage image, Qt::ImageConversionFlags flags)
6792 * QPixmap fromImageReader(QImageReader \*imageReader, Qt::ImageConversionFlags flags)
6793 * QTransform trueMatrix(QTransform matrix, int width, int height)
6794 * QMatrix trueMatrix_2(QMatrix m, int w, int h)
6795
6796 .. index::
6797         pair: RingQt クラスリファレンス; QPixmap2 クラス
6798
6799 QPixmap2 クラス
6800 ===============
6801
6802
6803 仮引数 : int width, int height
6804
6805
6806 親クラス : QPixmap
6807
6808
6809 .. index::
6810         pair: RingQt クラスリファレンス; QPlainTextEdit クラス
6811
6812 QPlainTextEdit クラス
6813 =====================
6814
6815
6816 C++ リファレンス : http://doc.qt.io/qt-5/qplaintextedit.html
6817
6818
6819 仮引数 : QWidget \*
6820
6821
6822 親クラス : QAbstractScrollArea
6823
6824 * QString anchorAt(QPoint pos)
6825 * bool backgroundVisible(void)
6826 * int blockCount(void)
6827 * bool canPaste(void)
6828 * bool centerOnScroll(void)
6829 * QMenu \* createStandardContextMenu(void)
6830 * QTextCharFormat currentCharFormat(void)
6831 * QTextCursor cursorForPosition(QPoint pos)
6832 * QRect cursorRect(QTextCursor cursor)
6833 * QRect cursorRect_2(void)
6834 * int cursorWidth(void)
6835 * QTextDocument \* document(void)
6836 * QString documentTitle(void)
6837 * void ensureCursorVisible(void)
6838 * QList<QTextEdit::ExtraSelection> extraSelections(void)
6839 * bool find(QString exp, QTextDocument::FindFlags options)
6840 * bool isReadOnly(void)
6841 * bool isUndoRedoEnabled(void)
6842 * QPlainTextEdit::LineWrapMode lineWrapMode(void)
6843 * int maximumBlockCount(void)
6844 * void mergeCurrentCharFormat(QTextCharFormat modifier)
6845 * void moveCursor(QTextCursor::MoveOperation operation, QTextCursor::MoveMode mode)
6846 * bool overwriteMode(void)
6847 * void print(QPagedPaintDevice \*printer)
6848 * void setBackgroundVisible(bool visible)
6849 * void setCenterOnScroll(bool enabled)
6850 * void setCurrentCharFormat(QTextCharFormat format)
6851 * void setCursorWidth(int width)
6852 * void setDocument(QTextDocument \*document)
6853 * void setDocumentTitle(QString title)
6854 * void setExtraSelections(QList<QTextEdit::ExtraSelection> selections)
6855 * void setLineWrapMode(QPlainTextEdit::LineWrapMode mode)
6856 * void setMaximumBlockCount(int maximum)
6857 * void setOverwriteMode(bool overwrite)
6858 * void setReadOnly(bool ro)
6859 * void setTabChangesFocus(bool b)
6860 * void setTabStopWidth(int width)
6861 * void setTextCursor(QTextCursor cursor)
6862 * void setTextInteractionFlags(Qt::TextInteractionFlags flags)
6863 * void setUndoRedoEnabled(bool enable)
6864 * void setWordWrapMode(QTextOption::WrapMode policy)
6865 * bool tabChangesFocus(void)
6866 * int tabStopWidth(void)
6867 * QTextCursor textCursor(void)
6868 * Qt::TextInteractionFlags textInteractionFlags(void)
6869 * QString toPlainText(void)
6870 * QTextOption::WrapMode wordWrapMode(void)
6871 * void appendHtml(QString html)
6872 * void appendPlainText(QString text)
6873 * void centerCursor(void)
6874 * void clear(void)
6875 * void copy(void)
6876 * void cut(void)
6877 * void insertPlainText(QString text)
6878 * void paste(void)
6879 * void redo(void)
6880 * void selectAll(void)
6881 * void setPlainText(QString text)
6882 * void undo(void)
6883 * void zoomIn(int range)
6884 * void zoomOut(int range)
6885 * void setblockCountChangedEvent(const char \*cStr)
6886 * void setcopyAvailableEvent(const char \*cStr)
6887 * void setcursorPositionChangedEvent(const char \*cStr)
6888 * void setmodificationChangedEvent(const char \*cStr)
6889 * void setredoAvailableEvent(const char \*cStr)
6890 * void setselectionChangedEvent(const char \*cStr)
6891 * void settextChangedEvent(const char \*cStr)
6892 * void setundoAvailableEvent(const char \*cStr)
6893 * void setupdateRequestEvent(const char \*cStr)
6894 * const char \*getblockCountChangedEvent(void)
6895 * const char \*getcopyAvailableEvent(void)
6896 * const char \*getcursorPositionChangedEvent(void)
6897 * const char \*getmodificationChangedEvent(void)
6898 * const char \*getredoAvailableEvent(void)
6899 * const char \*getselectionChangedEvent(void)
6900 * const char \*gettextChangedEvent(void)
6901 * const char \*getundoAvailableEvent(void)
6902 * const char \*getupdateRequestEvent(void)
6903 * void cyanline(void)
6904 * void setactivelinecolor(QColor)
6905
6906 .. index::
6907         pair: RingQt クラスリファレンス; QPlaneMesh クラス
6908
6909 QPlaneMesh クラス
6910 =================
6911
6912
6913 C++ リファレンス : http://doc.qt.io/qt-5/qt3dextras-qplanemesh.html
6914
6915
6916 仮引数 : Qt3DCore::QNode \*
6917
6918 * float height(void)
6919 * QSize meshResolution(void)
6920 * bool mirrored(void)
6921 * float width(void)
6922 * void setHeight(float height)
6923 * void setMeshResolution(QSize resolution)
6924 * void setMirrored(bool mirrored)
6925 * void setWidth(float width)
6926
6927 .. index::
6928         pair: RingQt クラスリファレンス; QPoint クラス
6929
6930 QPoint クラス
6931 =============
6932
6933
6934 C++ リファレンス : http://doc.qt.io/qt-5/qpoint.html
6935
6936
6937 仮引数 : void
6938
6939 * bool isNull(void)
6940 * int manhattanLength(void)
6941 * int rx(void)
6942 * int ry(void)
6943 * void setX(int x)
6944 * void setY(int y)
6945 * int x(void)
6946 * int y(void)
6947
6948 .. index::
6949         pair: RingQt クラスリファレンス; QPointF クラス
6950
6951 QPointF クラス
6952 ==============
6953
6954
6955 C++ リファレンス : http://doc.qt.io/qt-5/qpointf.html
6956
6957
6958 仮引数 : void
6959
6960 * bool isNull(void)
6961 * qreal manhattanLength(void)
6962 * qreal rx(void)
6963 * qreal ry(void)
6964 * void setX(qreal x)
6965 * void setY(qreal y)
6966 * QPoint toPoint(void)
6967 * qreal x(void)
6968 * qreal y(void)
6969
6970 .. index::
6971         pair: RingQt クラスリファレンス; QPointLight クラス
6972
6973 QPointLight クラス
6974 ==================
6975
6976
6977 C++ リファレンス : http://doc.qt.io/qt-5/qt3drender-qpointlight.html
6978
6979
6980 仮引数 : Qt3DCore::QNode \*
6981
6982 * float constantAttenuation(void)
6983 * float linearAttenuation(void)
6984 * float quadraticAttenuation(void)
6985 * void setConstantAttenuation(float value)
6986 * void setLinearAttenuation(float value)
6987 * void setQuadraticAttenuation(float value)
6988 * void setColor(QColor)
6989 * void setIntensity(float intensity)
6990
6991 .. index::
6992         pair: RingQt クラスリファレンス; QPrintDialog クラス
6993
6994 QPrintDialog クラス
6995 ===================
6996
6997
6998 C++ リファレンス : http://doc.qt.io/qt-5/qprintdialog.html
6999
7000
7001 仮引数 : QPrinter \*,QWidget \*
7002
7003
7004 親クラス : QAbstractPrintDialog
7005
7006 * void open(QObject \* receiver, char \* member)
7007 * QAbstractPrintDialog::PrintDialogOptions options(void)
7008 * QPrinter \* printer(void)
7009 * void setOption(QAbstractPrintDialog::PrintDialogOption option, bool on)
7010 * void setOptions(QAbstractPrintDialog::PrintDialogOptions options)
7011 * bool testOption(QAbstractPrintDialog::PrintDialogOption option)
7012 * void setacceptedEvent(const char \*)
7013 * const char \*getacceptedEvent(void)
7014
7015 .. index::
7016         pair: RingQt クラスリファレンス; QPrintPreviewDialog クラス
7017
7018 QPrintPreviewDialog クラス
7019 ==========================
7020
7021
7022 C++ リファレンス : http://doc.qt.io/qt-5/qprintpreviewdialog.html
7023
7024
7025 仮引数 : QPrinter \*
7026
7027
7028 親クラス : QDialog
7029
7030 * void open(QObject \* receiver, char \* member)
7031 * QPrinter \* printer(void)
7032 * void setpaintRequestedEvent(const char \*)
7033 * const char \*getpaintRequestedEvent(void)
7034
7035 .. index::
7036         pair: RingQt クラスリファレンス; QPrintPreviewWidget クラス
7037
7038 QPrintPreviewWidget クラス
7039 ==========================
7040
7041
7042 C++ リファレンス : http://doc.qt.io/qt-5/qprintpreviewwidget.html
7043
7044
7045 仮引数 : QPrinter \*
7046
7047
7048 親クラス : QWidget
7049
7050 * int currentPage(void)
7051 * QPrinter::Orientation orientation(void)
7052 * int pageCount(void)
7053 * QPrintPreviewWidget::ViewMode viewMode(void)
7054 * qreal zoomFactor(void)
7055 * QPrintPreviewWidget::ZoomMode zoomMode(void)
7056 * void fitInView(void)
7057 * void fitToWidth(void)
7058 * void print(void)
7059 * void setAllPagesViewMode(void)
7060 * void setCurrentPage(int page)
7061 * void setFacingPagesViewMode(void)
7062 * void setLandscapeOrientation(void)
7063 * void setOrientation(QPrinter::Orientation orientation)
7064 * void setPortraitOrientation(void)
7065 * void setSinglePageViewMode(void)
7066 * void setViewMode(QPrintPreviewWidget::ViewMode mode)
7067 * void setZoomFactor(qreal factor)
7068 * void setZoomMode(QPrintPreviewWidget::ZoomMode zoomMode)
7069 * void updatePreview(void)
7070 * void zoomIn(qreal factor)
7071 * void zoomOut(qreal factor)
7072 * void setpaintRequestedEvent(const char \*)
7073 * void setpreviewChangedEvent(const char \*)
7074 * const char \*getpaintRequestedEvent(void)
7075 * const char \*getpreviewChangedEvent(void)
7076
7077 .. index::
7078         pair: RingQt クラスリファレンス; QPrinter クラス
7079
7080 QPrinter クラス
7081 ===============
7082
7083
7084 C++ リファレンス : http://doc.qt.io/qt-5/qprinter.html
7085
7086
7087 仮引数 : QPrinter::PrinterMode
7088
7089 * bool abort(void)
7090 * bool collateCopies(void)
7091 * int colorMode(void)
7092 * int copyCount(void)
7093 * QString creator(void)
7094 * QString docName(void)
7095 * int duplex(void)
7096 * bool fontEmbeddingEnabled(void)
7097 * int fromPage(void)
7098 * bool fullPage(void)
7099 * bool isValid(void)
7100 * QString outputFileName(void)
7101 * int outputFormat(void)
7102 * QRectF pageRect(QPrinter::Unit unit)
7103 * QRectF paperRect(QPrinter::Unit unit)
7104 * int paperSource(void)
7105 * QPrintEngine \*printEngine(void)
7106 * QString printProgram(void)
7107 * int printRange(void)
7108 * QString printerName(void)
7109 * QString printerSelectionOption(void)
7110 * int printerState(void)
7111 * int resolution(void)
7112 * void setCollateCopies(bool collate)
7113 * void setColorMode(QPrinter::ColorMode newColorMode)
7114 * void setCopyCount(int count)
7115 * void setCreator(QString)
7116 * void setDocName(QString)
7117 * void setDuplex(QPrinter::DuplexMode duplex)
7118 * void setFontEmbeddingEnabled(bool enable)
7119 * void setFromTo(int from, int to)
7120 * void setFullPage(bool fp)
7121 * void setOutputFileName(QString)
7122 * void setOutputFormat(QPrinter::OutputFormat format)
7123 * void setPrintProgram(QString)
7124 * void setPrintRange(QPrinter::PrintRange)
7125 * void setPrinterName(QString)
7126 * void setPrinterSelectionOption(QString)
7127 * void setResolution(int dpi)
7128 * bool supportsMultipleCopies(void)
7129 * int toPage(void)
7130 * bool newPage(void)
7131 * QPaintEngine \*paintEngine(void)
7132 * void setPageSizeMM(QSizeF)
7133
7134 .. index::
7135         pair: RingQt クラスリファレンス; QPrinterInfo クラス
7136
7137 QPrinterInfo クラス
7138 ===================
7139
7140
7141 C++ リファレンス : http://doc.qt.io/qt-5/qprinterinfo.html
7142
7143
7144 仮引数 : void
7145
7146 * QString description(void)
7147 * bool isDefault(void)
7148 * bool isNull(void)
7149 * QString location(void)
7150 * QString makeAndModel(void)
7151 * QString printerName(void)
7152 * QPrinterInfo printerInfo(QString printerName
7153
7154 .. index::
7155         pair: RingQt クラスリファレンス; QProcess クラス
7156
7157 QProcess クラス
7158 ===============
7159
7160
7161 C++ リファレンス : http://doc.qt.io/qt-5/qprocess.html
7162
7163
7164 仮引数 : QObject \*
7165
7166
7167 親クラス : QIODevice
7168
7169 * QStringList arguments(void)
7170 * void closeReadChannel(QProcess::ProcessChannel channel)
7171 * void closeWriteChannel(void)
7172 * QProcess::ProcessError error(void)
7173 * int exitCode(void)
7174 * QProcess::ExitStatus exitStatus(void)
7175 * QProcess::InputChannelMode inputChannelMode(void)
7176 * QProcess::ProcessChannelMode processChannelMode(void)
7177 * QProcessEnvironment processEnvironment(void)
7178 * QString program(void)
7179 * QByteArray readAllStandardError(void)
7180 * QByteArray readAllStandardOutput(void)
7181 * QProcess::ProcessChannel readChannel(void)
7182 * void setArguments( QStringList  arguments)
7183 * void setInputChannelMode(QProcess::InputChannelMode mode)
7184 * void setProcessChannelMode(QProcess::ProcessChannelMode mode)
7185 * void setProcessEnvironment( QProcessEnvironment  environment)
7186 * void setProgram( QString  program)
7187 * void setReadChannel(QProcess::ProcessChannel channel)
7188 * void setStandardErrorFile( QString  fileName, QIODevice::OpenMode mode )
7189 * void setStandardInputFile( QString  fileName)
7190 * void setStandardOutputFile( QString  fileName, QIODevice::OpenMode mode )
7191 * void setStandardOutputProcess(QProcess \*destination)
7192 * void setWorkingDirectory( QString  dir)
7193 * void start( QString  program,  QStringList  arguments, QIODevice::OpenMode mode )
7194 * void start_2( QString  command, QIODevice::OpenMode mode )
7195 * void start_3(QIODevice::OpenMode mode )
7196 * QProcess::ProcessState state(void)
7197 * bool waitForFinished(int msecs )
7198 * bool waitForStarted(int msecs )
7199 * QString workingDirectory(void)
7200 * void kill(void)
7201 * void terminate(void)
7202 * void setreadyReadStandardErrorEvent(const char \*)
7203 * void setreadyReadStandardOutputEvent(const char \*)
7204 * const char \*getreadyReadStandardErrorEvent(void)
7205 * const char \*getreadyReadStandardOutputEvent(void)
7206
7207 .. index::
7208         pair: RingQt クラスリファレンス; QProgressBar クラス
7209
7210 QProgressBar クラス
7211 ===================
7212
7213
7214 C++ リファレンス : http://doc.qt.io/qt-5/qprogressbar.html
7215
7216
7217 仮引数 : QWidget \*parent
7218
7219
7220 親クラス : QWidget
7221
7222 * int alignment(void)
7223 * QString format(void)
7224 * bool invertedAppearance(void)
7225 * bool isTextVisible(void)
7226 * int maximum(void)
7227 * int minimum(void)
7228 * int orientation(void)
7229 * void resetFormat(void)
7230 * void setAlignment(Qt::AlignmentFlag alignment)
7231 * void setFormat(QString)
7232 * void setInvertedAppearance(bool invert)
7233 * void setTextDirection(QProgressBar::Direction textDirection)
7234 * void setTextVisible(bool visible)
7235 * QString text(void)
7236 * int textDirection(void)
7237 * int value(void)
7238 * void reset(void)
7239 * void setMaximum(int maximum)
7240 * void setMinimum(int minimum)
7241 * void setOrientation(Qt::Orientation)
7242 * void setRange(int minimum, int maximum)
7243 * void setValue(int value)
7244 * void setvalueChangedEvent(const char \*)
7245 * const char \*getvalueChangedEvent(void)
7246
7247 .. index::
7248         pair: RingQt クラスリファレンス; QPushButton クラス
7249
7250 QPushButton クラス
7251 ==================
7252
7253
7254 C++ リファレンス : http://doc.qt.io/qt-5/qpushbutton.html
7255
7256
7257 仮引数 : QWidget \*
7258
7259
7260 親クラス : QAbstractButton
7261
7262 * void setText(const char \*)
7263 * void setClickEvent(const char \*)
7264 * void setIcon(QIcon)
7265 * void setIconSize(QSize)
7266 * const char \*getClickEvent(void)
7267
7268 .. index::
7269         pair: RingQt クラスリファレンス; QQmlEngine クラス
7270
7271 QQmlEngine クラス
7272 =================
7273
7274
7275 C++ リファレンス : http://doc.qt.io/qt-5/qqmlengine.html
7276
7277
7278 仮引数 : QObject \*
7279
7280 * void addImageProvider(QString providerId, QQmlImageProviderBase \*provider)
7281 * void addImportPath(QString path)
7282 * void addPluginPath(QString path)
7283 * QUrl baseUrl(void)
7284 * void clearComponentCache(void)
7285 * QQmlImageProviderBase \*imageProvider(QString providerId)
7286 * QStringList importPathList(void)
7287 * bool importPlugin(QString filePath, QString uri, QList<QQmlError> \*errors)
7288 * QQmlIncubationController \*incubationController(void)
7289 * QNetworkAccessManager \*networkAccessManager(void)
7290 * QQmlNetworkAccessManagerFactory \*networkAccessManagerFactory(void)
7291 * QString offlineStorageDatabaseFilePath(QString databaseName)
7292 * QString offlineStoragePath(void)
7293 * bool outputWarningsToStandardError(void)
7294 * QStringList pluginPathList(void)
7295 * void removeImageProvider(QString providerId)
7296 * QQmlContext \*rootContext(void)
7297 * void setBaseUrl(QUrl url)
7298 * void setImportPathList(QStringList paths)
7299 * void setIncubationController(QQmlIncubationController \*controller)
7300 * void setNetworkAccessManagerFactory(QQmlNetworkAccessManagerFactory \*factory)
7301 * void setOfflineStoragePath(QString dir)
7302 * void setOutputWarningsToStandardError(bool enabled)
7303 * void setPluginPathList(QStringList paths)
7304 * void trimComponentCache(void)
7305 * void retranslate(void)
7306 * QQmlContext \* contextForObject(QObject \*object)
7307 * QQmlEngine::ObjectOwnership objectOwnership(QObject \*object)
7308 * void setContextForObject(QObject \*object, QQmlContext \*context)
7309 * void setObjectOwnership(QObject \*object, QQmlEngine::ObjectOwnership ownership)
7310
7311 .. index::
7312         pair: RingQt クラスリファレンス; QQmlError クラス
7313
7314 QQmlError クラス
7315 ================
7316
7317
7318 C++ リファレンス : http://doc.qt.io/qt-5/qqmlerror.html
7319
7320
7321 仮引数 : void
7322
7323 * int column(void)
7324 * QString description(void)
7325 * bool isValid(void)
7326 * int line(void)
7327 * QObject \* object(void)
7328 * void setColumn(int column)
7329 * void setDescription(QString description)
7330 * void setLine(int line)
7331 * void setObject(QObject \*object)
7332 * void setUrl(QUrl url)
7333 * QString toString(void)
7334 * QUrl url(void)
7335
7336 .. index::
7337         pair: RingQt クラスリファレンス; QQuaternion クラス
7338
7339 QQuaternion クラス
7340 ==================
7341
7342
7343 C++ リファレンス : http://doc.qt.io/qt-5/qquaternion.html
7344
7345
7346 仮引数 : float,float,float,float
7347
7348 * bool isNull(void)
7349 * float length(void)
7350 * float lengthSquared(void)
7351 * void normalize(void)
7352 * QQuaternion normalized(void)
7353 * QVector3D rotatedVector(QVector3D vector)
7354 * float scalar(void)
7355 * void setScalar(float scalar)
7356 * void setVector(QVector3D vector)
7357 * void setVector_2(float x, float y, float z)
7358 * void setX(float x)
7359 * void setY(float y)
7360 * void setZ(float z)
7361 * QVector3D vector(void)
7362 * float x(void)
7363 * float y(void)
7364 * float z(void)
7365 * QQuaternion fromAxisAndAngle_2(float x, float y, float z, float angle)
7366 * QQuaternion nlerp(QQuaternion q1, QQuaternion q2, float t)
7367 * QQuaternion slerp(QQuaternion q1, QQuaternion q2, float t)
7368
7369 .. index::
7370         pair: RingQt クラスリファレンス; QQuickView クラス
7371
7372 QQuickView クラス
7373 =================
7374
7375
7376 C++ リファレンス : http://doc.qt.io/qt-5/qquickview.html
7377
7378
7379 仮引数 : void
7380
7381
7382 親クラス : QWindow
7383
7384 * QQmlEngine \*engine(void)
7385 * QList<QQmlError> errors(void)
7386 * QSize initialSize(void)
7387 * QQuickWidget::ResizeMode resizeMode(void)
7388 * QQmlContext \*rootContext(void)
7389 * QQuickItem \*rootObject(void)
7390 * void setFormat(QSurfaceFormat format)
7391 * void setResizeMode(QQuickView::ResizeMode)
7392 * QUrl source(void)
7393 * QQuickWidget::Status status(void)
7394 * void setSource(QUrl url)
7395
7396 .. index::
7397         pair: RingQt クラスリファレンス; QQuickWidget クラス
7398
7399 QQuickWidget クラス
7400 ===================
7401
7402
7403 C++ リファレンス : http://doc.qt.io/qt-5/qquickwidget.html
7404
7405
7406 仮引数 : QWidget \*
7407
7408
7409 親クラス : QWidget
7410
7411 * QQmlEngine \*engine(void)
7412 * QList<QQmlError> errors(void)
7413 * QSurfaceFormat format(void)
7414 * QImage grabFramebuffer(void)
7415 * QSize initialSize(void)
7416 * QQuickWindow \*quickWindow(void)
7417 * QQuickWidget::ResizeMode resizeMode(void)
7418 * QQmlContext \*rootContext(void)
7419 * QQuickItem \*rootObject(void)
7420 * void setClearColor(QColor color)
7421 * void setFormat(QSurfaceFormat format)
7422 * void setResizeMode(QQuickWidget::ResizeMode)
7423 * QUrl source(void)
7424 * QQuickWidget::Status status(void)
7425 * void setSource(QUrl url)
7426 * void setsceneGraphErrorEvent(const char \*)
7427 * void setstatusChangedEvent(const char \*)
7428 * const char \*getsceneGraphErrorEvent(void)
7429 * const char \*getstatusChangedEvent(void)
7430
7431 .. index::
7432         pair: RingQt クラスリファレンス; QRadioButton クラス
7433
7434 QRadioButton クラス
7435 ===================
7436
7437
7438 C++ リファレンス : http://doc.qt.io/qt-5/qradiobutton.html
7439
7440
7441 仮引数 : QWidget \*parent
7442
7443
7444 親クラス : QAbstractButton
7445
7446 * QSize minimumSizeHint(void)
7447 * QSize sizeHint(void)
7448 * void setclickedEvent(const char \*)
7449 * void setpressedEvent(const char \*)
7450 * void setreleasedEvent(const char \*)
7451 * void settoggledEvent(const char \*)
7452 * const char \*getclickedEvent(void)
7453 * const char \*getpressedEvent(void)
7454 * const char \*getreleasedEvent(void)
7455 * const char \*gettoggledEvent(void)
7456
7457 .. index::
7458         pair: RingQt クラスリファレンス; QRect クラス
7459
7460 QRect クラス
7461 ============
7462
7463
7464 C++ リファレンス : http://doc.qt.io/qt-5/qrect.html
7465
7466
7467 仮引数 : void
7468
7469 * void adjust(int dx1, int dy1, int dx2, int dy2)
7470 * QRect adjusted(int dx1, int dy1, int dx2, int dy2)
7471 * int bottom(void)
7472 * QPoint bottomLeft(void)
7473 * QPoint bottomRight(void)
7474 * QPoint center(void)
7475 * bool contains(int x, int y, bool proper)
7476 * void getCoords(int \*x1, int \*y1, int \*x2, int \*y2)
7477 * void getRect(int \*x, int \*y, int \*width, int \*height)
7478 * int  height(void)
7479 * QRect intersected(QRect)
7480 * bool intersects(QRect)
7481 * bool isEmpty(void)
7482 * bool isNull(void)
7483 * bool isValid(void)
7484 * int left(void)
7485 * void moveBottom(int y)
7486 * void moveBottomLeft(QPoint)
7487 * void moveBottomRight(QPoint)
7488 * void moveCenter(QPoint)
7489 * void moveLeft(int x)
7490 * void moveRight(int x)
7491 * void moveTo(int x, int y)
7492 * void moveTop(int y)
7493 * void moveTopLeft(QPoint)
7494 * void moveTopRight(QPoint)
7495 * QRect normalized(void)
7496 * int right(void)
7497 * void setBottom(int y)
7498 * void setBottomLeft(QPoint)
7499 * void setBottomRight(QPoint)
7500 * void setCoords(int x1, int y1, int x2, int y2)
7501 * void setHeight(int height)
7502 * void setLeft(int x)
7503 * void setRect(int x, int y, int width, int height)
7504 * void setRight(int x)
7505 * void setSize(QSize)
7506 * void setTop(int y)
7507 * void setTopLeft(QPoint)
7508 * void setTopRight(QPoint)
7509 * void setWidth(int width)
7510 * void setX(int x)
7511 * void setY(int y)
7512 * QSize size(void)
7513 * int top(void)
7514 * QPoint topLeft(void)
7515 * QPoint topRight(void)
7516 * void translate(int dx, int dy)
7517 * QRect translated(int dx, int dy)
7518 * QRect united(QRect)
7519 * int width(void)
7520 * int x(void)
7521 * int y(void)
7522
7523 .. index::
7524         pair: RingQt クラスリファレンス; QRegion クラス
7525
7526 QRegion クラス
7527 ==============
7528
7529
7530 C++ リファレンス : http://doc.qt.io/qt-5/qregion.html
7531
7532
7533 仮引数 : void
7534
7535 * QRect boundingRect(void)
7536 * bool contains(QPoint p)
7537 * bool contains_2(QRect r)
7538 * QRegion intersected(QRegion r)
7539 * QRegion intersected_2(QRect rect)
7540 * bool intersects(QRegion region)
7541 * bool intersects_2(QRect rect)
7542 * bool isEmpty(void)
7543 * bool isNull(void)
7544 * int rectCount(void)
7545 * QVector<QRect> rects(void)
7546 * void setRects(QRect \*rects, int number)
7547 * QRegion subtracted(QRegion r)
7548 * void swap(QRegion other)
7549 * void translate(int dx, int dy)
7550 * void translate_2(QPoint point)
7551 * QRegion translated(int dx, int dy)
7552 * QRegion translated_2(QPoint p)
7553 * QRegion united(QRegion r)
7554 * QRegion united_2(QRect rect)
7555 * QRegion xored(QRegion r)
7556
7557 .. index::
7558         pair: RingQt クラスリファレンス; QRegularExpression クラス
7559
7560 QRegularExpression クラス
7561 =========================
7562
7563
7564 C++ リファレンス : http://doc.qt.io/qt-5/qregularexpression.html
7565
7566
7567 仮引数 : void
7568
7569 * int captureCount(void)
7570 * QString errorString(void)
7571 * QRegularExpressionMatchIterator globalMatch(QString  subject, int offset, QRegularExpression::MatchType matchType, QRegularExpression::MatchOptions matchOptions)
7572 * bool isValid(void)
7573 * QRegularExpressionMatch match(QString  subject, int offset, QRegularExpression::MatchType matchType, QRegularExpression::MatchOptions matchOptions)
7574 * QStringList namedCaptureGroups(void)
7575 * QString pattern(void)
7576 * int patternErrorOffset(void)
7577 * QRegularExpression::PatternOptions patternOptions(void)
7578 * void setPattern(QString  pattern)
7579 * void setPatternOptions(QRegularExpression::PatternOptions options)
7580 * void swap(QRegularExpression  other)
7581
7582 .. index::
7583         pair: RingQt クラスリファレンス; QRegularExpressionMatch クラス
7584
7585 QRegularExpressionMatch クラス
7586 ==============================
7587
7588
7589 C++ リファレンス : http://doc.qt.io/qt-5/qregularexpressionmatch.html
7590
7591
7592 仮引数 : void
7593
7594 * QString captured(int nth)
7595 * QString captured_2(const QString  name)
7596 * int capturedEnd(int nth)
7597 * int capturedEnd_2(const QString  name)
7598 * int capturedLength(int nth)
7599 * int capturedLength_2(const QString  name)
7600 * QStringRef capturedRef(int nth)
7601 * QStringRef capturedRef_2(const QString  name)
7602 * int capturedStart(int nth)
7603 * int capturedStart_2(const QString  name)
7604 * QStringList capturedTexts(void)
7605 * bool hasMatch(void)
7606 * bool hasPartialMatch(void)
7607 * bool isValid(void)
7608 * int lastCapturedIndex(void)
7609 * QRegularExpression::MatchOptions matchOptions(void)
7610 * QRegularExpression::MatchType matchType(void)
7611 * QRegularExpression regularExpression(void)
7612 * void swap(QRegularExpressionMatch  other)
7613
7614 .. index::
7615         pair: RingQt クラスリファレンス; QRegularExpressionMatchIterator クラス
7616
7617 QRegularExpressionMatchIterator クラス
7618 ======================================
7619
7620
7621 C++ リファレンス : http://doc.qt.io/qt-5/qregularexpressionmatchiterator.html
7622
7623
7624 仮引数 : void
7625
7626 * bool hasNext(void)
7627 * bool isValid(void)
7628 * QRegularExpression::MatchOptions matchOptions(void)
7629 * QRegularExpression::MatchType matchType(void)
7630 * QRegularExpressionMatch next(void) # In RingQt use : QRegularExpressionMatch nextitem(void)
7631 * QRegularExpressionMatch peekNext(void)
7632 * QRegularExpression regularExpression(void)
7633 * void swap(QRegularExpressionMatchIterator other)
7634
7635 .. index::
7636         pair: RingQt クラスリファレンス; QRenderAspect クラス
7637
7638 QRenderAspect クラス
7639 ====================
7640
7641
7642 C++ リファレンス : http://doc.qt.io/qt-5/qt3drender-qrenderaspect.html
7643
7644
7645 仮引数 : QObject \*
7646
7647
7648 .. index::
7649         pair: RingQt クラスリファレンス; QRenderPass クラス
7650
7651 QRenderPass クラス
7652 ==================
7653
7654
7655 C++ リファレンス : http://doc.qt.io/qt-5/qt3drender-qrenderpass.html
7656
7657
7658 仮引数 : Qt3DCore::QNode \*
7659
7660 * void addFilterKey(Qt3DRender::QFilterKey \*filterKey)
7661 * void addParameter(Qt3DRender::QParameter \*parameter)
7662 * void addRenderState(Qt3DRender::QRenderState \*state)
7663 * QVector<Qt3DRender::QFilterKey \*> filterKeys(void)
7664 * QVector<Qt3DRender::QParameter \*> parameters(void)
7665 * void removeFilterKey(Qt3DRender::QFilterKey \*filterKey)
7666 * void removeParameter(Qt3DRender::QParameter \*parameter)
7667 * void removeRenderState(Qt3DRender::QRenderState \*state)
7668 * QVector<Qt3DRender::QRenderState \*> renderStates(void)
7669 * Qt3DRender::QShaderProgram \* shaderProgram(void)
7670 * void setShaderProgram(Qt3DRender::QShaderProgram \*shaderProgram)
7671
7672 .. index::
7673         pair: RingQt クラスリファレンス; QSceneLoader クラス
7674
7675 QSceneLoader クラス
7676 ===================
7677
7678
7679 C++ リファレンス : http://doc.qt.io/qt-5/qt3drender-qsceneloader.html
7680
7681
7682 仮引数 : Qt3DCore::QNode \*
7683
7684
7685 親クラス : QComponent
7686
7687 * Qt3DCore::QComponent \* component(QString entityName, Qt3DRender::QSceneLoader::ComponentType componentType)
7688 * Qt3DCore::QEntity \* entity(QString entityName)
7689 * QStringList entityNames(void)
7690 * QUrl source(void)
7691 * Qt3DRender::QSceneLoader::Status status(void)
7692 * void setSource(QUrl arg)
7693
7694 .. index::
7695         pair: RingQt クラスリファレンス; QScreen クラス
7696
7697 QScreen クラス
7698 ==============
7699
7700
7701 C++ リファレンス : http://doc.qt.io/qt-5/qscreen.html
7702
7703 * int angleBetween(Qt::ScreenOrientation a, Qt::ScreenOrientation b)
7704 * QRect availableGeometry(void)
7705 * QSize availableSize(void)
7706 * QRect availableVirtualGeometry(void)
7707 * QSize availableVirtualSize(void)
7708 * int depth(void)
7709 * qreal devicePixelRatio(void)
7710 * QRect geometry(void)
7711 * QPixmap grabWindow(int window, int x, int y, int width, int height)
7712 * QPixmap grabWindow_2(int window)
7713 * QPlatformScreen \* handle(void)
7714 * bool isLandscape(Qt::ScreenOrientation o)
7715 * bool isPortrait(Qt::ScreenOrientation o)
7716 * qreal logicalDotsPerInch(void)
7717 * qreal logicalDotsPerInchX(void)
7718 * qreal logicalDotsPerInchY(void)
7719 * QRect mapBetween(Qt::ScreenOrientation a, Qt::ScreenOrientation b, QRect rect)
7720 * QString name(void)
7721 * Qt::ScreenOrientation nativeOrientation(void)
7722 * Qt::ScreenOrientation orientation(void)
7723 * Qt::ScreenOrientations orientationUpdateMask(void)
7724 * qreal physicalDotsPerInch(void)
7725 * qreal physicalDotsPerInchX(void)
7726 * qreal physicalDotsPerInchY(void)
7727 * QSizeF physicalSize(void)
7728 * Qt::ScreenOrientation primaryOrientation(void)
7729 * qreal refreshRate(void)
7730 * void setOrientationUpdateMask(Qt::ScreenOrientations mask)
7731 * QSize size(void)
7732 * QTransform transformBetween(Qt::ScreenOrientation a, Qt::ScreenOrientation b, QRect target)
7733
7734 .. index::
7735         pair: RingQt クラスリファレンス; QScrollArea クラス
7736
7737 QScrollArea クラス
7738 ==================
7739
7740
7741 C++ リファレンス : http://doc.qt.io/qt-5/qscrollarea.html
7742
7743
7744 仮引数 : QWidget \*parent
7745
7746
7747 親クラス : QAbstractScrollArea
7748
7749 * Qt::Alignment alignment(void)
7750 * void ensureVisible(int x, int y, int xmargin , int ymargin )
7751 * void ensureWidgetVisible(QWidget \*childWidget, int xmargin , int ymargin )
7752 * void setAlignment(Qt::Alignment)
7753 * void setWidget(QWidget \*widget)
7754 * void setWidgetResizable(bool resizable)
7755 * QWidget \*takeWidget(void)
7756 * QWidget \*widget(void)
7757 * bool widgetResizable(void)
7758
7759 .. index::
7760         pair: RingQt クラスリファレンス; QScrollBar クラス
7761
7762 QScrollBar クラス
7763 =================
7764
7765
7766 C++ リファレンス : http://doc.qt.io/qt-5/qscrollbar.html
7767
7768
7769 仮引数 : QWidget \*parent
7770
7771
7772 親クラス : QAbstractSlider
7773
7774
7775 .. index::
7776         pair: RingQt クラスリファレンス; QSerialPort クラス
7777
7778 QSerialPort クラス
7779 ==================
7780
7781
7782 C++ リファレンス : http://doc.qt.io/qt-5/qserialport.html
7783
7784
7785 仮引数 : QObject \*
7786
7787
7788 親クラス : QIODevice
7789
7790 * qint32 baudRate(QSerialPort::Directions directions)
7791 * bool clear(QSerialPort::Directions directions)
7792 * void clearError(void)
7793 * QSerialPort::DataBits dataBits(void)
7794 * QSerialPort::SerialPortError error(void)
7795 * QSerialPort::FlowControl flowControl(void)
7796 * bool flush(void)
7797 * void \*handle(void)
7798 * bool isDataTerminalReady(void)
7799 * bool isRequestToSend(void)
7800 * QSerialPort::Parity parity(void)
7801 * QSerialPort::PinoutSignals pinoutSignals(void)
7802 * QString portName(void)
7803 * qint64 readBufferSize(void)
7804 * bool setBaudRate(qint32 baudRate, QSerialPort::Directions directions)
7805 * bool setBreakEnabled(bool set)
7806 * bool setDataBits(QSerialPort::DataBits dataBits)
7807 * bool setDataTerminalReady(bool set)
7808 * bool setFlowControl(QSerialPort::FlowControl flowControl)
7809 * bool setParity(QSerialPort::Parity parity)
7810 * void setPort(QSerialPortInfo serialPortInfo)
7811 * void setPortName(QString name)
7812 * void setReadBufferSize(qint64 size)
7813 * bool setRequestToSend(bool set)
7814 * bool setStopBits(QSerialPort::StopBits stopBits)
7815 * QSerialPort::StopBits stopBits(void)
7816 * void setbaudRateChangedEvent(const char \*)
7817 * void setbreakEnabledChangedEvent(const char \*)
7818 * void setdataBitsChangedEvent(const char \*)
7819 * void setdataTerminalReadyChangedEvent(const char \*)
7820 * void seterrorEvent(const char \*)
7821 * void setflowControlChangedEvent(const char \*)
7822 * void setparityChangedEvent(const char \*)
7823 * void setrequestToSendChangedEvent(const char \*)
7824 * void setstopBitsChangedEvent(const char \*)
7825 * const char \*getbaudRateChangedEvent(void)
7826 * const char \*getbreakEnabledChangedEvent(void)
7827 * const char \*getdataBitsChangedEvent(void)
7828 * const char \*getdataTerminalReadyChangedEvent(void)
7829 * const char \*geterrorEvent(void)
7830 * const char \*getflowControlChangedEvent(void)
7831 * const char \*getparityChangedEvent(void)
7832 * const char \*getrequestToSendChangedEvent(void)
7833 * const char \*getstopBitsChangedEvent(void)
7834
7835 .. index::
7836         pair: RingQt クラスリファレンス; QSerialPortInfo クラス
7837
7838 QSerialPortInfo クラス
7839 ======================
7840
7841
7842 C++ リファレンス : http://doc.qt.io/qt-5/qserialportinfo.html
7843
7844
7845 仮引数 : void
7846
7847 * QString description(void)
7848 * bool hasProductIdentifier(void)
7849 * bool hasVendorIdentifier(void)
7850 * bool isBusy(void)
7851 * bool isNull(void)
7852 * QString manufacturer(void)
7853 * QString portName(void)
7854 * quint16 productIdentifier(void)
7855 * void swap(QSerialPortInfo other)
7856 * QString systemLocation(void)
7857 * quint16 vendorIdentifier(void)
7858
7859 .. index::
7860         pair: RingQt クラスリファレンス; QSize クラス
7861
7862 QSize クラス
7863 ============
7864
7865
7866 C++ リファレンス : http://doc.qt.io/qt-5/qsize.html
7867
7868
7869 仮引数 : int width, int height
7870
7871
7872 .. index::
7873         pair: RingQt クラスリファレンス; QSkyboxEntity クラス
7874
7875 QSkyboxEntity クラス
7876 ====================
7877
7878
7879 C++ リファレンス : http://doc.qt.io/qt-5/qt3dextras-qskyboxentity.html
7880
7881
7882 仮引数 : Qt3DCore::QNode \*
7883
7884
7885 親クラス : QEntity
7886
7887 * QString baseName(void)
7888 * QString extension(void)
7889 * bool isGammaCorrectEnabled(void)
7890 * void setBaseName(QString baseName)
7891 * void setExtension(QString extension)
7892 * void setGammaCorrectEnabled(bool enabled)
7893
7894 .. index::
7895         pair: RingQt クラスリファレンス; QSlider クラス
7896
7897 QSlider クラス
7898 ==============
7899
7900
7901 C++ リファレンス : http://doc.qt.io/qt-5/qslider.html
7902
7903
7904 仮引数 : QWidget \*parent
7905
7906
7907 親クラス : QAbstractSlider
7908
7909 * void setTickInterval(int ti)
7910 * void setTickPosition(QSlider::TickPosition position)
7911 * int tickInterval(void)
7912 * int tickPosition(void)
7913 * QSize minimumSizeHint(void)
7914 * QSize sizeHint(void)
7915 * void setactionTriggeredEvent(const char \*)
7916 * void setrangeChangedEvent(const char \*)
7917 * void setsliderMovedEvent(const char \*)
7918 * void setsliderPressedEvent(const char \*)
7919 * void setsliderReleasedEvent(const char \*)
7920 * void setvalueChangedEvent(const char \*)
7921 * const char \*getactionTriggeredEvent(void)
7922 * const char \*getrangeChangedEvent(void)
7923 * const char \*getsliderMovedEvent(void)
7924 * const char \*getsliderPressedEvent(void)
7925 * const char \*getsliderReleasedEvent(void)
7926 * const char \*getvalueChangedEvent(void)
7927
7928 .. index::
7929         pair: RingQt クラスリファレンス; QSphereMesh クラス
7930
7931 QSphereMesh クラス
7932 ==================
7933
7934
7935 C++ リファレンス : http://doc.qt.io/qt-5/qt3dextras-qspheremesh.html
7936
7937
7938 仮引数 : Qt3DCore::QNode \*
7939
7940 * bool generateTangents(void)
7941 * float radius(void)
7942 * int rings(void)
7943 * int slices(void)
7944 * void setGenerateTangents(bool gen)
7945 * void setRadius(float radius)
7946 * void setRings(int rings)
7947 * void setSlices(int slices)
7948
7949 .. index::
7950         pair: RingQt クラスリファレンス; QSpinBox クラス
7951
7952 QSpinBox クラス
7953 ===============
7954
7955
7956 C++ リファレンス : http://doc.qt.io/qt-5/qspinbox.html
7957
7958
7959 仮引数 : QWidget \*parent
7960
7961
7962 親クラス : QWidget
7963
7964 * QString cleanText(void)
7965 * int displayIntegerBase(void)
7966 * int maximum(void)
7967 * int minimum(void)
7968 * QString prefix(void)
7969 * void setDisplayIntegerBase(int base)
7970 * void setMaximum(int max)
7971 * void setMinimum(int min)
7972 * void setPrefix(QString)
7973 * void setRange(int minimum, int maximum)
7974 * void setSingleStep(int val)
7975 * void setSuffix(QString)
7976 * int singleStep(void)
7977 * QString suffix(void)
7978 * int value(void)
7979 * void setValue(int val)
7980 * void setvalueChangedEvent(const char \*)
7981 * const char \*getvalueChangedEvent(void)
7982
7983 .. index::
7984         pair: RingQt クラスリファレンス; QSplashScreen クラス
7985
7986 QSplashScreen クラス
7987 ====================
7988
7989
7990 C++ リファレンス : http://doc.qt.io/qt-5/qsplashscreen.html
7991
7992
7993 仮引数 : QPixmap
7994
7995
7996 親クラス : QWidget
7997
7998 * void  finish(QWidget \*mainWin)
7999 * QPixmap pixmap(void)
8000 * void repaint(void)
8001 * void setPixmap(QPixmap pixmap)
8002 * void clearMessage(void)
8003 * void showMessage(QString message, int alignment ,QColor color)
8004
8005 .. index::
8006         pair: RingQt クラスリファレンス; QSplitter クラス
8007
8008 QSplitter クラス
8009 ================
8010
8011
8012 C++ リファレンス : http://doc.qt.io/qt-5/qsplitter.html
8013
8014
8015 仮引数 : QWidget \*parent
8016
8017
8018 親クラス : QFrame
8019
8020 * void addWidget(QWidget \*widget)
8021 * bool childrenCollapsible(void)
8022 * int count(void)
8023 * void getRange(int index, int \*min, int \*max)
8024 * QSplitterHandle \* handle(int index)
8025 * int handleWidth(void)
8026 * int indexOf(QWidget \*widget)
8027 * void insertWidget(int index, QWidget \*widget)
8028 * bool isCollapsible(int index)
8029 * bool opaqueResize(void)
8030 * Qt::Orientation orientation(void)
8031 * void refresh(void)
8032 * bool restoreState( QByteArray  state)
8033 * QByteArray saveState(void)
8034 * void setChildrenCollapsible(bool)
8035 * void setCollapsible(int index, bool collapse)
8036 * void setHandleWidth(int)
8037 * void setOpaqueResize(bool opaque )
8038 * void setOrientation(Qt::Orientation)
8039 * void setSizes( QList<int>  list)
8040 * void setStretchFactor(int index, int stretch)
8041 * QList<int> sizes(void)
8042 * QWidget \* widget(int index)
8043
8044 .. index::
8045         pair: RingQt クラスリファレンス; QSqlDatabase クラス
8046
8047 QSqlDatabase クラス
8048 ===================
8049
8050
8051 C++ リファレンス : http://doc.qt.io/qt-5/qsqldatabase.html
8052
8053
8054 仮引数 : void
8055
8056 * void close(void)
8057 * bool commit(void)
8058 * QString connectOptions(void)
8059 * QString connectionName(void)
8060 * QString databaseName(void)
8061 * QSqlDriver \*driver(void)
8062 * QString driverName(void)
8063 * QSqlQuery exec(QString)
8064 * QString hostName(void)
8065 * bool isOpen(void)
8066 * bool isOpenError(void)
8067 * bool isValid(void)
8068 * QSqlError lastError(void)
8069 * QSql::NumericalPrecisionPolicy numericalPrecisionPolicy(void)
8070 * bool open(void)
8071 * QString password(void)
8072 * int port(void)
8073 * QSqlIndex primaryIndex(QString)
8074 * QSqlRecord record(QString)
8075 * bool rollback(void)
8076 * void setConnectOptions(QString)
8077 * void setDatabaseName(QString)
8078 * void setHostName(QString)
8079 * void setNumericalPrecisionPolicy(QSql::NumericalPrecisionPolicy precisionPolicy)
8080 * void setPassword(QString)
8081 * void setPort(int port)
8082 * void setUserName(QString)
8083 * QStringList tables(QSql::TableType type)
8084 * bool transaction(void)
8085 * QString userName(void)
8086 * QSqlDatabase addDatabase(QString)
8087 * QSqlDatabase cloneDatabase(QSqlDatabase, QString)
8088 * QStringList connectionNames(void)
8089 * bool contains(QString)
8090 * QSqlDatabase database(QString , bool)
8091 * QStringList drivers(void)
8092 * bool isDriverAvailable(QString)
8093 * void registerSqlDriver(QString, QSqlDriverCreatorBase \*)
8094 * void removeDatabase(QString)
8095
8096 .. index::
8097         pair: RingQt クラスリファレンス; QSqlDriver クラス
8098
8099 QSqlDriver クラス
8100 =================
8101
8102
8103 C++ リファレンス : http://doc.qt.io/qt-5/qsqldriver.html
8104
8105
8106 仮引数 : void
8107
8108 * QSqlError lastError(void)
8109 * QSql::NumericalPrecisionPolicy numericalPrecisionPolicy(void)
8110 * void setNumericalPrecisionPolicy(QSql::NumericalPrecisionPolicy)
8111
8112 .. index::
8113         pair: RingQt クラスリファレンス; QSqlDriverCreatorBase クラス
8114
8115 QSqlDriverCreatorBase クラス
8116 ============================
8117
8118
8119 C++ リファレンス : http://doc.qt.io/qt-5/qsqldrivercreatorbase.html
8120
8121
8122 仮引数 : void
8123
8124
8125 .. index::
8126         pair: RingQt クラスリファレンス; QSqlError クラス
8127
8128 QSqlError クラス
8129 ================
8130
8131
8132 C++ リファレンス : http://doc.qt.io/qt-5/qsqlerror.html
8133
8134
8135 仮引数 : QString, QString, QSqlError::ErrorType
8136
8137 * QString databaseText(void)
8138 * QString driverText(void)
8139 * bool isValid(void)
8140 * int number(void)
8141 * void setDatabaseText(QString)
8142 * void setDriverText(QString)
8143 * void setNumber(int number)
8144 * void setType(QSqlError::ErrorType type)
8145 * QString text(void)
8146 * QSqlError::ErrorType type(void)
8147
8148 .. index::
8149         pair: RingQt クラスリファレンス; QSqlField クラス
8150
8151 QSqlField クラス
8152 ================
8153
8154
8155 C++ リファレンス : http://doc.qt.io/qt-5/qsqlfield.html
8156
8157
8158 仮引数 : QString,QVariant::Type
8159
8160 * void clear(void)
8161 * QVariant defaultValue(void)
8162 * bool isAutoValue(void)
8163 * bool isGenerated(void)
8164 * bool isNull(void)
8165 * bool isReadOnly(void)
8166 * bool isValid(void)
8167 * int length(void)
8168 * QString name(void)
8169 * int precision(void)
8170 * RequiredStatus requiredStatus(void)
8171 * void setAutoValue(bool autoVal)
8172 * void setDefaultValue(QVariant)
8173 * void setGenerated(bool gen)
8174 * void setLength(int fieldLength)
8175 * void setName(QString)
8176 * void setPrecision(int precision)
8177 * void setReadOnly(bool readOnly)
8178 * void setRequired(bool required)
8179 * void setRequiredStatus(QSqlField::RequiredStatus required)
8180 * void setType(QVariant::Type type)
8181 * void setValue(QVariant)
8182 * QVariant::Type type(void)
8183 * QVariant value(void)
8184
8185 .. index::
8186         pair: RingQt クラスリファレンス; QSqlIndex クラス
8187
8188 QSqlIndex クラス
8189 ================
8190
8191
8192 C++ リファレンス : http://doc.qt.io/qt-5/qsqlindex.html
8193
8194
8195 仮引数 : QString, QString
8196
8197
8198 親クラス : QSqlRecord
8199
8200 * void append(QSqlField, bool)
8201 * QString cursorName(void)
8202 * bool isDescending(int i)
8203 * QString name(void)
8204 * void setCursorName(QString)
8205 * void setDescending(int i, bool desc)
8206 * void setName(QString)
8207
8208 .. index::
8209         pair: RingQt クラスリファレンス; QSqlQuery クラス
8210
8211 QSqlQuery クラス
8212 ================
8213
8214
8215 C++ リファレンス : http://doc.qt.io/qt-5/qsqlquery.html
8216
8217
8218 仮引数 : void
8219
8220 * void addBindValue(QVariant, QSql::ParamType paramType)
8221 * int at(void)
8222 * void bindValue(QString, QVariant, QSql::ParamType paramType)
8223 * QVariant boundValue(QString)
8224 * void clear(void)
8225 * QSqlDriver \* driver(void)
8226 * bool exec(QString)
8227 * bool exec_2(void)
8228 * bool execBatch(QSqlQuery::BatchExecutionMode mode)
8229 * QString executedQuery(void)
8230 * void finish(void)
8231 * bool first(void)
8232 * bool isActive(void)
8233 * bool isForwardOnly(void)
8234 * bool isNull(int field)
8235 * bool isSelect(void)
8236 * bool isValid(void)
8237 * bool last(void)
8238 * QSqlError lastError(void)
8239 * QVariant lastInsertId(void)
8240 * QString lastQuery(void)
8241 * bool next(void) # In RingQt use : bool movenext(void)
8242 * bool nextResult(void)
8243 * int numRowsAffected(void)
8244 * QSql::NumericalPrecisionPolicy numericalPrecisionPolicy(void)
8245 * bool prepare(QString)
8246 * bool previous(void)
8247 * QSqlRecord record(void)
8248 * QSqlResult \*result(void)
8249 * bool seek(int index, bool relative)
8250 * void setForwardOnly(bool forward)
8251 * void setNumericalPrecisionPolicy(QSql::NumericalPrecisionPolicy precisionPolicy)
8252 * int size(void)
8253 * QVariant value(int index)
8254
8255 .. index::
8256         pair: RingQt クラスリファレンス; QSqlRecord クラス
8257
8258 QSqlRecord クラス
8259 =================
8260
8261
8262 C++ リファレンス : http://doc.qt.io/qt-5/qsqlrecord.html
8263
8264
8265 仮引数 : void
8266
8267 * void append(QSqlField)
8268 * void clear(void)
8269 * void clearValues(void)
8270 * bool contains(QString)
8271 * int count(void)
8272 * QSqlField field(int index)
8273 * QString fieldName(int index)
8274 * int indexOf(QString)
8275 * void insert(int pos, QSqlField)
8276 * bool isEmpty(void)
8277 * bool isGenerated(QString)
8278 * bool isNull(QString)
8279 * void remove(int pos)
8280 * void replace(int pos, QSqlField)
8281 * void setGenerated(QString, bool generated)
8282 * void setNull(int index)
8283 * void setValue(int index, QVariant)
8284 * QVariant value(int index)
8285
8286 .. index::
8287         pair: RingQt クラスリファレンス; QStackedWidget クラス
8288
8289 QStackedWidget クラス
8290 =====================
8291
8292
8293 C++ リファレンス : http://doc.qt.io/qt-5/qstackedwidget.html
8294
8295
8296 仮引数 : QWidget \*
8297
8298
8299 親クラス : QFrame
8300
8301 * int addWidget(QWidget \*widget)
8302 * int count(void)
8303 * int currentIndex(void)
8304 * QWidget \* currentWidget(void)
8305 * int indexOf(QWidget \*widget)
8306 * int insertWidget(int index, QWidget \*widget)
8307 * void removeWidget(QWidget \*widget)
8308 * QWidget \* widget(int index)
8309 * void setCurrentIndex(int index)
8310 * void setCurrentWidget(QWidget \*widget)
8311 * void setcurrentChangedEvent(const char \*)
8312 * void setwidgetRemovedEvent(const char \*)
8313 * const char \*getcurrentChangedEvent(void)
8314 * const char \*getwidgetRemovedEvent(void)
8315
8316 .. index::
8317         pair: RingQt クラスリファレンス; QStandardPaths クラス
8318
8319 QStandardPaths クラス
8320 =====================
8321
8322
8323 C++ リファレンス : http://doc.qt.io/qt-5/qstandardpaths.html
8324
8325
8326 仮引数 : void
8327
8328 * QString displayName(QStandardPaths::StandardLocation type)
8329 * QString findExecutable(QString executableName, QStringList paths))
8330 * QString locate(QStandardPaths::StandardLocation type, QString fileName, QStandardPaths::LocateOptions options)
8331 * QStringList locateAll(QStandardPaths::StandardLocation type, QString fileName, QStandardPaths::LocateOptions options)
8332 * void setTestModeEnabled(bool testMode)
8333 * QStringList standardLocations(QStandardPaths::StandardLocation type)
8334 * QString writableLocation(QStandardPaths::StandardLocation type)
8335
8336 .. index::
8337         pair: RingQt クラスリファレンス; QStatusBar クラス
8338
8339 QStatusBar クラス
8340 =================
8341
8342
8343 C++ リファレンス : http://doc.qt.io/qt-5/qstatusbar.html
8344
8345
8346 仮引数 : QWidget \*
8347
8348
8349 親クラス : QWidget
8350
8351 * void addPermanentWidget(QWidget \* widget, int stretch)
8352 * void addWidget(QWidget \* widget, int stretch)
8353 * QString currentMessage(void)
8354 * int insertPermanentWidget(int index, QWidget \* widget, int stretch)
8355 * int insertWidget(int index, QWidget \* widget, int stretch)
8356 * bool isSizeGripEnabled(void)
8357 * void removeWidget(QWidget \*widget)
8358 * void setSizeGripEnabled(bool)
8359 * void clearMessage(void)
8360 * void showMessage(QString , int timeout)
8361
8362 .. index::
8363         pair: RingQt クラスリファレンス; QString2 クラス
8364
8365 QString2 クラス
8366 ===============
8367
8368
8369 仮引数 : void
8370
8371 * QString append( QString  str)
8372 * QByteArray toUtf8(void)
8373 * QByteArray toLatin1(void)
8374 * QByteArray toLocal8Bit(void)
8375 * QStringList split( QString  sep, QString::SplitBehavior behavior , Qt::CaseSensitivity cs )
8376 * QStringList split_2(QChar sep, QString::SplitBehavior behavior , Qt::CaseSensitivity cs )
8377 * QStringList split_3( QRegExp  rx, QString::SplitBehavior behavior )
8378 * QStringList split_4( QRegularExpression  re, QString::SplitBehavior behavior )
8379 * QChar \* unicode(void)
8380 * QString number(ulong n, int base)
8381 * int count(void)
8382 * QString left(int n)
8383 * QString mid(int position, int n)
8384 * QString right(int n)
8385 * int compare(QString  other, Qt::CaseSensitivity cs )
8386 * bool contains(QString  str, Qt::CaseSensitivity cs )
8387 * int indexOf(QString str,int from,Qt::CaseSensitivity cs )
8388 * QString insert(int position,  QString  str)
8389 * bool isRightToLeft(void)
8390 * QString repeated(int times)
8391 * QString replace(int position, int n,  QString  after)
8392 * bool startsWith( QString  s, Qt::CaseSensitivity cs )
8393 * bool endsWith( QString  s, Qt::CaseSensitivity cs )
8394 * QString toHtmlEscaped(void)
8395 * void clear(void)
8396 * bool isNull(void)
8397 * void resize(int size)
8398 * QString fill(QChar ch, int size)
8399
8400 .. index::
8401         pair: RingQt クラスリファレンス; QStringList クラス
8402
8403 QStringList クラス
8404 ==================
8405
8406
8407 C++ リファレンス : http://doc.qt.io/qt-5/qstringlist.html
8408
8409
8410 仮引数 : void
8411
8412 * QString join(QString)
8413 * void sort(void)
8414 * int removeDuplicates(void)
8415 * QStringList filter(QString, Qt::CaseSensitivity)
8416 * QStringList replaceInStrings(QString,QString, Qt::CaseSensitivity)
8417 * void append(QString)
8418 * QString at(int)
8419 * QString back(void)
8420 * void clear(void)
8421 * bool contains(QString)
8422 * int count(void)
8423 * bool empty(void)
8424 * bool endsWith(QString)
8425 * QString first(void)
8426 * QString front(void)
8427 * int indexOf(QString, int)
8428 * void insert(int, QString)
8429 * bool isEmpty(void)
8430 * QString last(void)
8431 * int lastIndexOf(QString,int)
8432 * int length(void)
8433 * void move(int,int)
8434 * void pop_back(void)
8435 * void pop_front(void)
8436 * void prepend(QString)
8437 * void push_back(QString)
8438 * void push_front(QString)
8439 * int removeAll(QString)
8440 * void removeAt(int)
8441 * void removeFirst(void)
8442 * void removeLast(void)
8443 * bool removeOne(QString)
8444 * void replace(int,QString)
8445 * void reserve(int)
8446 * int size(void)
8447 * bool startsWith(QString)
8448 * void swap(int,int)
8449 * QString takeAt(int)
8450 * QString takeFirst(void)
8451 * QString takeLast(void)
8452 * QString value(int)
8453
8454 .. index::
8455         pair: RingQt クラスリファレンス; QStringRef クラス
8456
8457 QStringRef クラス
8458 =================
8459
8460
8461 C++ リファレンス : http://doc.qt.io/qt-5/qstringref.html
8462
8463
8464 仮引数 : void
8465
8466 * QStringRef appendTo(QString \* string)
8467 * QChar at(int position)
8468 * void clear(void)
8469 * int compare_3(QLatin1String other, Qt::CaseSensitivity cs)
8470 * QChar \* constData(void)
8471 * bool contains(QString str, Qt::CaseSensitivity cs)
8472 * bool contains_2(QChar ch, Qt::CaseSensitivity cs)
8473 * bool contains_3(QStringRef str, Qt::CaseSensitivity cs)
8474 * bool contains_4(QLatin1String str, Qt::CaseSensitivity cs)
8475 * int count(void)
8476 * int count_2(QString str, Qt::CaseSensitivity cs)
8477 * int count_3(QChar ch, Qt::CaseSensitivity cs)
8478 * int count_4(QStringRef str, Qt::CaseSensitivity cs)
8479 * QChar \* data(void)
8480 * bool endsWith(QString str, Qt::CaseSensitivity cs)
8481 * bool endsWith_2(QChar ch, Qt::CaseSensitivity cs)
8482 * bool endsWith_3(QLatin1String str, Qt::CaseSensitivity cs)
8483 * bool endsWith_4(QStringRef str, Qt::CaseSensitivity cs)
8484 * int indexOf(QString str, int from, Qt::CaseSensitivity cs)
8485 * int indexOf_2(QLatin1String str, int from, Qt::CaseSensitivity cs)
8486 * int indexOf_3(QChar ch, int from, Qt::CaseSensitivity cs)
8487 * int indexOf_4(QStringRef str, int from, Qt::CaseSensitivity cs)
8488 * bool isEmpty(void)
8489 * bool isNull(void)
8490 * int lastIndexOf(QString str, int from, Qt::CaseSensitivity cs)
8491 * int lastIndexOf_2(QChar ch, int from, Qt::CaseSensitivity cs)
8492 * int lastIndexOf_3(QLatin1String str, int from, Qt::CaseSensitivity cs)
8493 * int lastIndexOf_4(QStringRef str, int from, Qt::CaseSensitivity cs)
8494 * int length(void)
8495 * int localeAwareCompare(QString other)
8496 * int localeAwareCompare_2(QStringRef other)
8497 * int position(void)
8498 * int size(void)
8499 * bool startsWith(QString str, Qt::CaseSensitivity cs)
8500 * bool startsWith_2(QLatin1String str, Qt::CaseSensitivity cs)
8501 * bool startsWith_3(QStringRef str, Qt::CaseSensitivity cs)
8502 * bool startsWith_4(QChar ch, Qt::CaseSensitivity cs)
8503 * QString \* string(void)
8504 * QByteArray toLatin1(void)
8505 * QByteArray toLocal8Bit(void)
8506 * QString toString(void)
8507 * QVector<uint> toUcs4(void)
8508 * QByteArray toUtf8(void)
8509 * QChar \* unicode(void)
8510 * int compare_4(QStringRef s1, QString s2, Qt::CaseSensitivity cs)
8511 * int compare_5(QStringRef s1, QStringRef s2, Qt::CaseSensitivity cs)
8512 * int compare_6(QStringRef s1, QLatin1String s2, Qt::CaseSensitivity cs)
8513 * int localeAwareCompare_3(QStringRef s1, QString s2)
8514 * int localeAwareCompare_4(QStringRef s1, QStringRef s2)
8515
8516 .. index::
8517         pair: RingQt クラスリファレンス; QSurfaceFormat クラス
8518
8519 QSurfaceFormat クラス
8520 =====================
8521
8522
8523 C++ リファレンス : http://doc.qt.io/qt-5/qsurfaceformat.html
8524
8525
8526 仮引数 : void
8527
8528 * int alphaBufferSize(void)
8529 * int blueBufferSize(void)
8530 * int greenBufferSize(void)
8531 * bool hasAlpha(void)
8532 * int majorVersion(void)
8533 * int minorVersion(void)
8534 * QSurfaceFormat::FormatOptions options(void)
8535 * QSurfaceFormat::OpenGLContextProfile profile(void)
8536 * int redBufferSize(void)
8537 * QSurfaceFormat::RenderableType renderableType(void)
8538 * int samples(void)
8539 * void setAlphaBufferSize(int size)
8540 * void setBlueBufferSize(int size)
8541 * void setGreenBufferSize(int size)
8542 * void setMajorVersion(int major)
8543 * void setMinorVersion(int minor)
8544 * void setOption(QSurfaceFormat::FormatOption option, bool on)
8545 * void setOptions(QSurfaceFormat::FormatOptions options)
8546 * void setProfile(QSurfaceFormat::OpenGLContextProfile profile)
8547 * void setRedBufferSize(int size)
8548 * void setRenderableType(QSurfaceFormat::RenderableType type)
8549 * void setSamples(int numSamples)
8550 * void setStencilBufferSize(int size)
8551 * void setStereo(bool enable)
8552 * void setSwapBehavior(QSurfaceFormat::SwapBehavior behavior)
8553 * void setSwapInterval(int interval)
8554 * void setVersion(int major, int minor)
8555 * int stencilBufferSize(void)
8556 * bool stereo(void)
8557 * QSurfaceFormat::SwapBehavior swapBehavior(void)
8558 * int swapInterval(void)
8559 * bool testOption(QSurfaceFormat::FormatOption option)
8560 * QSurfaceFormat defaultFormat(void)
8561 * void setDefaultFormat(QSurfaceFormat format)
8562
8563 .. index::
8564         pair: RingQt クラスリファレンス; QSystemTrayIcon クラス
8565
8566 QSystemTrayIcon クラス
8567 ======================
8568
8569
8570 C++ リファレンス : http://doc.qt.io/qt-5/qsystemtrayicon.html
8571
8572
8573 仮引数 : void
8574
8575 * QMenu \*contextMenu(void)
8576 * QRect geometry(void)
8577 * QIcon icon(void)
8578 * bool isVisible(void)
8579 * void setContextMenu(QMenu \*menu)
8580 * void setIcon(QIcon)
8581 * void setToolTip(QString)
8582 * QString toolTip(void)
8583 * void hide(void)
8584 * void setVisible(bool visible)
8585 * void show(void)
8586 * void showMessage(QString, QString, QSystemTrayIcon::MessageIcon, int millisecondsTimeoutHint)
8587 * bool isSystemTrayAvailable(void)
8588 * bool supportsMessages(void)
8589
8590 .. index::
8591         pair: RingQt クラスリファレンス; QTabBar クラス
8592
8593 QTabBar クラス
8594 ==============
8595
8596
8597 C++ リファレンス : http://doc.qt.io/qt-5/qtabbar.html
8598
8599
8600 仮引数 : QWidget \*
8601
8602
8603 親クラス : QWidget
8604
8605 * int addTab(QString text)
8606 * int addTab_2(QIcon icon, QString text)
8607 * int count(void)
8608 * int currentIndex(void)
8609 * bool documentMode(void)
8610 * bool drawBase(void)
8611 * Qt::TextElideMode elideMode(void)
8612 * bool expanding(void)
8613 * QSize iconSize(void)
8614 * int insertTab(int index, QString text)
8615 * int insertTab_2(int index, QIcon icon, QString text)
8616 * bool isMovable(void)
8617 * bool isTabEnabled(int index)
8618 * void moveTab(int from, int to)
8619 * void removeTab(int index)
8620 * QTabBar::SelectionBehavior selectionBehaviorOnRemove(void)
8621 * void setDocumentMode(bool set)
8622 * void setDrawBase(bool drawTheBase)
8623 * void setElideMode(Qt::TextElideMode)
8624 * void setExpanding(bool enabled)
8625 * void setIconSize(QSize size)
8626 * void setMovable(bool movable)
8627 * void setSelectionBehaviorOnRemove(QTabBar::SelectionBehavior behavior)
8628 * void setShape(QTabBar::Shape shape)
8629 * void setTabButton(int index, QTabBar::ButtonPosition position, QWidget \* widget)
8630 * void setTabData(int index, QVariant data)
8631 * void setTabEnabled(int index, bool enabled)
8632 * void setTabIcon(int index, QIcon icon)
8633 * void setTabText(int index, QString text)
8634 * void setTabTextColor(int index, QColor color)
8635 * void setTabToolTip(int index, QString tip)
8636 * void setTabWhatsThis(int index, QString text)
8637 * void setTabsClosable(bool closable)
8638 * void setUsesScrollButtons(bool useButtons)
8639 * QTabBar::Shape shape(void)
8640 * int tabAt(QPoint position)
8641 * QWidget \* tabButton(int index, QTabBar::ButtonPosition position)
8642 * QVariant tabData(int index)
8643 * QIcon tabIcon(int index)
8644 * QRect tabRect(int index)
8645 * QString tabText(int index)
8646 * QColor tabTextColor(int index)
8647 * QString tabToolTip(int index)
8648 * QString tabWhatsThis(int index)
8649 * bool tabsClosable(void)
8650 * bool usesScrollButtons(void)
8651 * void setCurrentIndex(int index)
8652 * void setcurrentChangedEvent(const char \*)
8653 * void settabCloseRequestedEvent(const char \*)
8654 * void settabMovedEvent(const char \*)
8655 * const char \*getcurrentChangedEvent(void)
8656 * const char \*gettabCloseRequestedEvent(void)
8657 * const char \*gettabMovedEvent(void)
8658
8659 .. index::
8660         pair: RingQt クラスリファレンス; QTabWidget クラス
8661
8662 QTabWidget クラス
8663 =================
8664
8665
8666 C++ リファレンス : http://doc.qt.io/qt-5/qtabwidget.html
8667
8668
8669 仮引数 : QWidget \*parent
8670
8671
8672 親クラス : QWidget
8673
8674 * int addTab(QWidget \*page, QString)
8675 * void clear(void)
8676 * QWidget \*cornerWidget(Qt::Corner corner)
8677 * int count(void)
8678 * int currentIndex(void)
8679 * QWidget \*currentWidget(void)
8680 * bool documentMode(void)
8681 * int elideMode(void)
8682 * QSize iconSize(void)
8683 * int indexOf(QWidget \*w)
8684 * int insertTab(int index, QWidget \*page,QString)
8685 * bool isMovable(void)
8686 * bool isTabEnabled(int index)
8687 * void removeTab(int index)
8688 * void setCornerWidget(QWidget \*widget, Qt::Corner corner)
8689 * void setDocumentMode(bool set)
8690 * void setElideMode(Qt::TextElideMode)
8691 * void setIconSize(QSize)
8692 * void setMovable(bool movable)
8693 * void setTabEnabled(int index, bool enable)
8694 * void setTabIcon(int index, QIcon)
8695 * void setTabText(int index,QString)
8696 * void setTabToolTip(int index, QString)
8697 * void setTabWhatsThis(int index, QString)
8698 * void setTabsClosable(bool closeable)
8699 * void setUsesScrollButtons(bool useButtons)
8700 * QIcon tabIcon(int index)
8701 * QString tabText(int index)
8702 * QString tabToolTip(int index)
8703 * QString tabWhatsThis(int index)
8704 * bool tabsClosable(void)
8705 * bool usesScrollButtons(void)
8706 * QWidget \*widget(int index)
8707 * int heightForWidth(int width)
8708 * QSize minimumSizeHint(void)
8709 * QSize sizeHint(void)
8710 * void setCurrentIndex(int index)
8711 * void setCurrentWidget(QWidget \*widget)
8712 * void setcurrentChangedEvent(const char \*)
8713 * void settabCloseRequestedEvent(const char \*)
8714 * const char \*getcurrentChangedEvent(void)
8715 * const char \*gettabCloseRequestedEvent(void)
8716 * void geteventparameters(void)
8717
8718 .. index::
8719         pair: RingQt クラスリファレンス; QTableView クラス
8720
8721 QTableView クラス
8722 =================
8723
8724
8725 C++ リファレンス : http://doc.qt.io/qt-5/qtableview.html
8726
8727
8728 仮引数 : QWidget \*parent
8729
8730
8731 親クラス : QAbstractItemView
8732
8733 * void clearSpans(void)
8734 * int columnAt(int x)
8735 * int columnSpan(int row, int column)
8736 * int columnViewportPosition(int column)
8737 * int columnWidth(int column)
8738 * Qt::PenStyle gridStyle(void)
8739 * QHeaderView \*horizontalHeader(void)
8740 * bool isColumnHidden(int column)
8741 * bool isCornerButtonEnabled(void)
8742 * bool isRowHidden(int row)
8743 * bool isSortingEnabled(void)
8744 * int rowAt(int y)
8745 * int rowHeight(int row)
8746 * int rowSpan(int row, int column)
8747 * int rowViewportPosition(int row)
8748 * void setColumnHidden(int column, bool hide)
8749 * void setColumnWidth(int column, int width)
8750 * void setCornerButtonEnabled(bool enable)
8751 * void setGridStyle(Qt::PenStyle style)
8752 * void setHorizontalHeader(QHeaderView \*header)
8753 * void setRowHeight(int row, int height)
8754 * void setRowHidden(int row, bool hide)
8755 * void setSortingEnabled(bool enable)
8756 * void setSpan(int row, int column, int rowSpanCount, int columnSpanCount)
8757 * void setVerticalHeader(QHeaderView \*header)
8758 * void setWordWrap(bool on)
8759 * bool showGrid(void)
8760 * void sortByColumn(int column, Qt::SortOrder order)
8761 * QHeaderView \*verticalHeader(void)
8762 * bool wordWrap(void)
8763 * void hideColumn(int column)
8764 * void hideRow(int row)
8765 * void resizeColumnToContents(int column)
8766 * void resizeColumnsToContents(void)
8767 * void resizeRowToContents(int row)
8768 * void resizeRowsToContents(void)
8769 * void selectColumn(int column)
8770 * void selectRow(int row)
8771 * void setShowGrid(bool show)
8772 * void showColumn(int column)
8773 * void showRow(int row)
8774
8775 .. index::
8776         pair: RingQt クラスリファレンス; QTableWidget クラス
8777
8778 QTableWidget クラス
8779 ===================
8780
8781
8782 C++ リファレンス : http://doc.qt.io/qt-5/qtablewidget.html
8783
8784
8785 仮引数 : QWidget \*parent
8786
8787
8788 親クラス : QTableView
8789
8790 * QWidget \*cellWidget(int row, int column)
8791 * void closePersistentEditor(QTableWidgetItem \*item)
8792 * int column(QTableWidgetItem \*item)
8793 * int columnCount(void)
8794 * int currentColumn(void)
8795 * QTableWidgetItem \*currentItem(void)
8796 * int currentRow(void)
8797 * void editItem(QTableWidgetItem \*item)
8798 * QTableWidgetItem \*horizontalHeaderItem(int column)
8799 * QTableWidgetItem \*item(int row, int column)
8800 * QTableWidgetItem \*itemAt(int ax, int ay)
8801 * QTableWidgetItem \*itemPrototype(void)
8802 * void openPersistentEditor(QTableWidgetItem \*item)
8803 * void removeCellWidget(int row, int column)
8804 * int row(const QTableWidgetItem \*item)
8805 * int rowCount(void)
8806 * QList<QTableWidgetItem \*> selectedItems(void)
8807 * QList<QTableWidgetSelectionRange> selectedRanges(void)
8808 * void setCellWidget(int row, int column, QWidget \*widget)
8809 * void setColumnCount(int columns)
8810 * void setCurrentCell(int row, int column)
8811 * void setCurrentItem(QTableWidgetItem \* item)
8812 * void setHorizontalHeaderItem(int column, QTableWidgetItem \*item)
8813 * void setHorizontalHeaderLabels(QStringList)
8814 * void setItem(int row, int column, QTableWidgetItem \*item)
8815 * void setItemPrototype(QTableWidgetItem \*item)
8816 * void setRowCount(int rows)
8817 * void setVerticalHeaderItem(int row, QTableWidgetItem \*item)
8818 * void sortItems(int column, Qt::SortOrder order)
8819 * QTableWidgetItem \*takeHorizontalHeaderItem(int column)
8820 * QTableWidgetItem \*takeItem(int row, int column)
8821 * QTableWidgetItem \*takeVerticalHeaderItem(int row)
8822 * QTableWidgetItem \*verticalHeaderItem(int row)
8823 * int visualColumn(int logicalColumn)
8824 * QRect visualItemRect(QTableWidgetItem \*)
8825 * int visualRow(int logicalRow)
8826 * void clear(void)
8827 * void clearContents(void)
8828 * void insertColumn(int column)
8829 * void insertRow(int row)
8830 * void removeColumn(int column)
8831 * void removeRow(int row)
8832 * void scrollToItem(QTableWidgetItem \*item, QAbstractItemView::ScrollHint hint)
8833 * void setcellActivatedEvent(const char \*)
8834 * void setcellChangedEvent(const char \*)
8835 * void setcellClickedEvent(const char \*)
8836 * void setcellDoubleClickedEvent(const char \*)
8837 * void setcellEnteredEvent(const char \*)
8838 * void setcellPressedEvent(const char \*)
8839 * void setcurrentCellChangedEvent(const char \*)
8840 * void setcurrentItemChangedEvent(const char \*)
8841 * void setitemActivatedEvent(const char \*)
8842 * void setitemChangedEvent(const char \*)
8843 * void setitemClickedEvent(const char \*)
8844 * void setitemDoubleClickedEvent(const char \*)
8845 * void setitemEnteredEvent(const char \*)
8846 * void setitemPressedEvent(const char \*)
8847 * void setitemSelectionChangedEvent(const char \*)
8848 * const char \*getcellActivatedEvent(void)
8849 * const char \*getcellChangedEvent(void)
8850 * const char \*getcellClickedEvent(void)
8851 * const char \*getcellDoubleClickedEvent(void)
8852 * const char \*getcellEnteredEvent(void)
8853 * const char \*getcellPressedEvent(void)
8854 * const char \*getcurrentCellChangedEvent(void)
8855 * const char \*getcurrentItemChangedEvent(void)
8856 * const char \*getitemActivatedEvent(void)
8857 * const char \*getitemChangedEvent(void)
8858 * const char \*getitemClickedEvent(void)
8859 * const char \*getitemDoubleClickedEvent(void)
8860 * const char \*getitemEnteredEvent(void)
8861 * const char \*getitemPressedEvent(void)
8862 * const char \*getitemSelectionChangedEvent(void)
8863
8864 .. index::
8865         pair: RingQt クラスリファレンス; QTableWidgetItem クラス
8866
8867 QTableWidgetItem クラス
8868 =======================
8869
8870
8871 C++ リファレンス : http://doc.qt.io/qt-5/qtablewidgetitem.html
8872
8873
8874 仮引数 : QString
8875
8876 * QBrush background(void)
8877 * int checkState(void)
8878 * QTableWidgetItem \*clone(void)
8879 * int column(void)
8880 * QVariant data(int role)
8881 * int flags(void)
8882 * QFont font(void)
8883 * QBrush foreground(void)
8884 * QIcon icon(void)
8885 * bool isSelected(void)
8886 * void read(QDataStream)
8887 * int row(void)
8888 * void setBackground(QBrush)
8889 * void setCheckState(Qt::CheckState state)
8890 * void setData(int role, QVariant)
8891 * void setFlags(Qt::ItemFlag flags)
8892 * void setFont(QFont)
8893 * void setForeground(QBrush)
8894 * void setIcon(QIcon)
8895 * void setSelected(bool select)
8896 * void setSizeHint(QSize)
8897 * void setStatusTip(QString)
8898 * void setText(QString)
8899 * void setTextAlignment(int alignment)
8900 * void setToolTip(QString)
8901 * void setWhatsThis(QString)
8902 * QSize sizeHint(void)
8903 * QString statusTip(void)
8904 * QTableWidget \*tableWidget(void)
8905 * QString text(void)
8906 * int textAlignment(void)
8907 * QString toolTip(void)
8908 * int type(void)
8909 * QString whatsThis(void)
8910 * void write(QDataStream)
8911
8912 .. index::
8913         pair: RingQt クラスリファレンス; QTcpServer クラス
8914
8915 QTcpServer クラス
8916 =================
8917
8918
8919 C++ リファレンス : http://doc.qt.io/qt-5/qtcpserver.html
8920
8921
8922 仮引数 : QWidget \*
8923
8924 * void close(void)
8925 * QString errorString(void)
8926 * bool hasPendingConnections(void)
8927 * bool isListening(void)
8928 * bool listen(QHostAddress, int port)
8929 * int maxPendingConnections(void)
8930 * QTcpSocket \*nextPendingConnection(void)
8931 * void pauseAccepting(void)
8932 * QNetworkProxy proxy(void)
8933 * void resumeAccepting(void)
8934 * QHostAddress serverAddress(void)
8935 * int serverError(void)
8936 * int serverPort(void)
8937 * void setMaxPendingConnections(int numConnections)
8938 * void setProxy(QNetworkProxy)
8939 * bool setSocketDescriptor(qintptr socketDescriptor)
8940 * int \*socketDescriptor(void)
8941 * bool waitForNewConnection(int msec, bool \*timedOut)
8942 * void setacceptErrorEvent(const char \*)
8943 * void setnewConnectionEvent(const char \*)
8944 * const char \*getacceptErrorEvent(void)
8945 * const char \*getnewConnectionEvent(void)
8946
8947 .. index::
8948         pair: RingQt クラスリファレンス; QTcpSocket クラス
8949
8950 QTcpSocket クラス
8951 =================
8952
8953
8954 C++ リファレンス : http://doc.qt.io/qt-5/qtcpsocket.html
8955
8956
8957 仮引数 : QObject \*
8958
8959
8960 親クラス : QAbstractSocket
8961
8962 * void setconnectedEvent(const char \*)
8963 * void setdisconnectedEvent(const char \*)
8964 * void seterrorEvent(const char \*)
8965 * void sethostFoundEvent(const char \*)
8966 * void setproxyAuthenticationRequiredEvent(const char \*)
8967 * void setstateChangedEvent(const char \*)
8968 * void setaboutToCloseEvent(const char \*)
8969 * void setbytesWrittenEvent(const char \*)
8970 * void setreadChannelFinishedEvent(const char \*)
8971 * void setreadyReadEvent(const char \*)
8972 * const char \*getconnectedEvent(void)
8973 * const char \*getdisconnectedEvent(void)
8974 * const char \*geterrorEvent(void)
8975 * const char \*gethostFoundEvent(void)
8976 * const char \*getproxyAuthenticationRequiredEvent(void)
8977 * const char \*getstateChangedEvent(void)
8978 * const char \*getaboutToCloseEvent(void)
8979 * const char \*getbytesWrittenEvent(void)
8980 * const char \*getreadChannelFinishedEvent(void)
8981 * const char \*getreadyReadEvent(void)
8982
8983 .. index::
8984         pair: RingQt クラスリファレンス; QTechnique クラス
8985
8986 QTechnique クラス
8987 =================
8988
8989
8990 C++ リファレンス : http://doc.qt.io/qt-5/qt3drender-qtechnique.html
8991
8992
8993 仮引数 : Qt3DCore::QNode \*
8994
8995 * void addFilterKey(Qt3DRender::QFilterKey \*filterKey)
8996 * void addParameter(Qt3DRender::QParameter \*parameter)
8997 * void addRenderPass(Qt3DRender::QRenderPass \*pass)
8998 * QVector<Qt3DRender::QFilterKey \*> filterKeys(void)
8999 * Qt3DRender::QGraphicsApiFilter \* graphicsApiFilter(void)
9000 * QVector<Qt3DRender::QParameter \*> parameters(void)
9001 * void removeFilterKey(Qt3DRender::QFilterKey \*filterKey)
9002 * void removeParameter(Qt3DRender::QParameter \*parameter)
9003 * void removeRenderPass(Qt3DRender::QRenderPass \*pass)
9004 * QVector<Qt3DRender::QRenderPass \*> renderPasses(void)
9005
9006 .. index::
9007         pair: RingQt クラスリファレンス; QTest クラス
9008
9009 QTest クラス
9010 ============
9011
9012
9013 C++ リファレンス : http://doc.qt.io/qt-5/qtest.html
9014
9015 * void qsleep(int)
9016
9017 .. index::
9018         pair: RingQt クラスリファレンス; QText2DEntity クラス
9019
9020 QText2DEntity クラス
9021 ====================
9022
9023
9024 C++ リファレンス : http://doc.qt.io/qt-5/qt3dextras-qtext2dentity.html
9025
9026
9027 仮引数 : Qt3DCore::QNode \*
9028
9029
9030 親クラス : QEntity
9031
9032 * QColor color(void)
9033 * QFont font(void)
9034 * float height(void)
9035 * void setColor(QColor color)
9036 * void setFont(QFont font)
9037 * void setHeight(float height)
9038 * void setText(QString text)
9039 * void setWidth(float width)
9040 * QString text(void)
9041 * float width(void)
9042
9043 .. index::
9044         pair: RingQt クラスリファレンス; QTextBlock クラス
9045
9046 QTextBlock クラス
9047 =================
9048
9049
9050 C++ リファレンス : http://doc.qt.io/qt-5/qtextblock.html
9051
9052
9053 仮引数 : void
9054
9055 * int blockFormatIndex(void)
9056 * int blockNumber(void)
9057 * QTextCharFormat charFormat(void)
9058 * int charFormatIndex(void)
9059 * void clearLayout(void)
9060 * bool contains(int position)
9061 * QTextDocument \*document(void)
9062 * bool isValid(void)
9063 * bool isVisible(void)
9064 * QTextLayout \* layout(void)
9065 * int length(void)
9066 * int lineCount(void)
9067 * QTextBlock next(void) # In RingQt use :  QTextBlock nextblock(void)
9068 * int position(void)
9069 * QTextBlock previous(void)
9070 * int revision(void)
9071 * void setLineCount(int count)
9072 * void setRevision(int rev)
9073 * void setUserData(QTextBlockUserData \* data)
9074 * void setUserState(int state)
9075 * void setVisible(bool visible)
9076 * QString text(void)
9077 * int textDirection(void)
9078 * QTextList \* textList(void)
9079 * QTextBlockUserData \* userData(void)
9080 * int userState(void)
9081
9082 .. index::
9083         pair: RingQt クラスリファレンス; QTextBrowser クラス
9084
9085 QTextBrowser クラス
9086 ===================
9087
9088
9089 C++ リファレンス : http://doc.qt.io/qt-5/qtextbrowser.html
9090
9091
9092 仮引数 : QWidget \*
9093
9094
9095 親クラス : QTextEdit
9096
9097 * int backwardHistoryCount(void)
9098 * void clearHistory(void)
9099 * int forwardHistoryCount(void)
9100 * QString historyTitle(int i)
9101 * QUrl historyUrl(int i)
9102 * bool isBackwardAvailable(void)
9103 * bool isForwardAvailable(void)
9104 * bool openExternalLinks(void)
9105 * bool openLinks(void)
9106 * QStringList searchPaths(void)
9107 * void setOpenExternalLinks(bool open)
9108 * void setOpenLinks(bool open)
9109 * void setSearchPaths(QStringList paths)
9110 * QUrl source(void)
9111 * void setanchorClickedEvent(const char \*)
9112 * void setbackwardAvailableEvent(const char \*)
9113 * void setforwardAvailableEvent(const char \*)
9114 * void sethighlightedEvent(const char \*)
9115 * void sethistoryChangedEvent(const char \*)
9116 * void setsourceChangedEvent(const char \*)
9117 * const char \*getanchorClickedEvent(void)
9118 * const char \*getbackwardAvailableEvent(void)
9119 * const char \*getforwardAvailableEvent(void)
9120 * const char \*gethighlightedEvent(void)
9121 * const char \*gethistoryChangedEvent(void)
9122 * const char \*getsourceChangedEvent(void)
9123
9124 .. index::
9125         pair: RingQt クラスリファレンス; QTextCharFormat クラス
9126
9127 QTextCharFormat クラス
9128 ======================
9129
9130
9131 C++ リファレンス : http://doc.qt.io/qt-5/qtextcharformat.html
9132
9133
9134 仮引数 : void
9135
9136 * QString anchorHref(void)
9137 * QStringList anchorNames(void)
9138 * QFont font(void)
9139 * QFont::Capitalization fontCapitalization(void)
9140 * QString fontFamily(void)
9141 * bool fontFixedPitch(void)
9142 * QFont::HintingPreference fontHintingPreference(void)
9143 * bool fontItalic(void)
9144 * bool fontKerning(void)
9145 * qreal fontLetterSpacing(void)
9146 * QFont::SpacingType fontLetterSpacingType(void)
9147 * bool fontOverline(void)
9148 * qreal fontPointSize(void)
9149 * int fontStretch(void)
9150 * bool fontStrikeOut(void)
9151 * QFont::StyleHint fontStyleHint(void)
9152 * QFont::StyleStrategy fontStyleStrategy(void)
9153 * bool fontUnderline(void)
9154 * int fontWeight(void)
9155 * qreal fontWordSpacing(void)
9156 * bool isAnchor(void)
9157 * bool isValid(void)
9158 * void setAnchor(bool anchor)
9159 * void setAnchorHref( QString   value)
9160 * void setAnchorNames( QStringList   names)
9161 * void setFontCapitalization(QFont::Capitalization capitalization)
9162 * void setFontFamily( QString   family)
9163 * void setFontFixedPitch(bool fixedPitch)
9164 * void setFontHintingPreference(QFont::HintingPreference hintingPreference)
9165 * void setFontItalic(bool italic)
9166 * void setFontKerning(bool enable)
9167 * void setFontLetterSpacing(qreal spacing)
9168 * void setFontLetterSpacingType(QFont::SpacingType letterSpacingType)
9169 * void setFontOverline(bool overline)
9170 * void setFontPointSize(qreal size)
9171 * void setFontStretch(int factor)
9172 * void setFontStrikeOut(bool strikeOut)
9173 * void setFontStyleHint(QFont::StyleHint hint, QFont::StyleStrategy strategy )
9174 * void setFontStyleStrategy(QFont::StyleStrategy strategy)
9175 * void setFontUnderline(bool underline)
9176 * void setFontWeight(int weight)
9177 * void setFontWordSpacing(qreal spacing)
9178 * void setTextOutline( QPen   pen)
9179 * void setToolTip( QString   text)
9180 * void setUnderlineColor( QColor   color)
9181 * void setUnderlineStyle(QTextCharFormat::UnderlineStyle style)
9182 * void setVerticalAlignment(QTextCharFormat::VerticalAlignment alignment)
9183 * QPen textOutline(void)
9184 * QString toolTip(void)
9185 * QColor underlineColor(void)
9186 * QTextCharFormat::UnderlineStyle underlineStyle(void)
9187 * QTextCharFormat::VerticalAlignment verticalAlignment(void)
9188
9189 .. index::
9190         pair: RingQt クラスリファレンス; QTextCodec クラス
9191
9192 QTextCodec クラス
9193 =================
9194
9195
9196 C++ リファレンス : http://doc.qt.io/qt-5/qtextcodec.html
9197
9198 * QTextCodec \*codecForName(const char \*name)
9199 * void setCodecForLocale(QTextCodec \*c)
9200
9201 .. index::
9202         pair: RingQt クラスリファレンス; QTextCursor クラス
9203
9204 QTextCursor クラス
9205 ==================
9206
9207
9208 C++ リファレンス : http://doc.qt.io/qt-5/qtextcursor.html
9209
9210
9211 仮引数 : void
9212
9213 * int anchor(void)
9214 * bool atBlockEnd(void)
9215 * bool atBlockStart(void)
9216 * bool atEnd(void)
9217 * bool atStart(void)
9218 * void beginEditBlock(void)
9219 * QTextBlock block(void)
9220 * QTextCharFormat blockCharFormat(void)
9221 * QTextBlockFormat blockFormat(void)
9222 * int blockNumber(void)
9223 * QTextCharFormat charFormat(void)
9224 * void clearSelection(void)
9225 * int columnNumber(void)
9226 * QTextList \*createList(QTextListFormat)
9227 * QTextFrame \*currentFrame(void)
9228 * QTextList \*currentList(void)
9229 * QTextTable \*currentTable(void)
9230 * void deleteChar(void)
9231 * void deletePreviousChar(void)
9232 * QTextDocument \*document(void)
9233 * void endEditBlock(void)
9234 * bool hasComplexSelection(void)
9235 * bool hasSelection(void)
9236 * void insertBlock(void)
9237 * void insertFragment(QTextDocumentFragment)
9238 * QTextFrame \*insertFrame(QTextFrameFormat)
9239 * void insertHtml(QString)
9240 * void insertImage(QTextImageFormat)
9241 * QTextList \*insertList(QTextListFormat)
9242 * QTextTable \* insertTable(int rows, int columns, QTextTableFormat)
9243 * void insertText(QString)
9244 * void insertText_2(QString,QTextCharFormat)
9245 * bool isCopyOf(QTextCursor)
9246 * bool isNull(void)
9247 * void joinPreviousEditBlock(void)
9248 * bool keepPositionOnInsert(void)
9249 * void mergeBlockCharFormat(QTextCharFormat)
9250 * void mergeBlockFormat(QTextBlockFormat)
9251 * void mergeCharFormat(QTextCharFormat)
9252 * bool movePosition(QTextCursor::MoveOperation operation, QTextCursor::MoveMode mode, int n)
9253 * int position(void)
9254 * int positionInBlock(void)
9255 * void removeSelectedText(void)
9256 * void select(QTextCursor::SelectionType selection)
9257 * void selectedTableCells(int \*firstRow, int \*numRows, int \*firstColumn, int \*numColumns)
9258 * QString selectedText(void)
9259 * QTextDocumentFragment selection(void)
9260 * int selectionEnd(void)
9261 * int selectionStart(void)
9262 * void setBlockCharFormat(QTextCharFormat)
9263 * void setBlockFormat(QTextBlockFormat)
9264 * void setCharFormat(QTextCharFormat)
9265 * void setKeepPositionOnInsert(bool b)
9266 * void setPosition(int pos, QTextCursor::MoveMode m)
9267 * void setVerticalMovementX(int x)
9268 * void setVisualNavigation(bool b)
9269 * int verticalMovementX(void)
9270 * bool visualNavigation(void)
9271
9272 .. index::
9273         pair: RingQt クラスリファレンス; QTextDocument クラス
9274
9275 QTextDocument クラス
9276 ====================
9277
9278
9279 C++ リファレンス : http://doc.qt.io/qt-5/qtextdocument.html
9280
9281
9282 仮引数 : void
9283
9284
9285 親クラス : QObject
9286
9287 * void addResource(int type,QUrl name, QVariant resource)
9288 * void adjustSize(void)
9289 * QVector<QTextFormat> allFormats(void)
9290 * int availableRedoSteps(void)
9291 * int availableUndoSteps(void)
9292 * QTextBlock begin(void)
9293 * int blockCount(void)
9294 * QChar characterAt(int pos)
9295 * int characterCount(void)
9296 * void clearUndoRedoStacks(QTextDocument::Stacks stacksToClear )
9297 * QTextDocument \*clone(QObject \*parent )
9298 * int defaultCursorMoveStyle(void)
9299 * QFont defaultFont(void)
9300 * QString defaultStyleSheet(void)
9301 * QTextOption defaultTextOption(void)
9302 * QAbstractTextDocumentLayout \*documentLayout(void)
9303 * double documentMargin(void)
9304 * void drawContents(QPainter \*p, QRectF rect)
9305 * QTextBlock end(void) # In RingQt use : QTextBlock enddoc(void)
9306 * QTextCursor find(QString subString, QTextCursor cursor, QTextDocument::FindFlag options )
9307 * QTextBlock findBlock(int pos)
9308 * QTextBlock findBlockByLineNumber(int lineNumber)
9309 * QTextBlock findBlockByNumber(int blockNumber)
9310 * QTextBlock firstBlock(void)
9311 * double idealWidth(void)
9312 * double indentWidth(void)
9313 * bool isEmpty(void)
9314 * bool isModified(void)
9315 * bool isRedoAvailable(void)
9316 * bool isUndoAvailable(void)
9317 * bool isUndoRedoEnabled(void)
9318 * QTextBlock lastBlock(void)
9319 * int lineCount(void)
9320 * void markContentsDirty(int position, int length)
9321 * int maximumBlockCount(void)
9322 * QString metaInformation(QTextDocument::MetaInformation info)
9323 * QTextObject \*object(int objectIndex)
9324 * QTextObject \*objectForFormat(QTextFormat f)
9325 * int pageCount(void)
9326 * QSizeF pageSize(void)
9327 * void print(QPrinter \*printer)
9328 * void redo(QTextCursor \*cursor)
9329 * QVariant resource(int type, QUrl name)
9330 * int revision(void)
9331 * QTextFrame \*rootFrame(void)
9332 * void setDefaultCursorMoveStyle(Qt::CursorMoveStyle style)
9333 * void setDefaultFont(QFont font)
9334 * void setDefaultStyleSheet(QString sheet)
9335 * void setDefaultTextOption(QTextOption option)
9336 * void setDocumentLayout(QAbstractTextDocumentLayout \* layout)
9337 * void setDocumentMargin(double margin)
9338 * void setHtml(QString html)
9339 * void setIndentWidth(double width)
9340 * void setMaximumBlockCount(int maximum)
9341 * void setMetaInformation(QTextDocument::MetaInformation info, QString string)
9342 * void setPageSize(QSizeF size)
9343 * void setPlainText(QString text)
9344 * void setTextWidth(double width)
9345 * void setUndoRedoEnabled(bool enable)
9346 * void setUseDesignMetrics(bool b)
9347 * QSizeF size(void)
9348 * qreal textWidth(void)
9349 * QString toHtml(QByteArray encoding)
9350 * QString toPlainText(void)
9351 * void undo(QTextCursor \*cursor)
9352 * bool useDesignMetrics(void)
9353 * void setModified(bool m)
9354
9355 .. index::
9356         pair: RingQt クラスリファレンス; QTextEdit クラス
9357
9358 QTextEdit クラス
9359 ================
9360
9361
9362 C++ リファレンス : http://doc.qt.io/qt-5/qtextedit.html
9363
9364
9365 仮引数 : QWidget \*
9366
9367
9368 親クラス : QAbstractScrollArea
9369
9370 * bool acceptRichText(void)
9371 * int alignment(void)
9372 * QString anchorAt(QPoint)
9373 * bool canPaste(void)
9374 * QTextCharFormat currentCharFormat(void)
9375 * QFont currentFont(void)
9376 * QTextCursor cursorForPosition(QPoint)
9377 * QRect cursorRect(void)
9378 * int cursorWidth(void)
9379 * QTextDocument \*document(void)
9380 * QString documentTitle(void)
9381 * void ensureCursorVisible(void)
9382 * bool find(QString, QTextDocument::FindFlag)
9383 * QString fontFamily(void)
9384 * bool fontItalic(void)
9385 * double fontPointSize(void)
9386 * bool fontUnderline(void)
9387 * int fontWeight(void)
9388 * bool isReadOnly(void)
9389 * bool isUndoRedoEnabled(void)
9390 * int lineWrapColumnOrWidth(void)
9391 * QVariant loadResource(int, QUrl)
9392 * void mergeCurrentCharFormat(QTextCharFormat)
9393 * void moveCursor(QTextCursor::MoveOperation operation, QTextCursor::MoveMode mode)
9394 * bool overwriteMode(void)
9395 * void print(QPrinter \* printer)
9396 * void setAcceptRichText(bool accept)
9397 * void setCurrentCharFormat(QTextCharFormat)
9398 * void setCursorWidth(int width)
9399 * void setDocument(QTextDocument \*document)
9400 * void setDocumentTitle(QString)
9401 * void setLineWrapColumnOrWidth(int w)
9402 * void setLineWrapMode(QTextEdit::LineWrapMode)
9403 * void setOverwriteMode(bool overwrite)
9404 * void setReadOnly(bool)
9405 * void setTabChangesFocus(bool)
9406 * void setTabStopWidth(int width)
9407 * void setTextCursor(QTextCursor)
9408 * void setTextInteractionFlags(Qt::TextInteractionFlag flags)
9409 * void setUndoRedoEnabled(bool enable)
9410 * void setWordWrapMode(QTextOption::WrapMode policy)
9411 * bool tabChangesFocus(void)
9412 * int tabStopWidth(void)
9413 * QColor textBackgroundColor(void)
9414 * QColor textColor(void)
9415 * QTextCursor textCursor(void)
9416 * int textInteractionFlags(void)
9417 * QString toHtml(void)
9418 * QString toPlainText(void)
9419 * int wordWrapMode(void)
9420 * void append(QString)
9421 * void clear(void)
9422 * void copy(void)
9423 * void cut(void)
9424 * void insertHtml(QString)
9425 * void insertPlainText(QString)
9426 * void paste(void)
9427 * void redo(void)
9428 * void scrollToAnchor(QString)
9429 * void selectAll(void)
9430 * void setAlignment(Qt::AlignmentFlag a)
9431 * void setCurrentFont(QFont)
9432 * void setFontFamily(QString)
9433 * void setFontItalic(bool italic)
9434 * void setFontPointSize(double s)
9435 * void setFontUnderline(bool underline)
9436 * void setFontWeight(int weight)
9437 * void setHtml(QString)
9438 * void setPlainText(QString)
9439 * void setText(QString)
9440 * void setTextBackgroundColor(QColor)
9441 * void setTextColor(QColor)
9442 * void undo(void)
9443 * void zoomIn(int range)
9444 * void zoomOut(int range)
9445 * void setcopyAvailableEvent(const char \*)
9446 * void setcurrentCharFormatChangedEvent(const char \*)
9447 * void setcursorPositionChangedEvent(const char \*)
9448 * void setredoAvailableEvent(const char \*)
9449 * void setselectionChangedEvent(const char \*)
9450 * void settextChangedEvent(const char \*)
9451 * void setundoAvailableEvent(const char \*)
9452 * const char \*getcopyAvailableEvent(void)
9453 * const char \*getcurrentCharFormatChangedEvent(void)
9454 * const char \*getcursorPositionChangedEvent(void)
9455 * const char \*getredoAvailableEvent(void)
9456 * const char \*getselectionChangedEvent(void)
9457 * const char \*gettextChangedEvent(void)
9458 * const char \*getundoAvailableEvent(void)
9459 * void cyanline(void)
9460 * void setactivelinecolor(QColor)
9461
9462 .. index::
9463         pair: RingQt クラスリファレンス; QTextStream クラス
9464
9465 QTextStream クラス
9466 ==================
9467
9468
9469 C++ リファレンス : http://doc.qt.io/qt-5/qtextstream.html
9470
9471
9472 仮引数 : void
9473
9474 * bool atEnd(void)
9475 * bool autoDetectUnicode(void)
9476 * QTextCodec \* codec(void)
9477 * QIODevice \* device(void)
9478 * QTextStream::FieldAlignment fieldAlignment(void)
9479 * int fieldWidth(void)
9480 * void flush(void)
9481 * bool generateByteOrderMark(void)
9482 * int integerBase(void)
9483 * QLocale locale(void)
9484 * QTextStream::NumberFlags numberFlags(void)
9485 * QChar padChar(void)
9486 * qint64 pos(void)
9487 * QString read(qint64 maxlen)
9488 * QString readAll(void)
9489 * QString readLine(qint64 maxlen)
9490 * QTextStream::RealNumberNotation realNumberNotation(void)
9491 * int realNumberPrecision(void)
9492 * void reset(void)
9493 * void resetStatus(void)
9494 * bool seek(qint64 pos)
9495 * void setAutoDetectUnicode(bool enabled)
9496 * void setCodec(QTextCodec \* codec)
9497 * void setCodec_2(char \* codecName)
9498 * void setDevice(QIODevice \* device)
9499 * void setFieldAlignment(QTextStream::FieldAlignment mode)
9500 * void setFieldWidth(int width)
9501 * void setGenerateByteOrderMark(bool generate)
9502 * void setIntegerBase(int base)
9503 * void setLocale(QLocale locale)
9504 * void setNumberFlags(QTextStream::NumberFlags flags)
9505 * void setPadChar(QChar ch)
9506 * void setRealNumberNotation(QTextStream::RealNumberNotation notation)
9507 * void setRealNumberPrecision(int precision)
9508 * void setStatus(QTextStream::Status status)
9509 * void setString(QString \* string, QIODevice::OpenMode openMode)
9510 * void skipWhiteSpace(void)
9511 * QTextStream::Status status(void)
9512 * QString \* string(void)
9513
9514 .. index::
9515         pair: RingQt クラスリファレンス; QTextStream2 クラス
9516
9517 QTextStream2 クラス
9518 ===================
9519
9520
9521 仮引数 : QIODevice \* device
9522
9523
9524 親クラス : QTextStream
9525
9526
9527 .. index::
9528         pair: RingQt クラスリファレンス; QTextStream3 クラス
9529
9530 QTextStream3 クラス
9531 ===================
9532
9533
9534 仮引数 : FILE \* fileHandle, QIODevice::OpenMode
9535
9536
9537 親クラス : QTextStream
9538
9539
9540 .. index::
9541         pair: RingQt クラスリファレンス; QTextStream4 クラス
9542
9543 QTextStream4 クラス
9544 ===================
9545
9546
9547 仮引数 : QString \*, QIODevice::OpenMode
9548
9549
9550 親クラス : QTextStream
9551
9552
9553 .. index::
9554         pair: RingQt クラスリファレンス; QTextStream5 クラス
9555
9556 QTextStream5 クラス
9557 ===================
9558
9559
9560 仮引数 : QByteArray \*, QIODevice::OpenMode
9561
9562
9563 親クラス : QTextStream
9564
9565
9566 .. index::
9567         pair: RingQt クラスリファレンス; QTextToSpeech クラス
9568
9569 QTextToSpeech クラス
9570 ====================
9571
9572
9573 C++ リファレンス : http://doc.qt.io/qt-5/qtexttospeech.html
9574
9575
9576 仮引数 : QObject \*
9577
9578
9579 親クラス : QObject
9580
9581 * QVector<QLocale> availableLocales(void)
9582 * QVector<QVoice> availableVoices(void)
9583 * QLocale locale(void)
9584 * double pitch(void)
9585 * double rate(void)
9586 * QTextToSpeech::State state(void)
9587 * QVoice voice(void)
9588 * double volume(void)
9589 * void pause(void)
9590 * void resume(void)
9591 * void say(QString text)
9592 * void setLocale(QLocale locale)
9593 * void setPitch(double pitch)
9594 * void setRate(double rate)
9595 * void setVoice(QVoice voice)
9596 * void setVolume(double volume)
9597 * void stop(void)
9598 * QStringList availableEngines(void)
9599 * void setlocaleChangedEvent(const char \*)
9600 * void setpitchChangedEvent(const char \*)
9601 * void setrateChangedEvent(const char \*)
9602 * void setstateChangedEvent(const char \*)
9603 * void setvoiceChangedEvent(const char \*)
9604 * void setvolumeChangedEvent(const char \*)
9605 * const char \*getlocaleChangedEvent(void)
9606 * const char \*getpitchChangedEvent(void)
9607 * const char \*getrateChangedEvent(void)
9608 * const char \*getstateChangedEvent(void)
9609 * const char \*getvoiceChangedEvent(void)
9610 * const char \*getvolumeChangedEvent(void)
9611
9612 .. index::
9613         pair: RingQt クラスリファレンス; QTextureLoader クラス
9614
9615 QTextureLoader クラス
9616 =====================
9617
9618
9619 C++ リファレンス : http://doc.qt.io/qt-5/qt3drender-qtextureloader.html
9620
9621
9622 仮引数 : Qt3DCore::QNode \*
9623
9624 * bool isMirrored(void)
9625 * QUrl source(void)
9626 * void setMirrored(bool mirrored)
9627 * void setSource(QUrl source)
9628
9629 .. index::
9630         pair: RingQt クラスリファレンス; QTextureMaterial クラス
9631
9632 QTextureMaterial クラス
9633 =======================
9634
9635
9636 C++ リファレンス : http://doc.qt.io/qt-5/qt3dextras-qtexturematerial.html
9637
9638
9639 仮引数 : Qt3DCore::QNode \*
9640
9641 * bool isAlphaBlendingEnabled(void)
9642 * Qt3DRender::QAbstractTexture \*texture(void)
9643 * QVector2D textureOffset(void)
9644 * QMatrix3x3 textureTransform(void)
9645 * void setAlphaBlendingEnabled(bool enabled)
9646 * void setTexture(Qt3DRender::QAbstractTexture \*texture)
9647 * void setTextureOffset(QVector2D textureOffset)
9648 * void setTextureTransform(QMatrix3x3 matrix)
9649
9650 .. index::
9651         pair: RingQt クラスリファレンス; QThread クラス
9652
9653 QThread クラス
9654 ==============
9655
9656
9657 C++ リファレンス : http://doc.qt.io/qt-5/qthread.html
9658
9659
9660 仮引数 : QObject \*
9661
9662
9663 親クラス : QObject
9664
9665 * QAbstractEventDispatcher \*eventDispatcher(void)
9666 * void exit(int returnCode) # In RingQt use : void exitfromthread(int returnCode)
9667 * bool isFinished(void)
9668 * bool isInterruptionRequested(void)
9669 * bool isRunning(void)
9670 * QThread::Priority priority(void)
9671 * void requestInterruption(void)
9672 * void setEventDispatcher(QAbstractEventDispatcher \*eventDispatcher)
9673 * void setPriority(QThread::Priority priority)
9674 * void setStackSize(uint stackSize)
9675 * uint stackSize(void)
9676 * bool wait(unsigned long time)
9677 * void quit(void)
9678 * void start(QThread::Priority priority)
9679 * void terminate(void)
9680 * QThread \*currentThread(void)
9681 * Qt::HANDLE currentThreadId(void)
9682 * int idealThreadCount(void)
9683 * void msleep(unsigned long msecs)
9684 * void sleep(unsigned long secs)
9685 * void usleep(unsigned long usecs)
9686 * void yieldCurrentThread(void)
9687 * void setStartedEvent(const char \*)
9688 * void setFinishedEvent(const char \*)
9689 * const char \*getStartedEvent(void)
9690 * const char \*getFinishedEvent(void)
9691
9692 .. index::
9693         pair: RingQt クラスリファレンス; QThreadPool クラス
9694
9695 QThreadPool クラス
9696 ==================
9697
9698
9699 C++ リファレンス : http://doc.qt.io/qt-5/qthreadpool.html
9700
9701
9702 仮引数 : void
9703
9704
9705 親クラス : QObject
9706
9707 * int activeThreadCount(void)
9708 * void clear(void)
9709 * int expiryTimeout(void)
9710 * int maxThreadCount(void)
9711 * void releaseThread(void)
9712 * void reserveThread(void)
9713 * void setExpiryTimeout(int expiryTimeout)
9714 * void setMaxThreadCount(int maxThreadCount)
9715 * void start(QRunnable \* runnable, int priority)
9716 * bool tryStart(QRunnable \* runnable)
9717 * bool waitForDone(int msecs)
9718 * QThreadPool \*globalInstance(void)
9719
9720 .. index::
9721         pair: RingQt クラスリファレンス; QTime クラス
9722
9723 QTime クラス
9724 ============
9725
9726
9727 C++ リファレンス : http://doc.qt.io/qt-5/qtime.html
9728
9729
9730 仮引数 : void
9731
9732 * QTime addMSecs(int ms)
9733 * QTime addSecs(int s)
9734 * int elapsed(void)
9735 * int hour(void)
9736 * bool isNull(void)
9737 * bool isValid(void)
9738 * int minute(void)
9739 * int msec(void)
9740 * int msecsSinceStartOfDay(void)
9741 * int msecsTo(QTime)
9742 * int restart(void)
9743 * int second(void)
9744 * int secsTo(QTime)
9745 * bool setHMS(int h, int m, int s, int ms)
9746 * void start(void)
9747 * QString toString(QString)
9748 * QTime currentTime(void)
9749 * QTime fromMSecsSinceStartOfDay(int msecs)
9750 * QTime fromString(QString,QString)
9751
9752 .. index::
9753         pair: RingQt クラスリファレンス; QTimer クラス
9754
9755 QTimer クラス
9756 =============
9757
9758
9759 C++ リファレンス : http://doc.qt.io/qt-5/qtimer.html
9760
9761
9762 仮引数 : QObject \*parent
9763
9764 * int interval(void)
9765 * bool isActive(void)
9766 * bool isSingleShot(void)
9767 * void setInterval(int msec)
9768 * void setSingleShot(bool singleShot)
9769 * int timerId(void)
9770 * void start(void)
9771 * void stop(void)
9772 * void settimeoutEvent(const char \*)
9773 * const char \*gettimeoutEvent(void)
9774
9775 .. index::
9776         pair: RingQt クラスリファレンス; QToolBar クラス
9777
9778 QToolBar クラス
9779 ===============
9780
9781
9782 C++ リファレンス : http://doc.qt.io/qt-5/qtoolbar.html
9783
9784
9785 仮引数 : QWidget \*
9786
9787
9788 親クラス : QWidget
9789
9790 * QAction \*actionAt(int x, int y)
9791 * QAction \*addAction(QString)
9792 * QAction \*addSeparator(void)
9793 * QAction \*addWidget(QWidget \*widget)
9794 * int allowedAreas(void)
9795 * void clear(void)
9796 * QSize iconSize(void)
9797 * QAction \*insertSeparator(QAction \*before)
9798 * QAction \*insertWidget(QAction \*before, QWidget \*widget)
9799 * bool isAreaAllowed(Qt::ToolBarArea area)
9800 * bool isFloatable(void)
9801 * bool isFloating(void)
9802 * bool isMovable(void)
9803 * int orientation(void)
9804 * void setAllowedAreas(Qt::ToolBarArea areas)
9805 * void setFloatable(bool floatable)
9806 * void setMovable(bool movable)
9807 * void setOrientation(Qt::Orientation orientation)
9808 * QAction \*toggleViewAction(void)
9809 * int toolButtonStyle(void)
9810 * QWidget \*widgetForAction(QAction \*action)
9811 * void setIconSize(QSize)
9812 * void setToolButtonStyle(Qt::ToolButtonStyle toolButtonStyle)
9813
9814 .. index::
9815         pair: RingQt クラスリファレンス; QToolButton クラス
9816
9817 QToolButton クラス
9818 ==================
9819
9820
9821 C++ リファレンス : http://doc.qt.io/qt-5/qtoolbutton.html
9822
9823
9824 仮引数 : QWidget \*
9825
9826
9827 親クラス : QAbstractButton
9828
9829 * Qt::ArrowType arrowType(void)
9830 * bool autoRaise(void)
9831 * QAction \* defaultAction(void)
9832 * QMenu \* menu(void)
9833 * QToolButton::ToolButtonPopupMode popupMode(void)
9834 * void setArrowType(Qt::ArrowType type)
9835 * void setAutoRaise(bool enable)
9836 * void setMenu(QMenu \* menu)
9837 * void setPopupMode(QToolButton::ToolButtonPopupMode mode)
9838 * Qt::ToolButtonStyle toolButtonStyle(void)
9839 * void setDefaultAction(QAction \* action)
9840 * void setToolButtonStyle(Qt::ToolButtonStyle style)
9841 * void showMenu(void)
9842 * void settriggeredEvent(const char \*)
9843 * const char \*gettriggeredEvent(void)
9844 * void setClickEvent(const char \*)
9845 * const char \*getClickEvent(void)
9846
9847 .. index::
9848         pair: RingQt クラスリファレンス; QTorusMesh クラス
9849
9850 QTorusMesh クラス
9851 =================
9852
9853
9854 C++ リファレンス : http://doc.qt.io/qt-5/qt3dextras-qtorusmesh.html
9855
9856
9857 仮引数 : Qt3DCore::QNode \*
9858
9859 * float minorRadius(void)
9860 * float radius(void)
9861 * int rings(void)
9862 * int slices(void)
9863 * void setMinorRadius(float minorRadius)
9864 * void setRadius(float radius)
9865 * void setRings(int rings)
9866 * void setSlices(int slices)
9867
9868 .. index::
9869         pair: RingQt クラスリファレンス; QTransform クラス
9870
9871 QTransform クラス
9872 =================
9873
9874
9875 C++ リファレンス : http://doc.qt.io/qt-5/qt3dcore-qtransform.html
9876
9877
9878 仮引数 : Qt3DCore::QNode \*
9879
9880 * QMatrix4x4 matrix(void)
9881 * QQuaternion rotation(void)
9882 * float rotationX(void)
9883 * float rotationY(void)
9884 * float rotationZ(void)
9885 * float scale(void)
9886 * QVector3D scale3D(void)
9887 * QVector3D translation(void)
9888 * void setMatrix(QMatrix4x4 matrix)
9889 * void setRotation(QQuaternion rotation)
9890 * void setRotationX(float rotationX)
9891 * void setRotationY(float rotationY)
9892 * void setRotationZ(float rotationZ)
9893 * void setScale(float scale)
9894 * void setScale3D(QVector3D scale)
9895 * void setTranslation(QVector3D translation)
9896 * QQuaternion fromAxes(QVector3D xAxis, QVector3D yAxis, QVector3D zAxis)
9897 * QQuaternion fromAxesAndAngles(QVector3D axis1, float angle1, QVector3D axis2, float angle2)
9898 * QQuaternion fromAxesAndAngles_2(QVector3D axis1, float angle1, QVector3D axis2, float angle2, QVector3D axis3, float angle3)
9899 * QQuaternion fromAxisAndAngle(QVector3D axis, float angle)
9900 * QQuaternion fromAxisAndAngle_2(float x, float y, float z, float angle)
9901 * QQuaternion fromEulerAngles(QVector3D eulerAngles)
9902 * QQuaternion fromEulerAngles_2(float pitch, float yaw, float roll)
9903 * QMatrix4x4 rotateAround(QVector3D point, float angle, QVector3D axis)
9904 * QMatrix4x4 rotateFromAxes(QVector3D xAxis, QVector3D yAxis, QVector3D zAxis)
9905
9906 .. index::
9907         pair: RingQt クラスリファレンス; QTreeView クラス
9908
9909 QTreeView クラス
9910 ================
9911
9912
9913 C++ リファレンス : http://doc.qt.io/qt-5/qtreeview.html
9914
9915
9916 仮引数 : QWidget \*
9917
9918
9919 親クラス : QAbstractItemView
9920
9921 * bool allColumnsShowFocus(void)
9922 * int autoExpandDelay(void)
9923 * int columnAt(int x)
9924 * int columnViewportPosition(int column)
9925 * int columnWidth(int column)
9926 * bool expandsOnDoubleClick(void)
9927 * QHeaderView \*header(void)
9928 * int indentation(void)
9929 * QModelIndex indexAbove(QModelIndex)
9930 * QModelIndex indexBelow(QModelIndex)
9931 * bool isAnimated(void)
9932 * bool isColumnHidden(int column)
9933 * bool isExpanded(QModelIndex)
9934 * bool isFirstColumnSpanned(int row, QModelIndex)
9935 * bool isHeaderHidden(void)
9936 * bool isRowHidden(int row,QModelIndex)
9937 * bool isSortingEnabled(void)
9938 * bool itemsExpandable(void)
9939 * bool rootIsDecorated(void)
9940 * void setAllColumnsShowFocus(bool enable)
9941 * void setAnimated(bool enable)
9942 * void setAutoExpandDelay(int delay)
9943 * void setColumnHidden(int column, bool hide)
9944 * void setColumnWidth(int column, int width)
9945 * void setExpanded(QModelIndex, bool expanded)
9946 * void setExpandsOnDoubleClick(bool enable)
9947 * void setFirstColumnSpanned(int row, QModelIndex, bool span)
9948 * void setHeader(QHeaderView \* header)
9949 * void setHeaderHidden(bool hide)
9950 * void setIndentation(int i)
9951 * void setItemsExpandable(bool enable)
9952 * void setRootIsDecorated(bool show)
9953 * void setRowHidden(int row,QModelIndex, bool hide)
9954 * void setSortingEnabled(bool enable)
9955 * void setUniformRowHeights(bool uniform)
9956 * void setWordWrap(bool on)
9957 * void sortByColumn(int column,Qt::SortOrder order)
9958 * bool uniformRowHeights(void)
9959 * bool wordWrap(void)
9960 * void dataChanged(QModelIndex,QModelIndex)
9961 * QModelIndex indexAt(QPoint)
9962 * void keyboardSearch(QString)
9963 * void reset(void)
9964 * void scrollTo(QModelIndex, QAbstractItemView::ScrollHint)
9965 * void selectAll(void)
9966 * void setModel(QAbstractItemModel \*model)
9967 * void setRootIndex(QModelIndex)
9968 * void setSelectionModel(QItemSelectionModel \*selectionModel)
9969 * QRect visualRect(QModelIndex)
9970 * void collapse(QModelIndex)
9971 * void collapseAll(void)
9972 * void expand(QModelIndex)
9973 * void expandAll(void)
9974 * void expandToDepth(int depth)
9975 * void hideColumn(int column)
9976 * void resizeColumnToContents(int column)
9977 * void showColumn(int column)
9978 * void setcollapsedEvent(const char \*)
9979 * void setexpandedEvent(const char \*)
9980 * void setactivatedEvent(const char \*)
9981 * void setclickedEvent(const char \*)
9982 * void setdoubleClickedEvent(const char \*)
9983 * void setenteredEvent(const char \*)
9984 * void setpressedEvent(const char \*)
9985 * void setviewportEnteredEvent(const char \*)
9986 * const char \*getcollapsedEvent(void)
9987 * const char \*getexpandedEvent(void)
9988 * const char \*getactivatedEvent(void)
9989 * const char \*getclickedEvent(void)
9990 * const char \*getdoubleClickedEvent(void)
9991 * const char \*getenteredEvent(void)
9992 * const char \*getpressedEvent(void)
9993 * const char \*getviewportEnteredEvent(void)
9994
9995 .. index::
9996         pair: RingQt クラスリファレンス; QTreeWidget クラス
9997
9998 QTreeWidget クラス
9999 ==================
10000
10001
10002 C++ リファレンス : http://doc.qt.io/qt-5/qtreewidget.html
10003
10004
10005 仮引数 : QWidget \*
10006
10007
10008 親クラス : QTreeView
10009
10010 * void addTopLevelItem(QTreeWidgetItem \*item)
10011 * void closePersistentEditor(QTreeWidgetItem \*item, int column)
10012 * int columnCount(void)
10013 * int currentColumn(void)
10014 * QTreeWidgetItem \*currentItem(void)
10015 * void editItem(QTreeWidgetItem \*item, int column)
10016 * QTreeWidgetItem \*headerItem(void)
10017 * int indexOfTopLevelItem(QTreeWidgetItem \*item)
10018 * void insertTopLevelItem(int index, QTreeWidgetItem \*item)
10019 * QTreeWidgetItem \*invisibleRootItem(void)
10020 * bool isFirstItemColumnSpanned( QTreeWidgetItem \*item)
10021 * QTreeWidgetItem \*itemAbove(QTreeWidgetItem \*item)
10022 * QTreeWidgetItem \*itemAt(int x, int y)
10023 * QTreeWidgetItem \*itemBelow(QTreeWidgetItem \*item)
10024 * QWidget \*itemWidget(QTreeWidgetItem \*item, int column)
10025 * void openPersistentEditor(QTreeWidgetItem \*item, int column)
10026 * void removeItemWidget(QTreeWidgetItem \*item, int column)
10027 * void setColumnCount(int columns)
10028 * void setCurrentItem(QTreeWidgetItem \* item, QItemSelectionModel::SelectionFlag column)
10029 * void setFirstItemColumnSpanned(QTreeWidgetItem \*item, bool span)
10030 * void setHeaderItem(QTreeWidgetItem \*item)
10031 * void setHeaderLabel(QString)
10032 * void setHeaderLabels(QStringList)
10033 * void setItemWidget(QTreeWidgetItem \*item, int column, QWidget \* widget)
10034 * int sortColumn(void)
10035 * void sortItems(int column, Qt::SortOrder order)
10036 * QTreeWidgetItem \*takeTopLevelItem(int index)
10037 * QTreeWidgetItem \*topLevelItem(int index)
10038 * int topLevelItemCount(void)
10039 * QRect visualItemRect(QTreeWidgetItem \*item)
10040 * void setSelectionModel(QItemSelectionModel \*selectionModel)
10041 * void clear(void)
10042 * void collapseItem(QTreeWidgetItem \*item)
10043 * void expandItem(QTreeWidgetItem \*item)
10044 * void scrollToItem(QTreeWidgetItem \*item, QAbstractItemView::ScrollHint hint)
10045 * void setcollapsedEvent(const char \*)
10046 * void setexpandedEvent(const char \*)
10047 * void setactivatedEvent(const char \*)
10048 * void setclickedEvent(const char \*)
10049 * void setdoubleClickedEvent(const char \*)
10050 * void setenteredEvent(const char \*)
10051 * void setpressedEvent(const char \*)
10052 * void setviewportEnteredEvent(const char \*)
10053 * void setcurrentItemChangedEvent(const char \*)
10054 * void setitemActivatedEvent(const char \*)
10055 * void setitemChangedEvent(const char \*)
10056 * void setitemClickedEvent(const char \*)
10057 * void setitemCollapsedEvent(const char \*)
10058 * void setitemDoubleClickedEvent(const char \*)
10059 * void setitemEnteredEvent(const char \*)
10060 * void setitemExpandedEvent(const char \*)
10061 * void setitemPressedEvent(const char \*)
10062 * void setitemSelectionChangedEvent(const char \*)
10063 * const char \*getcollapsedEvent(void)
10064 * const char \*getexpandedEvent(void)
10065 * const char \*getactivatedEvent(void)
10066 * const char \*getclickedEvent(void)
10067 * const char \*getdoubleClickedEvent(void)
10068 * const char \*getenteredEvent(void)
10069 * const char \*getpressedEvent(void)
10070 * const char \*getviewportEnteredEvent(void)
10071 * const char \*getcurrentItemChangedEvent(void)
10072 * const char \*getitemActivatedEvent(void)
10073 * const char \*getitemChangedEvent(void)
10074 * const char \*getitemClickedEvent(void)
10075 * const char \*getitemCollapsedEvent(void)
10076 * const char \*getitemDoubleClickedEvent(void)
10077 * const char \*getitemEnteredEvent(void)
10078 * const char \*getitemExpandedEvent(void)
10079 * const char \*getitemPressedEvent(void)
10080 * const char \*getitemSelectionChangedEvent(void)
10081
10082 .. index::
10083         pair: RingQt クラスリファレンス; QTreeWidgetItem クラス
10084
10085 QTreeWidgetItem クラス
10086 ======================
10087
10088
10089 C++ リファレンス : http://doc.qt.io/qt-5/qtreewidgetitem.html
10090
10091
10092 仮引数 : void
10093
10094 * void addChild(QTreeWidgetItem \*child)
10095 * QBrush background(int column)
10096 * int checkState(int column)
10097 * QTreeWidgetItem \*child(int index)
10098 * int childCount(void)
10099 * int childIndicatorPolicy(void)
10100 * QTreeWidgetItem \*clone(void)
10101 * int columnCount(void)
10102 * QVariant data(int column, int role)
10103 * int flags(void)
10104 * QFont font(int column)
10105 * QBrush foreground(int column)
10106 * QIcon icon(int column)
10107 * int indexOfChild(QTreeWidgetItem \*child)
10108 * void insertChild(int index, QTreeWidgetItem \*child)
10109 * bool isDisabled(void)
10110 * bool isExpanded(void)
10111 * bool isFirstColumnSpanned(void)
10112 * bool isHidden(void)
10113 * bool isSelected(void)
10114 * QTreeWidgetItem \*parent(void)
10115 * void read(QDataStream)
10116 * void removeChild(QTreeWidgetItem \*child)
10117 * void setBackground(int column,QBrush)
10118 * void setCheckState(int column, Qt::CheckState state)
10119 * void setChildIndicatorPolicy(QTreeWidgetItem::ChildIndicatorPolicy policy)
10120 * void setData(int column, int role,QVariant)
10121 * void setDisabled(bool disabled)
10122 * void setExpanded(bool expand)
10123 * void setFirstColumnSpanned(bool span)
10124 * void setFlags(Qt::ItemFlag flags)
10125 * void setFont(int column, QFont)
10126 * void setForeground(int column, QBrush)
10127 * void setHidden(bool hide)
10128 * void setIcon(int column, QIcon)
10129 * void setSelected(bool select)
10130 * void setSizeHint(int column, QSize)
10131 * void setStatusTip(int column, QString)
10132 * void setText(int column, QString)
10133 * void setTextAlignment(int column, int alignment)
10134 * void setToolTip(int column, QString)
10135 * void setWhatsThis(int column, QString)
10136 * QSize sizeHint(int column)
10137 * void sortChildren(int column, Qt::SortOrder order)
10138 * QString statusTip(int column)
10139 * QTreeWidgetItem \*takeChild(int index)
10140 * QString text(int column)
10141 * int textAlignment(int column)
10142 * QString toolTip(int column)
10143 * QTreeWidget \*treeWidget(void)
10144 * int type(void)
10145 * QString whatsThis(int column)
10146 * void write(QDataStream)
10147
10148 .. index::
10149         pair: RingQt クラスリファレンス; QUrl クラス
10150
10151 QUrl クラス
10152 ===========
10153
10154
10155 C++ リファレンス : http://doc.qt.io/qt-5/qurl.html
10156
10157
10158 仮引数 : QString
10159
10160 * void clear(void)
10161 * QString errorString(void)
10162 * QString fileName(QUrl::ComponentFormattingOption options)
10163 * QString fragment(QUrl::ComponentFormattingOption options)
10164 * bool hasFragment(void)
10165 * bool hasQuery(void)
10166 * QString host(QUrl::ComponentFormattingOption options)
10167 * bool isEmpty(void)
10168 * bool isLocalFile(void)
10169 * bool isParentOf(QUrl)
10170 * bool isRelative(void)
10171 * bool isValid(void)
10172 * QString path(QUrl::ComponentFormattingOption options)
10173 * int port(int defaultPort)
10174 * QString query(QUrl::ComponentFormattingOption options)
10175 * QUrl resolved(QUrl)
10176 * QString scheme(void)
10177 * void setAuthority(QString, QUrl::ParsingMode mode)
10178 * void setFragment(QString, QUrl::ParsingMode mode)
10179 * void setHost(QString, QUrl::ParsingMode mode)
10180 * void setPassword(QString, QUrl::ParsingMode mode)
10181 * void setPath(QString, QUrl::ParsingMode mode)
10182 * void setPort(int port)
10183 * void setQuery(QString, QUrl::ParsingMode mode)
10184 * void setScheme(QString)
10185 * void setUrl(QString, QUrl::ParsingMode parsingMode)
10186 * void setUserInfo(QString, QUrl::ParsingMode mode)
10187 * void setUserName(QString, QUrl::ParsingMode mode)
10188 * void swap(QUrl)
10189 * QString topLevelDomain(QUrl::ComponentFormattingOption options)
10190 * QString userInfo(QUrl::ComponentFormattingOption options)
10191 * QString userName(QUrl::ComponentFormattingOption options)
10192 * QUrl fromLocalFile(QString)
10193
10194 .. index::
10195         pair: RingQt クラスリファレンス; QUuid クラス
10196
10197 QUuid クラス
10198 ============
10199
10200
10201 C++ リファレンス : http://doc.qt.io/qt-5/quuid.html
10202
10203
10204 仮引数 : void
10205
10206 * QString toString(void)
10207
10208 .. index::
10209         pair: RingQt クラスリファレンス; QVBoxLayout クラス
10210
10211 QVBoxLayout クラス
10212 ==================
10213
10214
10215 C++ リファレンス : http://doc.qt.io/qt-5/qvboxlayout.html
10216
10217
10218 仮引数 : void
10219
10220
10221 親クラス : QBoxLayout
10222
10223 * void addWidget(QWidget \*)
10224 * void addLayout(QLayout \*)
10225
10226 .. index::
10227         pair: RingQt クラスリファレンス; QVariant クラス
10228
10229 QVariant クラス
10230 ===============
10231
10232
10233 C++ リファレンス : http://doc.qt.io/qt-5/qvariant.html
10234
10235
10236 仮引数 : void
10237
10238 * bool canConvert(int targetTypeId)
10239 * void clear(void)
10240 * bool convert(int targetTypeId)
10241 * bool isNull(void)
10242 * bool isValid(void)
10243 * void swap(QVariant)
10244 * QBitArray toBitArray(void)
10245 * bool toBool(void)
10246 * QByteArray toByteArray(void)
10247 * QChar toChar(void)
10248 * QDate toDate(void)
10249 * QDateTime toDateTime(void)
10250 * double toDouble(bool \*ok)
10251 * QEasingCurve toEasingCurve(void)
10252 * float toFloat(bool \*ok)
10253 * int toInt(bool \*ok)
10254 * QJsonArray toJsonArray(void)
10255 * QJsonDocument toJsonDocument(void)
10256 * QJsonObject toJsonObject(void)
10257 * QJsonValue toJsonValue(void)
10258 * QLine toLine(void)
10259 * QLineF toLineF(void)
10260 * QLocale toLocale(void)
10261 * qlonglong toLongLong(bool \*ok)
10262 * QModelIndex toModelIndex(void)
10263 * QPointF toPointF(void)
10264 * qreal toReal(bool \*ok)
10265 * QRect toRect(void)
10266 * QRectF toRectF(void)
10267 * QRegExp toRegExp(void)
10268 * QRegularExpression toRegularExpression(void)
10269 * QSize toSize(void)
10270 * QSizeF toSizeF(void)
10271 * QStringList toStringList(void)
10272 * QTime toTime(void)
10273 * uint toUInt(bool \*ok)
10274 * qulonglong toULongLong(bool \*ok)
10275 * QUrl toUrl(void)
10276 * QUuid toUuid(void)
10277 * QVariant::Type type(void)
10278 * const char \*typeName(void)
10279 * int userType(void)
10280 * QString toString(void)
10281
10282 .. index::
10283         pair: RingQt クラスリファレンス; QVariant2 クラス
10284
10285 QVariant2 クラス
10286 ================
10287
10288
10289 親クラス : QVariant
10290
10291
10292 仮引数 : int
10293
10294
10295 .. index::
10296         pair: RingQt クラスリファレンス; QVariant3 クラス
10297
10298 QVariant3 クラス
10299 ================
10300
10301
10302 親クラス : QVariant
10303
10304
10305 仮引数 : float
10306
10307
10308 .. index::
10309         pair: RingQt クラスリファレンス; QVariant4 クラス
10310
10311 QVariant4 クラス
10312 ================
10313
10314
10315 親クラス : QVariant
10316
10317
10318 仮引数 : double
10319
10320
10321 .. index::
10322         pair: RingQt クラスリファレンス; QVariant5 クラス
10323
10324 QVariant5 クラス
10325 ================
10326
10327
10328 親クラス : QVariant
10329
10330
10331 仮引数 : QString
10332
10333
10334 .. index::
10335         pair: RingQt クラスリファレンス; QVariantDouble クラス
10336
10337 QVariantDouble クラス
10338 =====================
10339
10340
10341 C++ リファレンス : http://doc.qt.io/qt-5/qvariantdouble.html
10342
10343
10344 親クラス : QVariant
10345
10346
10347 仮引数 : double
10348
10349
10350 .. index::
10351         pair: RingQt クラスリファレンス; QVariantFloat クラス
10352
10353 QVariantFloat クラス
10354 ====================
10355
10356
10357 C++ リファレンス : http://doc.qt.io/qt-5/qvariantfloat.html
10358
10359
10360 親クラス : QVariant
10361
10362
10363 仮引数 : float
10364
10365
10366 .. index::
10367         pair: RingQt クラスリファレンス; QVariantInt クラス
10368
10369 QVariantInt クラス
10370 ==================
10371
10372
10373 C++ リファレンス : http://doc.qt.io/qt-5/qvariantint.html
10374
10375
10376 親クラス : QVariant
10377
10378
10379 仮引数 : int
10380
10381
10382 .. index::
10383         pair: RingQt クラスリファレンス; QVariantString クラス
10384
10385 QVariantString クラス
10386 =====================
10387
10388
10389 C++ リファレンス : http://doc.qt.io/qt-5/qvariantstring.html
10390
10391
10392 親クラス : QVariant
10393
10394
10395 仮引数 : QString
10396
10397
10398 .. index::
10399         pair: RingQt クラスリファレンス; QVector2D クラス
10400
10401 QVector2D クラス
10402 ================
10403
10404
10405 C++ リファレンス : http://doc.qt.io/qt-5/qvector2d.html
10406
10407
10408 仮引数 : float,float
10409
10410 * float distanceToLine(QVector2D point, QVector2D direction)
10411 * float distanceToPoint(QVector2D point)
10412 * bool isNull(void)
10413 * float length(void)
10414 * float lengthSquared(void)
10415 * void normalize(void)
10416 * QVector2D normalized(void)
10417 * void setX(float x)
10418 * void setY(float y)
10419 * QPoint toPoint(void)
10420 * QPointF toPointF(void)
10421 * QVector3D toVector3D(void)
10422 * QVector4D toVector4D(void)
10423 * float x(void)
10424 * float y(void)
10425 * float dotProduct(QVector2D v1, QVector2D v2)
10426
10427 .. index::
10428         pair: RingQt クラスリファレンス; QVector3D クラス
10429
10430 QVector3D クラス
10431 ================
10432
10433
10434 C++ リファレンス : http://doc.qt.io/qt-5/qvector3d.html
10435
10436
10437 仮引数 : float,float,float
10438
10439 * float distanceToLine(QVector3D point, QVector3D direction)
10440 * float distanceToPlane(QVector3D plane, QVector3D normal)
10441 * float distanceToPlane_2(QVector3D plane1, QVector3D plane2, QVector3D plane3)
10442 * float distanceToPoint(QVector3D point)
10443 * bool isNull(void)
10444 * float length(void)
10445 * float lengthSquared(void)
10446 * void normalize(void)
10447 * QVector3D normalized(void)
10448 * void setY(float y)
10449 * void setZ(float z)
10450 * QPoint toPoint(void)
10451 * QPointF toPointF(void)
10452 * QVector2D toVector2D(void)
10453 * QVector4D toVector4D(void)
10454 * float y(void)
10455 * float z(void)
10456 * QVector3D crossProduct(QVector3D v1, QVector3D v2)
10457 * float dotProduct(QVector3D v1, QVector3D v2)
10458 * QVector3D normal(QVector3D v1, QVector3D v2)
10459 * QVector3D normal_2(QVector3D v1, QVector3D v2, QVector3D v3)
10460
10461 .. index::
10462         pair: RingQt クラスリファレンス; QVector4D クラス
10463
10464 QVector4D クラス
10465 ================
10466
10467
10468 C++ リファレンス : http://doc.qt.io/qt-5/qvector4d.html
10469
10470
10471 仮引数 : float,float,float,float
10472
10473 * bool isNull(void)
10474 * float length(void)
10475 * float lengthSquared(void)
10476 * void normalize(void)
10477 * QVector4D normalized(void)
10478 * void setW(float w)
10479 * void setX(float x)
10480 * void setY(float y)
10481 * void setZ(float z)
10482 * QPoint toPoint(void)
10483 * QPointF toPointF(void)
10484 * QVector2D toVector2D(void)
10485 * QVector2D toVector2DAffine(void)
10486 * QVector3D toVector3D(void)
10487 * QVector3D toVector3DAffine(void)
10488 * float w(void)
10489 * float x(void)
10490 * float y(void)
10491 * float z(void)
10492 * float dotProduct(QVector4D v1, QVector4D v2)
10493
10494 .. index::
10495         pair: RingQt クラスリファレンス; QVectorQVoice クラス
10496
10497 QVectorQVoice クラス
10498 ====================
10499
10500
10501 C++ リファレンス : http://doc.qt.io/qt-5/qvectorqvoice.html
10502
10503
10504 仮引数 : void
10505
10506 * int count(void)
10507 * QVoice value(int i)
10508
10509 .. index::
10510         pair: RingQt クラスリファレンス; QVideoWidget クラス
10511
10512 QVideoWidget クラス
10513 ===================
10514
10515
10516 C++ リファレンス : http://doc.qt.io/qt-5/qvideowidget.html
10517
10518
10519 仮引数 : QWidget \*parent
10520
10521
10522 親クラス : QWidget
10523
10524 * int aspectRatioMode(void)
10525 * int brightness(void)
10526 * int contrast(void)
10527 * int hue(void)
10528 * bool isFullScreen(void)
10529 * int saturation(void)
10530 * void setAspectRatioMode(Qt::AspectRatioMode mode)
10531 * void setBrightness(int brightness)
10532 * void setContrast(int contrast)
10533 * void setFullScreen(bool fullScreen)
10534 * void setHue(int hue)
10535 * void setSaturation(int saturation)
10536 * void setbrightnessChangedEvent(const char \*)
10537 * void setcontrastChangedEvent(const char \*)
10538 * void setfullScreenChangedEvent(const char \*)
10539 * void sethueChangedEvent(const char \*)
10540 * void setsaturationChangedEvent(const char \*)
10541 * const char \*getbrightnessChangedEvent(void)
10542 * const char \*getcontrastChangedEvent(void)
10543 * const char \*getfullScreenChangedEvent(void)
10544 * const char \*gethueChangedEvent(void)
10545 * const char \*getsaturationChangedEvent(void)
10546
10547 .. index::
10548         pair: RingQt クラスリファレンス; QVideoWidgetControl クラス
10549
10550 QVideoWidgetControl クラス
10551 ==========================
10552
10553
10554 C++ リファレンス : http://doc.qt.io/qt-5/qvideowidgetcontrol.html
10555
10556
10557 親クラス : QMediaControl
10558
10559
10560 .. index::
10561         pair: RingQt クラスリファレンス; QViewport クラス
10562
10563 QViewport クラス
10564 ================
10565
10566
10567 C++ リファレンス : http://doc.qt.io/qt-5/qt3drender-qviewport.html
10568
10569
10570 仮引数 : Qt3DCore::QNode \*
10571
10572 * float gamma(void)
10573 * QRectF normalizedRect(void)
10574 * void setGamma(float gamma)
10575 * void setNormalizedRect(QRectF normalizedRect)
10576
10577 .. index::
10578         pair: RingQt クラスリファレンス; QVoice クラス
10579
10580 QVoice クラス
10581 =============
10582
10583
10584 C++ リファレンス : http://doc.qt.io/qt-5/qvoice.html
10585
10586
10587 仮引数 : void
10588
10589 * QVoice::Age age(void)
10590 * QVoice::Gender gender(void)
10591 * QString name(void)
10592 * QString ageName(QVoice::Age age)
10593 * QString genderName(QVoice::Gender gender)
10594
10595 .. index::
10596         pair: RingQt クラスリファレンス; QWebEngineView クラス
10597
10598 QWebEngineView クラス
10599 =====================
10600
10601
10602 C++ リファレンス : http://doc.qt.io/qt-5/qwebengineview.html
10603
10604
10605 仮引数 : QWidget \*parent
10606
10607
10608 親クラス : QWidget
10609
10610 * bool hasSelection(void)
10611 * QWebEngineHistory \*history(void)
10612 * void load(QUrl) # In RingQt use : void loadpage(QUrl)
10613 * QWebEnginePage \*page(void)
10614 * QAction \*pageAction(QWebEnginePage::WebAction action)
10615 * QString selectedText(void)
10616 * void setContent(QByteArray,QString,QUrl)
10617 * void setHtml(QString,QUrl)
10618 * void setPage(QWebEnginePage \*page)
10619 * void setUrl(QUrl)
10620 * void setZoomFactor(qreal factor)
10621 * QWebSettings \*settings(void)
10622 * QString title(void)
10623 * void triggerPageAction(QWebEnginePage::WebAction action, bool checked)
10624 * QUrl url(void)
10625 * qreal zoomFactor(void)
10626 * void back(void)
10627 * void forward(void)
10628 * void reload(void)
10629 * void stop(void)
10630 * void setloadFinishedEvent(const char \*)
10631 * void setloadProgressEvent(const char \*)
10632 * void setloadStartedEvent(const char \*)
10633 * void setselectionChangedEvent(const char \*)
10634 * void settitleChangedEvent(const char \*)
10635 * void seturlChangedEvent(const char \*)
10636 * const char \*getloadFinishedEvent(void)
10637 * const char \*getloadProgressEvent(void)
10638 * const char \*getloadStartedEvent(void)
10639 * const char \*getselectionChangedEvent(void)
10640 * const char \*gettitleChangedEvent(void)
10641 * const char \*geturlChangedEvent(void)
10642
10643 .. index::
10644         pair: RingQt クラスリファレンス; QWebView クラス
10645
10646 QWebView クラス
10647 ===============
10648
10649
10650 C++ リファレンス : http://doc.qt.io/qt-5/qwebview.html
10651
10652
10653 仮引数 : QWidget \*parent
10654
10655
10656 親クラス : QWebEngineView
10657
10658
10659 .. index::
10660         pair: RingQt クラスリファレンス; QWebView クラス
10661
10662 QWebView クラス
10663 ===============
10664
10665
10666 C++ リファレンス : http://doc.qt.io/qt-5/qwebview.html
10667
10668
10669 仮引数 : QWidget \*parent
10670
10671
10672 親クラス : QWidget
10673
10674 * QWebHistory \*history(void)
10675 * QAction \*pageAction(QWebPage::WebAction action)
10676 * void setContent(QByteArray,QString,QUrl)
10677 * void setHtml(QString,QUrl)
10678 * void setPage(QWebPage \*page)
10679 * void setZoomFactor(qreal factor)
10680 * QWebSettings \*settings(void)
10681 * void triggerPageAction(QWebPage::WebAction action, bool checked)
10682 * QUrl url(void)
10683 * qreal zoomFactor(void)
10684 * void back(void)
10685 * void forward(void)
10686 * void print(QPrinter \*printer)
10687 * void reload(void)
10688 * void stop(void)
10689 * void setloadProgressEvent(const char \*)
10690 * void setloadStartedEvent(const char \*)
10691 * void setselectionChangedEvent(const char \*)
10692 * void seturlChangedEvent(const char \*)
10693 * const char \*getloadFinishedEvent(void)
10694 * const char \*getloadProgressEvent(void)
10695 * const char \*getloadStartedEvent(void)
10696 * const char \*getselectionChangedEvent(void)
10697 * const char \*gettitleChangedEvent(void)
10698 * const char \*geturlChangedEvent(void)
10699
10700 .. index::
10701         pair: RingQt クラスリファレンス; QWidget クラス
10702
10703 QWidget クラス
10704 ==============
10705
10706
10707 C++ リファレンス : http://doc.qt.io/qt-5/qwidget.html
10708
10709
10710 仮引数 : void
10711
10712
10713 親クラス : QObject
10714
10715 * bool acceptDrops(void)
10716 * QString accessibleDescription(void)
10717 * QString accessibleName(void)
10718 * void activateWindow(void)
10719 * void addAction(QAction \*action)
10720 * void adjustSize(void)
10721 * bool autoFillBackground(void)
10722 * int backgroundRole(void)
10723 * QSize baseSize(void)
10724 * QWidget \*childAt(int x, int y)
10725 * QRect childrenRect(void)
10726 * QRegion childrenRegion(void)
10727 * void clearFocus(void)
10728 * void clearMask(void)
10729 * QMargins contentsMargins(void)
10730 * QRect contentsRect(void)
10731 * int contextMenuPolicy(void)
10732 * QCursor cursor(void)
10733 * int effectiveWinId(void)
10734 * void ensurePolished(void)
10735 * int focusPolicy(void)
10736 * QWidget \*focusProxy(void)
10737 * QWidget \*focusWidget(void)
10738 * QFont font(void)
10739 * QFontInfo fontInfo(void)
10740 * int foregroundRole(void)
10741 * QRect frameGeometry(void)
10742 * QSize frameSize(void)
10743 * QRect geometry(void)
10744 * void getContentsMargins(int \*left, int \*top, int \*right, int \*bottom)
10745 * QPixmap grab(QRect)
10746 * void grabGesture(Qt::GestureType gesture, Qt::GestureFlag flags)
10747 * void grabKeyboard(void)
10748 * void grabMouse(void)
10749 * int grabShortcut(QKeySequence , Qt::ShortcutContext context)
10750 * QGraphicsEffect \*graphicsEffect(void)
10751 * QGraphicsProxyWidget \*graphicsProxyWidget(void)
10752 * bool hasFocus(void)
10753 * bool hasMouseTracking(void)
10754 * int height(void)
10755 * int heightForWidth(int w)
10756 * int inputMethodHints(void)
10757 * QVariant inputMethodQuery(Qt::InputMethodQuery query)
10758 * void insertAction(QAction \*before, QAction \*action)
10759 * bool isActiveWindow(void)
10760 * bool isAncestorOf(QWidget \*child)
10761 * bool isEnabled(void)
10762 * bool isEnabledTo(QWidget \*ancestor)
10763 * bool isFullScreen(void)
10764 * bool isHidden(void)
10765 * bool isMaximized(void)
10766 * bool isMinimized(void)
10767 * bool isModal(void)
10768 * bool isVisible(void)
10769 * bool isVisibleTo(QWidget \*ancestor)
10770 * bool isWindow(void)
10771 * bool isWindowModified(void)
10772 * QLayout \*layout(void)
10773 * int layoutDirection(void)
10774 * QLocale locale(void)
10775 * QPoint mapFrom(QWidget \*parent, QPoint)
10776 * QPoint mapFromGlobal(QPoint)
10777 * QPoint mapFromParent(QPoint)
10778 * QPoint mapTo(QWidget \*parent, QPoint)
10779 * QPoint mapToGlobal(QPoint pos)
10780 * QPoint mapToParent(QPoint pos)
10781 * QRegion mask(void)
10782 * int maximumHeight(void)
10783 * QSize maximumSize(void)
10784 * int maximumWidth(void)
10785 * int minimumHeight(void)
10786 * QSize minimumSize(void)
10787 * int minimumWidth(void)
10788 * void move(int x, int y)
10789 * QWidget \*nativeParentWidget(void)
10790 * QWidget \*nextInFocusChain(void)
10791 * QRect normalGeometry(void)
10792 * void overrideWindowFlags(Qt::WindowType flags)
10793 * QPalette palette(void)
10794 * QWidget \*parentWidget(void)
10795 * QPoint pos(void)
10796 * QWidget \*previousInFocusChain(void)
10797 * QRect rect(void)
10798 * void releaseKeyboard(void)
10799 * void releaseMouse(void)
10800 * void releaseShortcut(int id)
10801 * void removeAction(QAction \*action)
10802 * void render(QPaintDevice \*target, QPoint,QRegion, QWidget::RenderFlag)
10803 * void repaint(void)
10804 * void resize(int w, int h)
10805 * bool restoreGeometry(QByteArray)
10806 * QByteArray saveGeometry(void)
10807 * void scroll(int dx, int dy)
10808 * void setAcceptDrops(bool on)
10809 * void setAccessibleDescription(QString)
10810 * void setAccessibleName(QString)
10811 * void setAttribute(Qt::WidgetAttribute attribute, bool on)
10812 * void setAutoFillBackground(bool enabled)
10813 * void setBackgroundRole(QPalette::ColorRole role)
10814 * void setBaseSize(int basew, int baseh)
10815 * void setContentsMargins(int left, int top, int right, int bottom)
10816 * void setContextMenuPolicy(Qt::ContextMenuPolicy policy)
10817 * void setCursor(QCursor)
10818 * void setFixedHeight(int h)
10819 * void setFixedSize(int w, int h)
10820 * void setFixedWidth(int w)
10821 * void setFocus(Qt::FocusReason reason)
10822 * void setFocusPolicy(Qt::FocusPolicy policy)
10823 * void setFocusProxy(QWidget \*w)
10824 * void setFont(QFont)
10825 * void setForegroundRole(QPalette::ColorRole role)
10826 * void setGeometry(int x, int y, int w, int h)
10827 * void setGraphicsEffect(QGraphicsEffect \*effect)
10828 * void setInputMethodHints(Qt::InputMethodHint hints)
10829 * void setLayout(QLayout \*layout)
10830 * void setLayoutDirection(Qt::LayoutDirection direction)
10831 * void setLocale(QLocale)
10832 * void setMask(QBitmap)
10833 * void setMaximumHeight(int maxh)
10834 * void setMaximumSize(int maxw, int maxh)
10835 * void setMaximumWidth(int maxw)
10836 * void setMinimumHeight(int minh)
10837 * void setMinimumSize(int minw, int minh)
10838 * void setMinimumWidth(int minw)
10839 * void setMouseTracking(bool enable)
10840 * void setPalette(QPalette)
10841 * void setParent(QWidget \*parent)
10842 * void setShortcutAutoRepeat(int id, bool enable)
10843 * void setShortcutEnabled(int id, bool enable)
10844 * void setSizeIncrement(int w, int h)
10845 * void setSizePolicy(QSizePolicy::Policy horizontal, QSizePolicy::Policy vertical)
10846 * void setStatusTip(QString)
10847 * void setStyle(QStyle \*style)
10848 * void setToolTip(QString)
10849 * void setUpdatesEnabled(bool enable)
10850 * void setWhatsThis(QString)
10851 * void setWindowFilePath(QString)
10852 * void setWindowFlags(Qt::WindowType type)
10853 * void setWindowIcon(QIcon)
10854 * void setWindowIconText(QString)
10855 * void setWindowModality(Qt::WindowModality windowModality)
10856 * void setWindowOpacity(double level)
10857 * void setWindowRole(QString)
10858 * void setWindowState(Qt::WindowState windowState)
10859 * QSize size(void)
10860 * QSize sizeIncrement(void)
10861 * QSizePolicy sizePolicy(void)
10862 * void stackUnder(QWidget \*w)
10863 * QString statusTip(void)
10864 * QStyle \*style(void)
10865 * QString styleSheet(void)
10866 * bool testAttribute(Qt::WidgetAttribute attribute)
10867 * QString toolTip(void)
10868 * bool underMouse(void)
10869 * void ungrabGesture(Qt::GestureType gesture)
10870 * void unsetCursor(void)
10871 * void unsetLayoutDirection(void)
10872 * void unsetLocale(void)
10873 * void update(int x, int y, int w, int h)
10874 * void updateGeometry(void)
10875 * bool updatesEnabled(void)
10876 * QRegion visibleRegion(void)
10877 * QString whatsThis(void)
10878 * int width(void)
10879 * int winId(void)
10880 * QWidget \*window(void)
10881 * QString windowFilePath(void)
10882 * int windowFlags(void)
10883 * QWindow \*windowHandle(void)
10884 * QIcon windowIcon(void)
10885 * QString windowIconText(void)
10886 * int windowModality(void)
10887 * double windowOpacity(void)
10888 * QString windowRole(void)
10889 * int windowState(void)
10890 * QString windowTitle(void)
10891 * int windowType(void)
10892 * int x(void)
10893 * int y(void)
10894 * bool close(void)
10895 * void hide(void)
10896 * void lower(void)
10897 * void raise(void)
10898 * void setDisabled(bool disable)
10899 * void setEnabled(bool)
10900 * void setHidden(bool hidden)
10901 * void setStyleSheet(QString)
10902 * void setWindowModified(bool)
10903 * void setWindowTitle(QString)
10904 * void show(void)
10905 * void showFullScreen(void)
10906 * void showMaximized(void)
10907 * void showMinimized(void)
10908 * void showNormal(void)
10909 * QWidget \*find(int id)
10910 * QWidget \*keyboardGrabber(void)
10911 * QWidget \*mouseGrabber(void)
10912 * void setTabOrder(QWidget \*first, QWidget \*second)
10913 * QWidget \*createWindowContainer(QWindow \*window, QWidget \*parent, Qt::WindowFlags flags)
10914
10915 .. index::
10916         pair: RingQt クラスリファレンス; QWindow クラス
10917
10918 QWindow クラス
10919 ==============
10920
10921
10922 C++ リファレンス : http://doc.qt.io/qt-5/qwindow.html
10923
10924
10925 仮引数 : QScreen \*
10926
10927
10928 親クラス : QObject
10929
10930 * QSize baseSize(void)
10931 * Qt::ScreenOrientation contentOrientation(void)
10932 * void create(void)
10933 * QCursor cursor(void)
10934 * void destroy(void)
10935 * qreal devicePixelRatio(void)
10936 * QString filePath(void)
10937 * Qt::WindowFlags flags(void)
10938 * QObject \* focusObject(void)
10939 * QRect frameGeometry(void)
10940 * QMargins frameMargins(void)
10941 * QPoint framePosition(void)
10942 * QRect geometry(void)
10943 * int height(void)
10944 * QIcon icon(void)
10945 * bool isActive(void)
10946 * bool isAncestorOf(QWindow \*child, QWindow::AncestorMode mode)
10947 * bool isExposed(void)
10948 * bool isModal(void)
10949 * bool isTopLevel(void)
10950 * bool isVisible(void)
10951 * QPoint mapFromGlobal(QPoint pos)
10952 * QPoint mapToGlobal(QPoint pos)
10953 * QRegion mask(void)
10954 * int maximumHeight(void)
10955 * QSize maximumSize(void)
10956 * int maximumWidth(void)
10957 * int minimumHeight(void)
10958 * QSize minimumSize(void)
10959 * int minimumWidth(void)
10960 * Qt::WindowModality modality(void)
10961 * qreal opacity(void)
10962 * QPoint position(void)
10963 * void reportContentOrientationChange(Qt::ScreenOrientation orientation)
10964 * QSurfaceFormat requestedFormat(void)
10965 * void resize(QSize newSize)
10966 * void resize_2(int w, int h)
10967 * QScreen \* screen(void)
10968 * void setBaseSize(QSize size)
10969 * void setCursor(QCursor cursor)
10970 * void setFilePath(QString filePath)
10971 * void setFlags(Qt::WindowFlags flags)
10972 * void setFormat(QSurfaceFormat format)
10973 * void setFramePosition(QPoint point)
10974 * void setGeometry(int posx, int posy, int w, int h)
10975 * void setGeometry_2(QRect rect)
10976 * void setIcon(QIcon icon)
10977 * bool setKeyboardGrabEnabled(bool grab)
10978 * void setMask(QRegion region)
10979 * void setMaximumSize(QSize size)
10980 * void setMinimumSize(QSize size)
10981 * void setModality(Qt::WindowModality modality)
10982 * bool setMouseGrabEnabled(bool grab)
10983 * void setOpacity(qreal level)
10984 * void setParent(QWindow \*parent)
10985 * void setPosition(QPoint pt)
10986 * void setPosition_2(int posx, int posy)
10987 * void setScreen(QScreen \*newScreen)
10988 * void setSizeIncrement(QSize size)
10989 * void setTransientParent(QWindow \*parent)
10990 * void setVisibility(QWindow::Visibility v)
10991 * void setWindowState(Qt::WindowState state)
10992 * QSize sizeIncrement(void)
10993 * QString title(void)
10994 * QWindow \* transientParent(void)
10995 * Qt::WindowType type(void)
10996 * void unsetCursor(void)
10997 * QWindow::Visibility visibility(void)
10998 * int width(void)
10999 * WId winId(void)
11000 * Qt::WindowState windowState(void)
11001 * int x(void)
11002 * int y(void)
11003 * void alert(int msec)
11004 * bool close(void)
11005 * void hide(void)
11006 * void lower(void)
11007 * void raise(void)
11008 * void requestActivate(void)
11009 * void setHeight(int arg)
11010 * void setMaximumHeight(int h)
11011 * void setMaximumWidth(int w)
11012 * void setMinimumHeight(int h)
11013 * void setMinimumWidth(int w)
11014 * void setTitle(QString )
11015 * void setVisible(bool visible)
11016 * void setWidth(int arg)
11017 * void setX(int arg)
11018 * void setY(int arg)
11019 * void show(void)
11020 * void showFullScreen(void)
11021 * void showMaximized(void)
11022 * void showMinimized(void)
11023 * void showNormal(void)
11024 * QWindow \* fromWinId(WId id)
11025 * void setactiveChangedEvent(const char \*)
11026 * void setcontentOrientationChangedEvent(const char \*)
11027 * void setfocusObjectChangedEvent(const char \*)
11028 * void setheightChangedEvent(const char \*)
11029 * void setmaximumHeightChangedEvent(const char \*)
11030 * void setmaximumWidthChangedEvent(const char \*)
11031 * void setminimumHeightChangedEvent(const char \*)
11032 * void setminimumWidthChangedEvent(const char \*)
11033 * void setmodalityChangedEvent(const char \*)
11034 * void setopacityChangedEvent(const char \*)
11035 * void setscreenChangedEvent(const char \*)
11036 * void setvisibilityChangedEvent(const char \*)
11037 * void setvisibleChangedEvent(const char \*)
11038 * void setwidthChangedEvent(const char \*)
11039 * void setwindowStateChangedEvent(const char \*)
11040 * void setwindowTitleChangedEvent(const char \*)
11041 * void setxChangedEvent(const char \*)
11042 * void setyChangedEvent(const char \*)
11043 * const char \*getactiveChangedEvent(void)
11044 * const char \*getcontentOrientationChangedEvent(void)
11045 * const char \*getfocusObjectChangedEvent(void)
11046 * const char \*getheightChangedEvent(void)
11047 * const char \*getmaximumHeightChangedEvent(void)
11048 * const char \*getmaximumWidthChangedEvent(void)
11049 * const char \*getminimumHeightChangedEvent(void)
11050 * const char \*getminimumWidthChangedEvent(void)
11051 * const char \*getmodalityChangedEvent(void)
11052 * const char \*getopacityChangedEvent(void)
11053 * const char \*getscreenChangedEvent(void)
11054 * const char \*getvisibilityChangedEvent(void)
11055 * const char \*getvisibleChangedEvent(void)
11056 * const char \*getwidthChangedEvent(void)
11057 * const char \*getwindowStateChangedEvent(void)
11058 * const char \*getwindowTitleChangedEvent(void)
11059 * const char \*getxChangedEvent(void)
11060 * const char \*getyChangedEvent(void)
11061
11062 .. index::
11063         pair: RingQt クラスリファレンス; QXmlStreamAttribute クラス
11064
11065 QXmlStreamAttribute クラス
11066 ==========================
11067
11068
11069 C++ リファレンス : http://doc.qt.io/qt-5/qxmlstreamattribute.html
11070
11071
11072 仮引数 : void
11073
11074 * bool isDefault(void)
11075 * QStringRef name(void)
11076 * QStringRef namespaceUri(void)
11077 * QStringRef prefix(void)
11078 * QStringRef qualifiedName(void)
11079 * QStringRef value(void)
11080
11081 .. index::
11082         pair: RingQt クラスリファレンス; QXmlStreamAttributes クラス
11083
11084 QXmlStreamAttributes クラス
11085 ===========================
11086
11087
11088 C++ リファレンス : http://doc.qt.io/qt-5/qxmlstreamattributes.html
11089
11090
11091 仮引数 : void
11092
11093 * void append(QString  namespaceUri, QString  name, QString  value)
11094 * void append_2(QString  qualifiedName, QString  value)
11095 * bool hasAttribute(QString  qualifiedName)
11096 * bool hasAttribute_2(QLatin1String qualifiedName)
11097 * bool hasAttribute_3(QString  namespaceUri, QString  name)
11098 * QStringRef value(QString  namespaceUri, QString  name)
11099 * QStringRef value_2(QString  namespaceUri, QLatin1String name)
11100 * QStringRef value_3(QLatin1String namespaceUri, QLatin1String name)
11101 * QStringRef value_4(QString  qualifiedName)
11102 * QStringRef value_5(QLatin1String qualifiedName)
11103
11104 .. index::
11105         pair: RingQt クラスリファレンス; QXmlStreamEntityDeclaration クラス
11106
11107 QXmlStreamEntityDeclaration クラス
11108 ==================================
11109
11110
11111 C++ リファレンス : http://doc.qt.io/qt-5/qxmlstreamentitydeclaration.html
11112
11113
11114 仮引数 : void
11115
11116 * QStringRef name(void)
11117 * QStringRef notationName(void)
11118 * QStringRef publicId(void)
11119 * QStringRef systemId(void)
11120 * QStringRef value(void)
11121
11122 .. index::
11123         pair: RingQt クラスリファレンス; QXmlStreamEntityResolver クラス
11124
11125 QXmlStreamEntityResolver クラス
11126 ===============================
11127
11128
11129 C++ リファレンス : http://doc.qt.io/qt-5/qxmlstreamentityresolver.html
11130
11131
11132 仮引数 : void
11133
11134
11135 .. index::
11136         pair: RingQt クラスリファレンス; QXmlStreamNamespaceDeclaration クラス
11137
11138 QXmlStreamNamespaceDeclaration クラス
11139 =====================================
11140
11141
11142 C++ リファレンス : http://doc.qt.io/qt-5/qxmlstreamnamespacedeclaration.html
11143
11144
11145 仮引数 : void
11146
11147 * QStringRef namespaceUri(void)
11148 * QStringRef prefix(void)
11149
11150 .. index::
11151         pair: RingQt クラスリファレンス; QXmlStreamNotationDeclaration クラス
11152
11153 QXmlStreamNotationDeclaration クラス
11154 ====================================
11155
11156
11157 C++ リファレンス : http://doc.qt.io/qt-5/qxmlstreamnotationdeclaration.html
11158
11159
11160 仮引数 : void
11161
11162 * QStringRef name(void)
11163 * QStringRef publicId(void)
11164 * QStringRef systemId(void)
11165
11166 .. index::
11167         pair: RingQt クラスリファレンス; QXmlStreamReader クラス
11168
11169 QXmlStreamReader クラス
11170 =======================
11171
11172
11173 C++ リファレンス : http://doc.qt.io/qt-5/qxmlstreamreader.html
11174
11175
11176 仮引数 : void
11177
11178 * void addData(QByteArray)
11179 * void addData_2(QString)
11180 * void addData_3(const char \* data)
11181 * void addExtraNamespaceDeclaration(QXmlStreamNamespaceDeclaration)
11182 * void addExtraNamespaceDeclarations(QXmlStreamNamespaceDeclarations)
11183 * bool atEnd(void)
11184 * QXmlStreamAttributes attributes(void)
11185 * qint64 characterOffset(void)
11186 * void clear(void)
11187 * qint64 columnNumber(void)
11188 * QIODevice \*device(void)
11189 * QStringRef documentEncoding(void)
11190 * QStringRef documentVersion(void)
11191 * QStringRef dtdName(void)
11192 * QStringRef dtdPublicId(void)
11193 * QStringRef dtdSystemId(void)
11194 * QXmlStreamEntityDeclarations entityDeclarations(void)
11195 * QXmlStreamEntityResolver \*entityResolver(void)
11196 * Error error(void)
11197 * QString errorString(void)
11198 * bool hasError(void)
11199 * bool isCDATA(void)
11200 * bool isCharacters(void)
11201 * bool isComment(void)
11202 * bool isDTD(void)
11203 * bool isEndDocument(void)
11204 * bool isEndElement(void)
11205 * bool isEntityReference(void)
11206 * bool isProcessingInstruction(void)
11207 * bool isStandaloneDocument(void)
11208 * bool isStartDocument(void)
11209 * bool isStartElement(void)
11210 * bool isWhitespace(void)
11211 * qint64 lineNumber(void)
11212 * QStringRef name(void)
11213 * QXmlStreamNamespaceDeclarations namespaceDeclarations(void)
11214 * bool namespaceProcessing(void)
11215 * QStringRef namespaceUri(void)
11216 * QXmlStreamNotationDeclarations notationDeclarations(void)
11217 * QStringRef prefix(void)
11218 * QStringRef processingInstructionData(void)
11219 * QStringRef processingInstructionTarget(void)
11220 * QStringRef qualifiedName(void)
11221 * void raiseError(QString)
11222 * QString readElementText(QXmlStreamReader::ReadElementTextBehaviour)
11223 * TokenType readNext(void)
11224 * bool readNextStartElement(void)
11225 * void setDevice(QIODevice \*device)
11226 * void setEntityResolver(QXmlStreamEntityResolver \*resolver)
11227 * void setNamespaceProcessing(bool)
11228 * void skipCurrentElement(void)
11229 * QStringRef text(void)
11230 * QString tokenString(void)
11231 * TokenType tokenType(void)
11232
11233 .. index::
11234         pair: RingQt クラスリファレンス; QXmlStreamWriter クラス
11235
11236 QXmlStreamWriter クラス
11237 =======================
11238
11239
11240 C++ リファレンス : http://doc.qt.io/qt-5/qxmlstreamwriter.html
11241
11242
11243 仮引数 : void
11244
11245 * bool autoFormatting(void)
11246 * int autoFormattingIndent(void)
11247 * QTextCodec \*codec(void)
11248 * QIODevice \*device(void)
11249 * bool hasError(void)
11250 * void setAutoFormatting(bool enable)
11251 * void setAutoFormattingIndent(int spacesOrTabs)
11252 * void setCodec(QTextCodec \*codec)
11253 * void setCodec_2(const char \*codecName)
11254 * void setDevice(QIODevice \*device)
11255 * void writeAttribute(QString, QString,QString)
11256 * void writeAttribute_2(QString, QString)
11257 * void writeAttribute_3(QXmlStreamAttribute)
11258 * void writeAttributes(QXmlStreamAttributes)
11259 * void writeCDATA(QString text)
11260 * void writeCharacters(QString text)
11261 * void writeComment(QString text)
11262 * void writeCurrentToken(QXmlStreamReader reader)
11263 * void writeDTD(QString dtd)
11264 * void writeDefaultNamespace(QString namespaceUri)
11265 * void writeEmptyElement(QString namespaceUri, QString name)
11266 * void writeEmptyElement_2(QString qualifiedName)
11267 * void writeEndDocument(void)
11268 * void writeEndElement(void)
11269 * void writeEntityReference(QString name)
11270 * void writeNamespace(QString namespaceUri, QString prefix)
11271 * void writeProcessingInstruction(QString target, QString data)
11272 * void writeStartDocument(QString version)
11273 * void writeStartDocument_2(QString version, bool standalone)
11274 * void writeStartDocument_3(void)
11275 * void writeStartElement(QString namespaceUri, QString name)
11276 * void writeStartElement_2(QString qualifiedName)
11277 * void writeTextElement(QString namespaceUri, QString name, QString text)
11278 * void writeTextElement_2(QString qualifiedName, QString text)
11279
11280 .. index::
11281         pair: RingQt クラスリファレンス; Qt3DCamera クラス
11282
11283 Qt3DCamera クラス
11284 =================
11285
11286
11287 C++ リファレンス : http://doc.qt.io/qt-5/qt3dcamera.html
11288
11289
11290 仮引数 : Qt3DCore::QNode \*
11291
11292
11293 親クラス : QEntity
11294
11295 * float aspectRatio(void)
11296 * float bottom(void)
11297 * float exposure(void)
11298 * float farPlane(void)
11299 * float fieldOfView(void)
11300 * float left(void)
11301 * QCameraLens \*lens(void)
11302 * float nearPlane(void)
11303 * void pan(float angle)
11304 * void pan_2(float angle, QVector3D axis)
11305 * void panAboutViewCenter(float angle)
11306 * void panAboutViewCenter_2(float angle, QVector3D axis)
11307 * QQuaternion panRotation(float angle)
11308 * QVector3D position(void)
11309 * QMatrix4x4 projectionMatrix(void)
11310 * Qt3DRender::QCameraLens::ProjectionType projectionType(void)
11311 * float right(void)
11312 * void roll(float angle)
11313 * void rollAboutViewCenter(float angle)
11314 * QQuaternion rollRotation(float angle)
11315 * void rotate(QQuaternion q)
11316 * void rotateAboutViewCenter(QQuaternion q)
11317 * QQuaternion rotation(float angle, QVector3D axis)
11318 * void tilt(float angle)
11319 * void tiltAboutViewCenter(float angle)
11320 * QQuaternion tiltRotation(float angle)
11321 * float top(void)
11322 * Qt3DCore::QTransform \* transform(void)
11323 * void translate(QVector3D vLocal, Qt3DRender::QCamera::CameraTranslationOption option)
11324 * void translateWorld(QVector3D vWorld, Qt3DRender::QCamera::CameraTranslationOption option)
11325 * QVector3D upVector(void)
11326 * QVector3D viewCenter(void)
11327 * QVector3D viewVector(void)
11328 * void setAspectRatio(float aspectRatio)
11329 * void setBottom(float bottom)
11330 * void setExposure(float exposure)
11331 * void setFarPlane(float farPlane)
11332 * void setFieldOfView(float fieldOfView)
11333 * void setLeft(float left)
11334 * void setNearPlane(float nearPlane)
11335 * void setPosition(QVector3D position)
11336 * void setProjectionMatrix(QMatrix4x4 projectionMatrix)
11337 * void setProjectionType(Qt3DRender::QCameraLens::ProjectionType type)
11338 * void setRight(float right)
11339 * void setTop(float top)
11340 * void setUpVector(QVector3D upVector)
11341 * void setViewCenter(QVector3D viewCenter)
11342 * void viewAll(void)
11343 * void viewEntity(Qt3DCore::QEntity \*entity)
11344 * void viewSphere(QVector3D center, float radius)
11345
11346 .. index::
11347         pair: RingQt クラスリファレンス; Qt3DWindow クラス
11348
11349 Qt3DWindow クラス
11350 =================
11351
11352
11353 C++ リファレンス : http://doc.qt.io/qt-5/qt3dextras-qt3dwindow.html
11354
11355
11356 仮引数 : void
11357
11358
11359 親クラス : QWindow
11360
11361 * Qt3DRender::QFrameGraphNode \* activeFrameGraph(void)
11362 * QForwardRenderer \* defaultFrameGraph(void)
11363 * void registerAspect(Qt3DCore::QAbstractAspect \*aspect)
11364 * void registerAspect_2(QString name)
11365 * Qt3DRender::QRenderSettings \* renderSettings(void)
11366 * void setActiveFrameGraph(Qt3DRender::QFrameGraphNode \*activeFrameGraph)
11367 * void setRootEntity(Qt3DCore::QEntity \*root)
11368 * Qt3DCamera \*camera(void)
11369
11370 .. index::
11371         pair: RingQt クラスリファレンス; RingCodeHighlighter クラス
11372
11373 RingCodeHighlighter クラス
11374 ==========================
11375
11376
11377 仮引数 : QTextDocument \*parent
11378
11379 * void setColors(QColor c1,QColor c2,QColor c3,QColor c4,QColor c5)
11380 * void setKeywordsBold(int nStatus)
11381