Вы находитесь на странице: 1из 10

Ring Documentation, Release 1.

How to get the file size using ftell() and fseek() func- it using whatever code you like?, 1695
tions?, 1705 Why the Assignment operator uses Deep copy?,
How to insert an item to the first position in the list?, 1700
1710 Why the window title bar is going outside the
How to perform some manipulations on selected screen?, 1711
cells in QTableWidget?, 1721 Why this example use the GetChar() twice?, 1708
How to print keys or values only in List/Dictionary?, Why we dont use () after the qApp class name?,
1706 1711
How to print lists that contains objects?, 1710 Why you can specify the number of loops you want
How to print new lines and other characters?, 1711 to break out of?, 1696
How to use many source code files in the project?, Fseek()
1707 Files, 203
How to use NULL and ISNULL() function?, 1709 Fsetpos()
How to use SQLite using ODBC?, 1715 Files, 204
Introduction, 1690 FSize()
Is Ring some sort of improvement over PHP?, 1693 Stdlib Functions, 298
List index start from 1, 1699 Ftell()
Philosophy behind data types in Ring, 1696 Files, 203
Search of global names while defining the class at- Function Prototype
tributes, 1703 Extension, 729
The documentation says functional programming is function prototype
supported, but then this happens?, 1695 Code Generator, 738
What about predefined parameters or optional pa- Function Structure
rameters in functions?, 1705 Extension, 727
What about the Boolean values in Ring?, 1697 Functional Programming
What are the advantages to using Ring over C# or Anonymous and Nested Functions, 264
Java?, 1695 Equality of functions, 265
What are the advantages to using Ring over Lisp or First-Class Functions, 263
Smalltalk?, 1692 Higher-order Functions, 263
What are the advantages to using Ring over native C Introduction, 261
or C++?, 1693 Pure Functions, 262
What are the advantages to using Ring over Python Functions - First Style
and Ruby?, 1694 Call Functions, 155
What are the advantages to using Ring over Tcl and Declare parameters, 156
Lua?, 1694 Define Functions, 155
What happens when we create a new object?, 1701 Introduction, 154
What is the difference between Ring and Python? Main Function, 156
And is Ring Open Source?, 1693 Recursion, 158
Where can I write a program and execute it?, 1704 Return Value, 157
Why do we need Yet Another Programming Lan- Send Parameters, 156
guage (YAPL)?, 1691 Variables Scope, 157
Why I get a strange result when printing nl with Functions - Second Style
lists?, 1706 Call Functions, 159
Why I get Calling Function without definition Er- Declare parameters, 160
ror?, 1717 Define Functions, 159
Why Ring is largely focussed on UI creation?, 1693 Introduction, 158
Why Ring is not case-sensitive, 1699 Main Function, 160
Why Ring is weakly typed?, 1692 Recursion, 162
Why Ring uses See, Give, But and Ok Key- Return Value, 161
words?, 1696 Send Parameters, 160
Why setClickEvent() doesnt see the object methods Variables Scope, 161
directly?, 1717 Functions - Third Style
Why the ability to define your own languages Instead Call Functions, 163
of just handing over the syntax so you can parse Declare parameters, 164

Index 1745
Ring Documentation, Release 1.5

Define Functions, 163 Generate Object File


