Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HerikLyma/CPPWebFramework
/ functions
Functions
557 in github.com/HerikLyma/CPPWebFramework
⨍
Functions
557
◇
Types & classes
70
Function
getReadFile
* @brief Returns true if all message was read. * @return bool : Read file. */
CPPWebFramework/cwf/httpparser.h:149
Function
getRequestURI
* @brief This method returns the requested url. * @return QByteArray */
CPPWebFramework/cwf/request.h:122
Function
getRequestURL
* @brief This method returns the requested url. * @return QByteArray */
CPPWebFramework/cwf/request.h:117
Function
getSessionExpirationTime
* @brief Returns the Session Expiration Time. * @param int : Time in milliseconds. */
CPPWebFramework/cwf/configuration.h:77
Function
getSessionId
* @brief Returns session id. * @return QByteArray : session id. */
CPPWebFramework/cwf/httpparser.h:81
Function
getSessionTimeOut
* @brief Returns the session timeout. */
CPPWebFramework/cwf/session.h:106
Function
getSslCertFile
* @brief Returns the ssl cert file. * @param QString : sslCertFile name. */
CPPWebFramework/cwf/configuration.h:107
Function
getSslEncodingFormat
* @brief Returns the SSL Encoding Format. The PEM is defined by default. * @param QSsl::EncodingFormat : SSL key Encoding Format. */
CPPWebFramework/cwf/configuration.h:162
Function
getSslKeyAlgorithm
* @brief Returns the SSL Key Algorithm. The RSA is defined by default. * @param QSsl::KeyAlgorithm : SSL key Algorithm. */
CPPWebFramework/cwf/configuration.h:152
Function
getSslKeyFile
* @brief Returns the ssl key file. * @param QString : sslKeyFile name. */
CPPWebFramework/cwf/configuration.h:102
Function
getSslKeyType
* @brief Returns the SSL Key Type. The private is defined by default. * @param QSsl::KeyType : SSL key Type. */
CPPWebFramework/cwf/configuration.h:157
Function
getSslPassPhrase
* @brief Returns the ssl pass phrase * @return QByteArray : sslPassPhrase. */
CPPWebFramework/cwf/configuration.h:142
Function
getSslPeerVerifyMode
* @brief Returns the SSL Peer Veryfy Mode. The VerifyNone is defined by default. * @param QSslSocket::PeerVerifyMode : Peer Veryfy Mode; *
CPPWebFramework/cwf/configuration.h:167
Function
getSslProtocol
* @brief Returns the SSL Protocol. The TlsV1SslV3 is defined by default. * @param QSsl::SslProtocol : SSL Protocol; */
CPPWebFramework/cwf/configuration.h:172
Method
getState
examples/ORM/usermodel.h:34
Function
getTimeOut
* @brief Returns the timeOut property that will be used by the server to expire threads that are not in use. * Such threads will be restarted as
CPPWebFramework/cwf/configuration.h:72
Function
getType
CPPWebFramework/cwf/sqldatabasestorage.h:99
Function
getType
* @brief Returns the type. * @return QString : Type. */
CPPWebFramework/cwf/cstlcompilerobject.h:44
Function
getUploadedFiles
* @brief This method returns all the files that the user has sent. * @return QMap<QByteArray, QByteArray> */
CPPWebFramework/cwf/request.h:162
Function
getUploadedFiles
* @brief Returns all uploaded files. * @return QMultiMap<QByteArray, QByteArray> : Files name and content. */
CPPWebFramework/cwf/httpparser.h:114
Function
getUrl
* @brief Returns the url. * @return QByteArray : url. */
CPPWebFramework/cwf/httpparser.h:86
Function
getUserName
* @brief Returns the user's name. */
CPPWebFramework/cwf/sqldatabasestorage.h:119
Function
getValue
* @brief Returns the value. * @return QString : Value. */
CPPWebFramework/cwf/cstlcompilerobject.h:34
Function
getWasBuild
* @brief getWasBuild Get the value of the "was build" flag. * @return Bool: Was the model instance populated by data from the database ? */
CPPWebFramework/cwf/model.h:171
Method
incomingConnection
CPPWebFramework/cwf/cppwebserver.cpp:38
Function
initMenu
(relPath,searchEnabled,serverSide,searchPage,search)
documentation/html/menu.js:1
Function
init_search
()
documentation/html/search/search.js:777
Method
insertEntry
CPPWebFramework/cwf/modelbasicoperation.cpp:414
Method
insertMulti
CPPWebFramework/cwf/qmapthreadsafety.h:178
Method
instantiateClassByName
CPPWebFramework/cwf/metaclassparser.cpp:86
Function
invalidate
* @brief Make a invalid session. */
CPPWebFramework/cwf/session.h:80
Function
isMultiPart
* @brief Returns the multi part. * @return bool : Multi part. */
CPPWebFramework/cwf/httpparser.h:144
Function
isTableInDb
* @brief isTableInDb Check if a table is present within the database * @param tableName The name of the table * @return Bool */
CPPWebFramework/cwf/modelbasicoperation.h:147
Function
isValid
* @brief Returns true if the Configuration is ok. Otherwise returns false. * @param bool : is valid. */
CPPWebFramework/cwf/configuration.h:147
Method
loadColumns
CPPWebFramework/cwf/sqlquery.cpp:40
Method
lowerBound
CPPWebFramework/cwf/qmapthreadsafety.h:215
Function
main
examples/RESTWebService/main.cpp:31
Function
main
examples/HelloWorld/main.cpp:20
Function
main
examples/SaveFiles/main.cpp:11
Function
main
examples/ShowFile/main.cpp:11
Function
main
examples/HelloWorldDocker/main.cpp:20
Function
main
examples/CSTLOutExample/main.cpp:11
Function
main
examples/CSTLForExample/main.cpp:11
Function
main
examples/CRUDRestWebService/main.cpp:43
Function
main
examples/Sessions/main.cpp:12
Function
main
examples/HelloWorldFilter/main.cpp:23
Function
main
examples/CSTLImportExample/main.cpp:13
Function
main
examples/ORM/main.cpp:33
Function
main
examples/FillObjectBMI/main.cpp:29
Function
main
examples/Filters/main.cpp:13
Function
main
examples/HelloMVC/main.cpp:22
Function
main
examples/CSTLIfExample/main.cpp:11
Function
main
examples/WebServices/main.cpp:11
Function
main
CPPWebFramework/main.cpp:29
Method
makeBinds
CPPWebFramework/cwf/sqlquery.cpp:17
Function
objects
clazy:excludeall=connect-not-normalized
CPPWebFramework/cwf/cstlcompilerattributes.cpp:13
Method
openFile
CPPWebFramework/cwf/cstlcompiler.cpp:33
Function
operator []
* @brief This is an operator overload and returns a QObject given an specific index. * @param index : This is an integer value. * @return
CPPWebFramework/cwf/qlistobject.h:48
Method
operator!=
CPPWebFramework/cwf/qmapthreadsafety.h:303
Method
operator==
CPPWebFramework/cwf/qmapthreadsafety.h:321
Method
paramDecode
CPPWebFramework/cwf/urlencoder.cpp:35
Method
paramEncode
CPPWebFramework/cwf/urlencoder.cpp:29
Function
path
CPPWebFramework/cwf/configuration.cpp:12
Method
prefixPropNames
CPPWebFramework/cwf/sqlquerymanager.cpp:197
Method
processForTag
CPPWebFramework/cwf/cstlcompiler.cpp:140
Method
processIfTag
CPPWebFramework/cwf/cstlcompiler.cpp:213
Method
processOutTag
CPPWebFramework/cwf/cstlcompiler.cpp:66
Method
processText
CPPWebFramework/cwf/cstlcompiler.cpp:134
Method
processXml
CPPWebFramework/cwf/cstlcompiler.cpp:325
Function
propertyType
* @brief propertyType Find the type of a property value from the property name * @param propertyName The name of the property * @return QVar
CPPWebFramework/cwf/model.h:213
Method
readBody
CPPWebFramework/cwf/httpreadrequest.cpp:136
Function
remove
* @brief This method remove and object from the list. * @param o */
CPPWebFramework/cwf/qlistobject.h:70
Function
remove
* @brief remove Delete the model from the database * @return Bool: Was the data removed without error ? */
CPPWebFramework/cwf/model.h:151
Method
remove
* @brief This method removes a specific element given a specific key. * @param key : This represents the key that will be insert. * @ret
CPPWebFramework/cwf/qmapthreadsafety.h:231
Function
removeAttribute
* @brief Removes all the items that have the key key from the map. * Returns the number of items removed which is usually 1 but will be 0
CPPWebFramework/cwf/session.h:86
Method
run
CPPWebFramework/cwf/httpreadrequest.cpp:59
Method
save
CPPWebFramework/cwf/modelbasicoperation.cpp:177
Method
sendRedirect
CPPWebFramework/cwf/response.cpp:170
Function
setAutoClearAttributes
* @brief setAutoClearAttributes */
CPPWebFramework/cwf/session.h:98
Function
setAutoDelete
* @brief setAutoDelete * @param value */
CPPWebFramework/cwf/qlistobject.h:80
Method
setCreatedDt
CPPWebFramework/cwf/model.cpp:199
Function
setDouble
* @brief Constructs a new variant with an double value. */
CPPWebFramework/cwf/variant.h:68
Method
setHeight
examples/FillObjectBMI/model/usermodel.cpp:45
Method
setHeight
examples/WebServices/model/user.cpp:45
Function
setHttpParser
* @brief This method set the HttpParser. * @param httpParser */
CPPWebFramework/cwf/request.h:107
Function
setInt
* @brief Constructs a new variant with an int value. */
CPPWebFramework/cwf/variant.h:59
Method
setLastModifiedDt
CPPWebFramework/cwf/model.cpp:209
Function
setLongLong
* @brief Constructs a new variant with an qlonglong value. */
CPPWebFramework/cwf/variant.h:77
Method
setMass
examples/FillObjectBMI/model/usermodel.cpp:35
Method
setMass
examples/WebServices/model/user.cpp:35
Method
setName
examples/FillObjectBMI/model/usermodel.cpp:20
Method
setName
examples/WebServices/model/user.cpp:20
Function
setSession
* @brief This method set the user's session. * @return Session */
CPPWebFramework/cwf/request.h:131
Function
setString
* @brief Constructs a new variant with an QString value. */
CPPWebFramework/cwf/variant.h:85
Function
setType
* @brief Sets the type. * @param const QString &value : Type. */
CPPWebFramework/cwf/cstlcompilerobject.h:49
Function
setValue
* @brief Sets the value. * @param const QString &value : Value. */
CPPWebFramework/cwf/cstlcompilerobject.h:39
Function
setWasBuild
* @brief setWasBuild Set the "was build" flag that indicate if a model instance was correctly populated (build) by data. * @param b The flag.
CPPWebFramework/cwf/model.h:166
Function
size
* @brief This method returns the number of elements in this QListObject. * @return int */
CPPWebFramework/cwf/qlistobject.h:53
Function
tables
* @brief tables List all the tables of a database * @return QStringList: a list of all tables */
CPPWebFramework/cwf/modelbasicoperation.h:59
Method
take
CPPWebFramework/cwf/qmapthreadsafety.h:249
← previous
next →
401–500 of 557, ranked by callers