Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Fluorohydride/ygopro
/ functions
Functions
717 in github.com/Fluorohydride/ygopro
⨍
Functions
717
◇
Types & classes
88
Method
check_sum
gframe/client_field.cpp:1314
Method
check_sum_trib
gframe/client_field.cpp:1360
Method
client_card_sort
gframe/client_card.cpp:201
Method
create
gframe/CGUITTFont.cpp:222
Method
createGlyphImage
gframe/CGUITTFont.cpp:62
Method
createPageTexture
Create the actual page texture,
gframe/CGUITTFont.h:113
Method
createSharedPlane
gframe/CGUITTFont.cpp:854
Method
createTTFont
gframe/CGUITTFont.cpp:187
Method
createTextureFromChar
gframe/CGUITTFont.cpp:821
Method
deck_sort_atk
gframe/client_card.cpp:250
Method
deck_sort_def
gframe/client_card.cpp:270
Method
deck_sort_lv
gframe/client_card.cpp:230
Method
deck_sort_name
gframe/client_card.cpp:290
Method
draw
gframe/CGUIImageButton.cpp:110
Method
element_t
gframe/deck_con.cpp:1361
Function
empty
Informs if the ustring is empty or not. \return True if the ustring is empty, false if not.
gframe/irrUString.h:1176
Function
equalsn
Compares the first n characters of this string with another. \param other Other string to compare to. \param n Number of characters to compare. \retur
gframe/irrUString.h:1192
Function
findFirst
Finds first occurrence of character. \param c The character to search for. \return Position where the character has been found, or -1 if not found.
gframe/irrUString.h:1604
Function
findFirstChar
Finds first occurrence of a character of a list. \param c A list of characters to find. For example if the method should find the first occurrence of
gframe/irrUString.h:1623
Function
findLast
Finds last occurrence of character. \param c The character to search for. \param start The start position of the reverse search ( default = -1, on end
gframe/irrUString.h:1722
Function
findLastChar
Finds last occurrence of a character in a list. \param c A list of strings to find. For example if the method should find the last occurrence of 'a' o
gframe/irrUString.h:1743
Function
findNext
Finds next occurrence of character. \param c The character to search for. \param startPos The position in the string to start searching. \return Posit
gframe/irrUString.h:1702
Method
getActiveFont
gframe/CGUIImageButton.cpp:173
Method
getCharacterFromPos
gframe/CGUITTFont.cpp:720
Method
getDimensionUntilEndOfLine
gframe/CGUITTFont.cpp:882
Function
getEncoding
Gets the encoding of the Unicode string this class contains. \return An enum describing the current encoding of this string.
gframe/irrUString.h:2831
Method
getFontSize
Get the font size.
gframe/CGUITTFont.h:223
Method
getGlyphIndexByChar
gframe/CGUITTFont.cpp:679
Method
getHeightFromCharacter
gframe/CGUITTFont.cpp:659
Method
getKerning
gframe/CGUITTFont.cpp:777
Method
getOverrideFont
gframe/CGUIImageButton.cpp:165
Method
getPageTextureByIndex
gframe/CGUITTFont.cpp:847
Function
getUnicodeBOM
Returns the specified unicode byte order mark in a byte array. The byte order mark is the first few bytes in a text file that signifies its encoding.
gframe/irrUString.h:163
Method
getWidthFromCharacter
gframe/CGUITTFont.cpp:640
Method
isTransparent
Check the font's transparency.
gframe/CGUITTFont.h:228
Function
lastChar
Gets the last char of the ustring16, or 0. \return The last char of the ustring16, or 0.
gframe/irrUString.h:2181
Function
load_cb
gframe/spmemvfs/spmemvfs.c:428
Function
main
gframe/gframe.cpp:24
Function
operator !=
Inequality operator
gframe/irrUString.h:1150
Function
operator <
Is smaller comparator
gframe/irrUString.h:1138
Function
operator ==
Equality operator
gframe/irrUString.h:1114
Function
operator []
Direct access operator
gframe/irrUString.h:1098
Method
operator!=
Test for unequalness.
gframe/irrUString.h:461
Method
operator%
Modulos the value by a specified amount. \param val The amount to modulo this character by. \return A unicode character.
gframe/irrUString.h:349
Method
operator()
gframe/irrUString.h:3057
Method
operator*
Multiplies the value by a specified amount. \param val The amount to multiply this character by. \return A unicode character.
gframe/irrUString.h:335
Method
operator*
Accesses the full character at the iterator's position.
gframe/irrUString.h:596
Method
operator*
Accesses the full character at the iterator's position.
gframe/irrUString.h:690
Function
operator+
gframe/irrUString.h:2882
Method
operator+
Adds to the value by a specified amount. \param val The amount to add to this character. \return A unicode character.
gframe/irrUString.h:321
Method
operator+
Return a new iterator that is a variable number of full characters forward from the current position.
gframe/irrUString.h:556
Method
operator++
Increments the value by 1, returning the old value. \return A unicode character.
gframe/irrUString.h:257
Method
operator++
Switch to the next full character in the string, returning the previous position.
gframe/irrUString.h:480
Method
operator-
Subtracts from the value by a specified amount. \param val The amount to subtract from this character. \return A unicode character.
gframe/irrUString.h:328
Method
operator-
Return a new iterator that is a variable number of full characters backward from the current position.
gframe/irrUString.h:563
Method
operator--
Decrements the value by 1, returning the old value. \return A unicode character.
gframe/irrUString.h:272
Method
operator--
Switch to the previous full character in the string, returning the previous position.
gframe/irrUString.h:499
Method
operator->
Accesses the full character at the iterator's position.
gframe/irrUString.h:624
Method
operator->
Accesses the full character at the iterator's position.
gframe/irrUString.h:718
Method
operator/
Divides the value by a specified amount. \param val The amount to divide this character by. \return A unicode character.
gframe/irrUString.h:342
Method
operator==
Test for equalness.
gframe/irrUString.h:454
Method
pop_extra
gframe/deck_con.cpp:1817
Method
pop_main
gframe/deck_con.cpp:1811
Method
pop_side
gframe/deck_con.cpp:1823
Method
push_extra
gframe/deck_con.cpp:1783
Method
push_main
gframe/deck_con.cpp:1768
Method
push_side
gframe/deck_con.cpp:1798
Method
reset_images
gframe/CGUITTFont.cpp:398
Method
setBatchLoadSize
Sets the amount of glyphs to batch load.
gframe/CGUITTFont.h:213
Method
setFontHinting
gframe/CGUITTFont.cpp:487
Method
setImageScale
gframe/CGUIImageButton.cpp:157
Method
setInvisibleCharacters
gframe/CGUITTFont.cpp:812
Method
setKerningHeight
gframe/CGUITTFont.cpp:754
Method
setKerningWidth
gframe/CGUITTFont.cpp:750
Method
setMaxPageTextureSize
Sets the maximum texture size for a page of glyphs.
gframe/CGUITTFont.h:218
Method
setMonochrome
gframe/CGUITTFont.cpp:482
Function
split
gframe/irrUString.h:2221
Function
spmemfileCheckReservedLock
gframe/spmemvfs/spmemvfs.c:204
Function
spmemfileClose
gframe/spmemvfs/spmemvfs.c:99
Function
spmemfileDeviceCharacteristics
gframe/spmemvfs/spmemvfs.c:227
Function
spmemfileFileControl
gframe/spmemvfs/spmemvfs.c:213
Function
spmemfileFileSize
gframe/spmemvfs/spmemvfs.c:179
Function
spmemfileLock
gframe/spmemvfs/spmemvfs.c:190
Function
spmemfileRead
gframe/spmemvfs/spmemvfs.c:119
Function
spmemfileSectorSize
gframe/spmemvfs/spmemvfs.c:220
Function
spmemfileSync
gframe/spmemvfs/spmemvfs.c:172
Function
spmemfileTruncate
gframe/spmemvfs/spmemvfs.c:161
Function
spmemfileUnlock
gframe/spmemvfs/spmemvfs.c:197
Function
spmemfileWrite
gframe/spmemvfs/spmemvfs.c:135
Function
spmemvfsAccess
gframe/spmemvfs/spmemvfs.c:314
Function
spmemvfsCurrentTime
gframe/spmemvfs/spmemvfs.c:358
Function
spmemvfsDelete
gframe/spmemvfs/spmemvfs.c:306
Function
spmemvfsDlClose
gframe/spmemvfs/spmemvfs.c:343
Function
spmemvfsDlError
gframe/spmemvfs/spmemvfs.c:333
Function
spmemvfsDlOpen
gframe/spmemvfs/spmemvfs.c:328
Function
spmemvfsFullPathname
gframe/spmemvfs/spmemvfs.c:320
Function
spmemvfsOpen
gframe/spmemvfs/spmemvfs.c:283
Function
spmemvfsRandomness
gframe/spmemvfs/spmemvfs.c:348
Function
spmemvfsSleep
gframe/spmemvfs/spmemvfs.c:353
Function
toPATH_s
Converts the string to a properly encoded io::path string. \param endian The desired endianness of the string. \param addBOM If true, the proper unico
gframe/irrUString.h:2787
← previous
next →
601–700 of 717, ranked by callers