Introduction, 162 Command Line Options, 697
Main Function, 164 Generate/Execute Ring Object Files (*.ringo)
Recursion, 166 What is new in Ring 1.1?, 93
Return Value, 165 Generating Pages using Objects
Send Parameters, 164 Web Development (CGI Library), 371
Variables Scope, 165 Get Active Source File Name
functions() System Functions, 213
Reflection and Meta-programming, 268 Get Command Line Arguments
Fwrite() System Functions, 212
Files, 206 Get List Item
Lists, 169
Game Class Get List Size
Game Engine for 2D Games, 430 Lists, 169
Game Engine Classes Get Number of Characters from position
Game Engine for 2D Games, 429 Strings, 179
Game Engine for 2D Games Get Parameters Values
Animate Class, 432 Extension, 728
Animate Events, 443 Get Request
Animation, 437 RingLibCurl, 401
Animation and Functions, 438 Get Stock Data From Yahoo
Creating the Game Window, 432 RingLibCurl, 403
Drawing Text, 433 Get String Length
Flappy Bird 3000 Game, 459 Strings, 176
Game Class, 430 Get Substring from position to end
Game Engine Classes, 429 Strings, 179
GameObject Class, 430 getattribute()
Games Layer, 429 Reflection and Meta-programming, 280
Graphics Library Bindings, 428 GetChar()
Interface to graphics library, 428 Getting Input, 153
Introduction, 427 getnumber()
Map, 445 Stdlib Functions, 285
Map Class, 432 getstring()
Map Events, 446 Stdlib Functions, 285
Moving Text, 434 Getter and Setter Methods
Object and Drawing, 448 Frequently Asked Questions, 1702
Playing Sound, 436 Getting Input
Project Layers, 428 GetChar(), 153
Sound Class, 432 Getting Started - First Style, 111
Sprite Automatic Movement, 439 Getting Started - Second Style, 113
Sprite Class, 431 Getting Started - Third Style, 115
Sprite Keypress Event, 440 Give Command, 153
Sprite Mouse Event, 441 Input(), 154
Sprite State Event, 442 Introduction, 152
Stars Fighter Game, 451 Getting Started - First Style
Super Man 2016 Game, 466 Getting Input, 111
Text Class, 431 Hello World, 110
What is new in Ring 1.1?, 98 Introduction, 109
GameObject Class Multi-Line literals, 110
Game Engine for 2D Games, 430 No Explicit End For Statements, 111
Games Layer Not Case-Sensitive, 110
Game Engine for 2D Games, 429 Run the program, 110
gcd() Writing Comments, 111
Stdlib Functions, 292 Getting Started - Second Style

Index 1746
Ring Documentation, Release 1.5

Getting Input, 113 Natural Language Programming, 330


Hello World, 112 How can I disable maximize button and resize window?
Introduction, 111 Frequently Asked Questions, 1714
Multi-Line literals, 112 How Ring find a functions and methods?
No Explicit End For Statements, 113 Scope Rules for Functions and Methods, 664
Not Case-Sensitive, 112 How Ring find the Variable?
Run the program, 112 Scope Rules, 650
Writing Comments, 113 How to add Combobox and other elements to the cells of
Getting Started - Third Style a QTableWidget?
Getting Input, 115 Frequently Asked Questions, 1721
Hello World, 114 How to Close a window then displaying another one?
Introduction, 113 Frequently Asked Questions, 1713
Multi-Line literals, 114 How to contribute?
No Explicit End For Statements, 115 Applications, 109
Not Case-Sensitive, 114 Compiler and Virtual Machine (VM), 109
Run the program, 114 Documentation, 108
Writing Comments, 115 Editors Support, 109
Give Command Extensions in C/C++, 109
Getting Input, 153 Ideas and suggestions, 109
globals() Introduction, 107
Reflection and Meta-programming, 267 Libraries in Ring, 109
Goal of including the Main function in Ring Samples, 108
Frequently Asked Questions, 1698 Special thanks to contributors, 108
Gradient Testing, 108
Web Development (CGI Library), 370 How to create a Modal Window?
Graphics and Game Programming Frequently Asked Questions, 1713
Drawing, Animation and Input, 408 How to create an array of buttons in GUI applications?
Introduction, 407 Frequently Asked Questions, 1712
Playing Sound, 415 How to extend RingQt and add more classes?
Scaling and Rotating Images, 416 Frequently Asked Questions, 1718
Threads, 418 How to get the current source file path?
Transparent Image, 417 Frequently Asked Questions, 1705
TrueType Fonts, 414 How to get the file size using ftell() and fseek() functions?
Graphics Library Bindings Frequently Asked Questions, 1705
Game Engine for 2D Games, 428 How to insert an item to the first position in the list?
Frequently Asked Questions, 1710
Hash Functions How to perform some manipulations on selected cells in
Web Development (CGI Library), 365 QTableWidget?
HashTable Class Frequently Asked Questions, 1721
Stdlib Classes, 307 How to print keys or values only in List/Dictionary?
Hello World Frequently Asked Questions, 1706
Getting Started - First Style, 110 How to print lists that contains objects?
Getting Started - Second Style, 112 Frequently Asked Questions, 1710
Getting Started - Third Style, 114 How to print new lines and other characters?
Hello World Program using the Web Library Frequently Asked Questions, 1711
Web Development (CGI Library), 348 How to use many source code files in the project?
Hex() Frequently Asked Questions, 1707
Data Type, 192 How to use NULL and ISNULL() function?
Hex2str() Frequently Asked Questions, 1709
Data Type, 193 How to use SQLite using ODBC?
Higher-order Functions Frequently Asked Questions, 1715
Functional Programming, 263 HTML Lists
History Web Development (CGI Library), 368
Introduction, 13 HTML Special Characters

Index 1747
Ring Documentation, Release 1.5

Web Development (CGI Library), 364 IsFreeBSD() Function


HTML Tables System Functions, 211
Web Development (CGI Library), 369 isfunction()
HtmlPage Class Reflection and Meta-programming, 270
Web Development (CGI Library), 376, 400 isglobal()
HTTP Get Example Reflection and Meta-programming, 269
Web Development (CGI Library), 349 IsGraph()
HTTP POST Example Data Type, 189
Web Development (CGI Library), 354 isleapyear()
Stdlib Functions, 294
Ideas and suggestions IsLinux() Function
How to contribute?, 109 System Functions, 211
If Statement IsList()
Control Structures - Second Style, 145 Data Type, 187
Control Structures - Third Style, 148 islocal()
Inheritance Reflection and Meta-programming, 269
Object Oriented Programming, 255 IsLower()
Inheritance from GUI Classes Data Type, 189
Desktop and Mobile Development, 590 IsMacOSX() Function
Input() System Functions, 210
Getting Input, 154 ismainsourcefile()
Insert() Stdlib Functions, 297
Lists, 172 ismethod()
Install Qt for Android Reflection and Meta-programming, 277
Building RingQt Applications for Mobile, 633 IsMSDOS() Function
Interactive Debugger System Functions, 210
The Trace Library and the Interactive Debugger, 719 IsNULL()
Interface to graphics library Data Type, 187
Game Engine for 2D Games, 428 IsNumber()
Internet Class Data Type, 186
Stdlib Classes, 323 isobject()
Introduction Reflection and Meta-programming, 275
Features, 13 ispackage()
History, 13 Reflection and Meta-programming, 271
Introduction, 11 ispackagesclass()
Motivation, 12 Reflection and Meta-programming, 274
Is Ring some sort of improvement over PHP? isprime()
Frequently Asked Questions, 1693 Stdlib Functions, 290
IsAlNum() IsPrint()
Data Type, 188 Data Type, 189
IsAlpha() isprivateattribute()
Data Type, 188 Reflection and Meta-programming, 276
IsAndroid() Function isprivatemethod()
System Functions, 211 Reflection and Meta-programming, 277
isattribute() IsPunct()
Reflection and Meta-programming, 276 Data Type, 190
iscfunction() IsSpace()
Reflection and Meta-programming, 270 Data Type, 190
isclass() isspecial()
Reflection and Meta-programming, 272 Stdlib Functions, 288
IsCntrl() IsString()
Data Type, 188 Data Type, 186
IsDigit() IsUnix() Function
Data Type, 189 System Functions, 210

Index 1748
Ring Documentation, Release 1.5

IsUpper() Lines()
Data Type, 190 Strings, 178
isvowel() List Class
Stdlib Functions, 289 Stdlib Classes, 304
IsWindows() Function List index start from 1
System Functions, 210 Frequently Asked Questions, 1699
IsWindows64() Function List of changes and new features
System Functions, 210 What is new in Ring 1.1?, 92
IsXdigit() What is new in Ring 1.2?, 86
Data Type, 190 What is new in Ring 1.3?, 73
What is new in Ring 1.4.1?, 60
JustFileName() What is new in Ring 1.4?, 64
Stdlib Functions, 286 What is new in Ring 1.5?, 26
JustFilePath() list of functions
Stdlib Functions, 285 Mathematical Functions, 194
list2file()
Keyboard Events and Colors
Stdlib Functions, 290
Using RingOpenGL and RingFreeGLUT for 3D
ListAllFiles() Function
Graphics, 488
Stdlib Functions, 299
Keyboard Shortcuts
Lists
Form Designer, 646
Access List Items by String Index, 174
KeyPress and Mouse Move Events
Add Items, 168
Desktop and Mobile Development, 584
Copy Lists, 172
Language Design Create Lists, 168
Compact Syntax, 19 Delete Item From List, 169
Define Declarative Languages, 22 First-Class Lists, 173
Define Natural Statements, 20 Get List Item, 169
Designed for a clear goal, 17 Get List Size, 169
Encourage Organization, 19 Insert(), 172
Introduction, 16 Introduction, 167
Simple, 17 Nested Lists, 172
Smart Garbage Collector, 25 Passing Lists to Functions, 173
Transparent Implementation, 23 Passing Parameters Using List, 174
Trying to be natural, 18 Reverse(), 171
Visual Implementation, 24 Search, 170
Why Ring?, 17 Set List Item, 169
Language Functions Sort(), 170
Reference, 1724 Swap Items, 175
Language Grammar Using Lists during definition, 173
Reference, 1727 Load Syntax Files
Language Keywords Syntax Flexibility, 669
Reference, 1723 Loading the Trace library
Language Shell The Trace Library and the Interactive Debugger, 718
Demo Programs, 219 locals()
lcm() Reflection and Meta-programming, 267
Stdlib Functions, 292 Logical Operators
Left() Operators, 135
Strings, 177 Loop Command
Libraries in Ring Control Structures - First Style, 142
How to contribute?, 109 Looping
Library Usage Control Structures, 149
Objects Library for RingQt Application, 636 Control Structures - First Style, 139
linecount() Control Structures - Second Style, 146
Stdlib Functions, 289 Low Level Functions

Index 1749
Ring Documentation, Release 1.5

callgc(), 698 Unsigned(), 197


Example - The Trace Library, 714 matrixmulti()
Example - Using the Trace Functions, 710 Stdlib Functions, 294
Introduction, 697 matrixtrans()
nullpointer(), 700 Stdlib Functions, 295
object2pointer(), 700 MD5()
pointer2object(), 700 Security and Internet Functions, 244
ptrcmp(), 701 Menu Events
ringvm_callfunc(), 710 Using RingOpenGL and RingFreeGLUT for 3D
RingVM_CallList(), 706 Graphics, 501
RingVM_CFunctionsList(), 702 Menubar and StyleSheet Example
RingVM_ClassesList(), 702 Desktop and Mobile Development, 564
ringvm_evalinscope(), 709 Menubar Designer
RingVM_FilesList(), 707 Form Designer, 646
RingVM_FunctionsList(), 702 mergemethods()
ringvm_hideerrorMsg(), 709 Reflection and Meta-programming, 282
RingVM_MemoryList(), 704 Methods to use Events with Events Filter
RingVM_PackagesList(), 703 Desktop and Mobile Development, 627
ringvm_passerror(), 709 methods()
ringvm_scopescount(), 709 Reflection and Meta-programming, 275
ringvm_settrace(), 708 Misc Operators
ringvm_tracedata(), 708 Operators, 136
ringvm_traceevent(), 708 Module Organization
ringvm_tracefunc(), 709 Extension, 726
space(), 699 More Beatiful Code
varptr(), 699 Declarative Programming, 328
More Samples and Tests
Main Function Form Designer, 648
Functions - First Style, 156 More Syntax Flexibility
Functions - Second Style, 160 What is new in Ring 1.5?, 57
Functions - Third Style, 164 Motivation
Main Menu Introduction, 12
Demo Programs, 219 Mouse Events
Make a Cube using RingOpenGL and RingFreeGLUT RingLibSDL, 425
Using RingOpenGL and RingFreeGLUT for 3D Using RingOpenGL and RingFreeGLUT for 3D
Graphics, 525 Graphics, 497
makedir() Movable Label Example
Stdlib Functions, 298 Desktop and Mobile Development, 580
Map Moving Objects using the Mouse
Game Engine for 2D Games, 445 Desktop and Mobile Development, 586
Map Class Moving Text
Game Engine for 2D Games, 432 Game Engine for 2D Games, 434
Map Events Multi-Line literals
Game Engine for 2D Games, 446 Getting Started - First Style, 110
map() Getting Started - Second Style, 112
Stdlib Functions, 287 Getting Started - Third Style, 114
Math Class MySQL Class
Stdlib Classes, 309 Stdlib Classes, 320
Mathematical Functions MySQL Functions
Decimals(), 197 Create Database, 233
Example, 194 Create Table and Insert Data, 234
Introduction, 193 Introduction, 231
list of functions, 194 MySQL_AutoCommit(), 239
Random(), 196 MySQL_Close(), 233

Index 1750
Ring Documentation, Release 1.5

MySQL_Columns(), 236 Change the = operator to is, 333


MySQL_Commit(), 239 Change the Ring Keyword And, 331
MySQL_Connect(), 233 Change the Ring Operator +, 332
MySQL_Error(), 233 Clean Natural Code, 338
MySQL_Escape_String(), 238 Example, 330
MySQL_Info(), 232 History, 330
MySQL_Init(), 233 Introduction, 329
MySQL_Inser_ID(), 235 Real Natual Code, 336
MySQL_Next_Result(), 236 Using Eval() with our Natural Code, 334
MySQL_Query(), 233 Natural Library - Demo Program
MySQL_Result(), 236 Using the Natural Library, 340
MySQL_Result2(), 237 Nested Lists
MySQL_Rollback(), 239 Lists, 172
Print Query Result, 236 New Classes names - Index Start from 1
Restore Image From The Database, 238 Desktop and Mobile Development, 629
Save Image Inside the Database, 238 New Functions
Transaction Example, 239 What is new in Ring 1.2?, 86
MySQL_AutoCommit() What is new in Ring 1.3?, 82
MySQL Functions, 239 New Functions and Changes
MySQL_Close() What is new in Ring 1.1?, 95
MySQL Functions, 233 New Sample : Sixteen Puzzle
MySQL_Columns() What is new in Ring 1.4.1?, 62
MySQL Functions, 236 New Style to Ring Notepad
MySQL_Columns() Implementation What is new in Ring 1.4.1?, 61
Extension, 732 What is new in Ring 1.4?, 67
MySQL_Commit() newlist()
MySQL Functions, 239 Stdlib Functions, 288
MySQL_Connect() No Explicit End For Statements
MySQL Functions, 233 Getting Started - First Style, 111
MySQL_Error() Getting Started - Second Style, 113
MySQL Functions, 233 Getting Started - Third Style, 115
MySQL_Escape_String() No Run
MySQL Functions, 238 Command Line Options, 696
MySQL_Info() Not Case-Sensitive
MySQL Functions, 232 Getting Started - First Style, 110
MySQL_Init() Getting Started - Second Style, 112
MySQL Functions, 233 Getting Started - Third Style, 114
MySQL_Inser_ID() Notepad Application
MySQL Functions, 235 Desktop and Mobile Development, 603
MySQL_Next_Result() nullpointer()
MySQL Functions, 236 Low Level Functions, 700
MySQL_Query() Number()
MySQL Functions, 233 Data Type, 191
MySQL_Result() Numbers and Bytes
MySQL Functions, 236 Files, 208
MySQL_Result2()
MySQL Functions, 237 Object and Drawing
MySQL_Rollback() Game Engine for 2D Games, 448
MySQL Functions, 239 Object Library Source Code
Objects Library for RingQt Application, 640
Natural Language Programming Object Oriented Programming
BraceError() Method, 337 Access Objects Using Braces, 251
BraceExprEval Method, 336 Classes and Objects, 249
BraceStart and BraceEnd Methods, 335 Composition, 252

Index 1751
Ring Documentation, Release 1.5

Dynamic Attributes, 256 ODBC Functions, 224


Find() and List of Objects, 257 odbc_colcount()
Inheritance, 255 ODBC Functions, 226
Introduction, 248 odbc_columns()
Operator Overloading, 254 ODBC Functions, 228
Packages, 256 odbc_commit()
Printing Objects, 257 ODBC Functions, 229
Private Attributes and Methods, 253 odbc_connect()
Setter and Getter, 253 ODBC Functions, 225
Sort() and List of Objects, 258 odbc_datasources()
Using Self.Attribute, 260 ODBC Functions, 224
object2pointer() odbc_disconnect()
Low Level Functions, 700 ODBC Functions, 226
objectid() odbc_drivers()
Reflection and Meta-programming, 274 ODBC Functions, 223
Objects inside lists odbc_execute()
Declarative Programming, 324 ODBC Functions, 226
Objects Library for RingQt odbc_fetch()
What is new in Ring 1.2?, 88 ODBC Functions, 227
Objects Library for RingQt Application odbc_getdata()
Example, 636 ODBC Functions, 227
Introduction, 635 odbc_init()
Library Usage, 636 ODBC Functions, 223
Object Library Source Code, 640 odbc_rollback()
Open_WindowAndLink() Function, 639, 640 ODBC Functions, 229
Open_WindowInPackages() Function, 640 odbc_tables()
ODBC Class ODBC Functions, 227
Stdlib Classes, 319 Open and Close Connection
ODBC Functions ODBC Functions, 226
Execute Query and Print Result, 227 Open_WindowAndLink() Function
Introduction, 222 Objects Library for RingQt Application, 639, 640
odbc_autocommit(), 229 Open_WindowInPackages() Function
odbc_close(), 224 Objects Library for RingQt Application, 640
odbc_colcount(), 226 Operator Overloading
odbc_columns(), 228 Object Oriented Programming, 254
odbc_commit(), 229 Operators
odbc_connect(), 225 Arithmetic Operators, 135
odbc_datasources(), 224 Assignment Operators, 136
odbc_disconnect(), 226 Bitwise Operators, 135
odbc_drivers(), 223 Introduction, 134
odbc_execute(), 226 Logical Operators, 135
odbc_fetch(), 227 Misc Operators, 136
odbc_getdata(), 227 Operators Precedence, 136
odbc_init(), 223 Relational Operators, 135
odbc_rollback(), 229 Using the Natural Library, 344
odbc_tables(), 227 Operators Precedence
Open and Close Connection, 226 Operators, 136
Print List of ODBC Data Sources, 225 Other Widgets Events
Print List of ODBC Drivers, 224 Desktop and Mobile Development, 568
Save and Restore Images, 230
Transactions and Using Commit and Rollback, 229 packagename()
odbc_autocommit() Reflection and Meta-programming, 283
ODBC Functions, 229 Packages
odbc_close() Object Oriented Programming, 256

Index 1752
Ring Documentation, Release 1.5

packages() Printing Objects


Reflection and Meta-programming, 271 Object Oriented Programming, 257
packagesclasses() Printing Rules
Reflection and Meta-programming, 273 Command Line Options, 685
Page Class Printing Tokens
Web Development (CGI Library), 396 Command Line Options, 683
palindrome() Printing using QPrinter
Stdlib Functions, 294 Desktop and Mobile Development, 576
Pass Error Private Attributes and Methods
The Trace Library and the Interactive Debugger, 719 Object Oriented Programming, 253
Passing Lists to Functions prodlist()
Lists, 173 Stdlib Functions, 293
Passing Parameters Using List Program Structure
Lists, 174 Introduction, 166
Performance Source Code File Sections, 167
Command Line Options, 696 Using Many Source Code Files, 167
permutation() Project Folder
Stdlib Functions, 295 Building Games For Android, 478
Perror() Project Layers
Files, 204 Game Engine for 2D Games, 428
Philosophy behind data types in Ring Protecting the Source Code
Frequently Asked Questions, 1696 Distributing Ring Application, 681
Play Sound ptrcmp()
RingLibSDL, 426 Low Level Functions, 701
Playing Sound Pure Functions
Desktop and Mobile Development, 578 Functional Programming, 262
Game Engine for 2D Games, 436 puts()
Graphics and Game Programming, 415 Stdlib Functions, 284
pointer2object()
Low Level Functions, 700 QAbstractButton Class
Post Request RingQt Classes Reference, 1591
RingLibCurl, 401 QAbstractItemView Class
Prefix for Functions Names RingQt Classes Reference, 1577
Code Generator, 740 QAbstractScrollArea Class
PrevFileName() Function RingQt Classes Reference, 1577
System Functions, 213 QAbstractSlider Class
Print files in Zip file RingQt Classes Reference, 1584
RingZip, 405 QAbstractSocket Class
Print List of ODBC Data Sources RingQt Classes Reference, 1613
ODBC Functions, 225 QAbstractSpinBox Class
Print List of ODBC Drivers RingQt Classes Reference, 1587
ODBC Functions, 224 QAction Class
Print Query Result RingQt Classes Reference, 1595
MySQL Functions, 236 QAllEvents Class
print() RingQt Classes Reference, 1626
Stdlib Functions, 284 QApp Class
Print2Str() Function RingQt Classes Reference, 1544
Stdlib Functions, 284 QAxBase Class
Printing Final Intermediate Code RingQt Classes Reference, 1678
Command Line Options, 691 QAxObject Class
Printing Instruction Operation Code RingQt Classes Reference, 1677
Command Line Options, 696 QBitmap Class
Printing Intermediate Code RingQt Classes Reference, 1552
Command Line Options, 689 QBluetoothAddress Class

Index 1753
Ring Documentation, Release 1.5

RingQt Classes Reference, 1683 RingQt Classes Reference, 1673


QBluetoothDeviceDiscoveryAgent Class QCursor Class
RingQt Classes Reference, 1683 RingQt Classes Reference, 1676
QBluetoothDeviceInfo Class QDate Class
RingQt Classes Reference, 1684 RingQt Classes Reference, 1635
QBluetoothHostInfo Class QDateEdit Class
RingQt Classes Reference, 1684 RingQt Classes Reference, 1586
QBluetoothLocalDevice Class QDateTimeEdit Class
RingQt Classes Reference, 1685 RingQt Classes Reference, 1586
QBluetoothServer Class QDesktopServices Class
RingQt Classes Reference, 1686 RingQt Classes Reference, 1544
QBluetoothServiceDiscoveryAgent Class QDesktopWidget Class
RingQt Classes Reference, 1686 RingQt Classes Reference, 1628
QBluetoothServiceInfo Class QDial Class
RingQt Classes Reference, 1687 RingQt Classes Reference, 1588
QBluetoothSocket Class QDialog Class
RingQt Classes Reference, 1688 RingQt Classes Reference, 1620
QBluetoothTransferManager Class QDir Class
RingQt Classes Reference, 1689 RingQt Classes Reference, 1562
QBluetoothTransferReply Class QDirModel Class
RingQt Classes Reference, 1689 RingQt Classes Reference, 1618
QBluetoothTransferRequest Class QDockWidget Class
RingQt Classes Reference, 1689 RingQt Classes Reference, 1573
QBluetoothUuid Class QEvent Class
RingQt Classes Reference, 1690 RingQt Classes Reference, 1597
QBoxLayout Class QFileDialog Class
RingQt Classes Reference, 1668 RingQt Classes Reference, 1599
QBrush Class QFileInfo Class
RingQt Classes Reference, 1609 RingQt Classes Reference, 1617
QBuffer Class QFileSystemModel Class
RingQt Classes Reference, 1683 RingQt Classes Reference, 1562
QButtonGroup Class QFont Class
RingQt Classes Reference, 1593 RingQt Classes Reference, 1607
QByteArray Class QFontDialog Class
RingQt Classes Reference, 1610 RingQt Classes Reference, 1619
QCamera Class QFontMetrics Class
RingQt Classes Reference, 1662 RingQt Classes Reference, 1666
QCameraImageCapture Class QFrame Class
RingQt Classes Reference, 1663 RingQt Classes Reference, 1576
QCameraViewfinder Class QFrame2 Class
RingQt Classes Reference, 1662 RingQt Classes Reference, 1576
QCheckBox Class QFrame3 Class
RingQt Classes Reference, 1591 RingQt Classes Reference, 1577
QColor Class QGradient Class
RingQt Classes Reference, 1604 RingQt Classes Reference, 1669
QColorDialog Class QGraphicsVideoItem Class
RingQt Classes Reference, 1622 RingQt Classes Reference, 1662
QComboBox Class QGridLayout Class
RingQt Classes Reference, 1567 RingQt Classes Reference, 1659
QCompleter Class QHBoxLayout Class
RingQt Classes Reference, 1672 RingQt Classes Reference, 1555
QCompleter2 Class QHeaderView Class
RingQt Classes Reference, 1673 RingQt Classes Reference, 1664
QCompleter3 Class QHostAddress Class

Index 1754

Вам также может понравиться