MCPcopy Create free account

hub / github.com/HerikLyma/CPPWebFramework / functions

Functions557 in github.com/HerikLyma/CPPWebFramework

FunctiongetReadFile
* @brief Returns true if all message was read. * @return bool : Read file. */
CPPWebFramework/cwf/httpparser.h:149
FunctiongetRequestURI
* @brief This method returns the requested url. * @return QByteArray */
CPPWebFramework/cwf/request.h:122
FunctiongetRequestURL
* @brief This method returns the requested url. * @return QByteArray */
CPPWebFramework/cwf/request.h:117
FunctiongetSessionExpirationTime
* @brief Returns the Session Expiration Time. * @param int : Time in milliseconds. */
CPPWebFramework/cwf/configuration.h:77
FunctiongetSessionId
* @brief Returns session id. * @return QByteArray : session id. */
CPPWebFramework/cwf/httpparser.h:81
FunctiongetSessionTimeOut
* @brief Returns the session timeout. */
CPPWebFramework/cwf/session.h:106
FunctiongetSslCertFile
* @brief Returns the ssl cert file. * @param QString : sslCertFile name. */
CPPWebFramework/cwf/configuration.h:107
FunctiongetSslEncodingFormat
* @brief Returns the SSL Encoding Format. The PEM is defined by default. * @param QSsl::EncodingFormat : SSL key Encoding Format. */
CPPWebFramework/cwf/configuration.h:162
FunctiongetSslKeyAlgorithm
* @brief Returns the SSL Key Algorithm. The RSA is defined by default. * @param QSsl::KeyAlgorithm : SSL key Algorithm. */
CPPWebFramework/cwf/configuration.h:152
FunctiongetSslKeyFile
* @brief Returns the ssl key file. * @param QString : sslKeyFile name. */
CPPWebFramework/cwf/configuration.h:102
FunctiongetSslKeyType
* @brief Returns the SSL Key Type. The private is defined by default. * @param QSsl::KeyType : SSL key Type. */
CPPWebFramework/cwf/configuration.h:157
FunctiongetSslPassPhrase
* @brief Returns the ssl pass phrase * @return QByteArray : sslPassPhrase. */
CPPWebFramework/cwf/configuration.h:142
FunctiongetSslPeerVerifyMode
* @brief Returns the SSL Peer Veryfy Mode. The VerifyNone is defined by default. * @param QSslSocket::PeerVerifyMode : Peer Veryfy Mode; *
CPPWebFramework/cwf/configuration.h:167
FunctiongetSslProtocol
* @brief Returns the SSL Protocol. The TlsV1SslV3 is defined by default. * @param QSsl::SslProtocol : SSL Protocol; */
CPPWebFramework/cwf/configuration.h:172
MethodgetState
examples/ORM/usermodel.h:34
FunctiongetTimeOut
* @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
FunctiongetType
CPPWebFramework/cwf/sqldatabasestorage.h:99
FunctiongetType
* @brief Returns the type. * @return QString : Type. */
CPPWebFramework/cwf/cstlcompilerobject.h:44
FunctiongetUploadedFiles
* @brief This method returns all the files that the user has sent. * @return QMap<QByteArray, QByteArray> */
CPPWebFramework/cwf/request.h:162
FunctiongetUploadedFiles
* @brief Returns all uploaded files. * @return QMultiMap<QByteArray, QByteArray> : Files name and content. */
CPPWebFramework/cwf/httpparser.h:114
FunctiongetUrl
* @brief Returns the url. * @return QByteArray : url. */
CPPWebFramework/cwf/httpparser.h:86
FunctiongetUserName
* @brief Returns the user's name. */
CPPWebFramework/cwf/sqldatabasestorage.h:119
FunctiongetValue
* @brief Returns the value. * @return QString : Value. */
CPPWebFramework/cwf/cstlcompilerobject.h:34
FunctiongetWasBuild
* @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
MethodincomingConnection
CPPWebFramework/cwf/cppwebserver.cpp:38
FunctioninitMenu
(relPath,searchEnabled,serverSide,searchPage,search)
documentation/html/menu.js:1
Functioninit_search
()
documentation/html/search/search.js:777
MethodinsertEntry
CPPWebFramework/cwf/modelbasicoperation.cpp:414
MethodinsertMulti
CPPWebFramework/cwf/qmapthreadsafety.h:178
MethodinstantiateClassByName
CPPWebFramework/cwf/metaclassparser.cpp:86
Functioninvalidate
* @brief Make a invalid session. */
CPPWebFramework/cwf/session.h:80
FunctionisMultiPart
* @brief Returns the multi part. * @return bool : Multi part. */
CPPWebFramework/cwf/httpparser.h:144
FunctionisTableInDb
* @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
FunctionisValid
* @brief Returns true if the Configuration is ok. Otherwise returns false. * @param bool : is valid. */
CPPWebFramework/cwf/configuration.h:147
MethodloadColumns
CPPWebFramework/cwf/sqlquery.cpp:40
MethodlowerBound
CPPWebFramework/cwf/qmapthreadsafety.h:215
Functionmain
examples/RESTWebService/main.cpp:31
Functionmain
examples/HelloWorld/main.cpp:20
Functionmain
examples/SaveFiles/main.cpp:11
Functionmain
examples/ShowFile/main.cpp:11
Functionmain
examples/HelloWorldDocker/main.cpp:20
Functionmain
examples/CSTLOutExample/main.cpp:11
Functionmain
examples/CSTLForExample/main.cpp:11
Functionmain
examples/CRUDRestWebService/main.cpp:43
Functionmain
examples/Sessions/main.cpp:12
Functionmain
examples/HelloWorldFilter/main.cpp:23
Functionmain
examples/CSTLImportExample/main.cpp:13
Functionmain
examples/ORM/main.cpp:33
Functionmain
examples/FillObjectBMI/main.cpp:29
Functionmain
examples/Filters/main.cpp:13
Functionmain
examples/HelloMVC/main.cpp:22
Functionmain
examples/CSTLIfExample/main.cpp:11
Functionmain
examples/WebServices/main.cpp:11
Functionmain
CPPWebFramework/main.cpp:29
MethodmakeBinds
CPPWebFramework/cwf/sqlquery.cpp:17
Functionobjects
clazy:excludeall=connect-not-normalized
CPPWebFramework/cwf/cstlcompilerattributes.cpp:13
MethodopenFile
CPPWebFramework/cwf/cstlcompiler.cpp:33
Functionoperator []
* @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
Methodoperator!=
CPPWebFramework/cwf/qmapthreadsafety.h:303
Methodoperator==
CPPWebFramework/cwf/qmapthreadsafety.h:321
MethodparamDecode
CPPWebFramework/cwf/urlencoder.cpp:35
MethodparamEncode
CPPWebFramework/cwf/urlencoder.cpp:29
Functionpath
CPPWebFramework/cwf/configuration.cpp:12
MethodprefixPropNames
CPPWebFramework/cwf/sqlquerymanager.cpp:197
MethodprocessForTag
CPPWebFramework/cwf/cstlcompiler.cpp:140
MethodprocessIfTag
CPPWebFramework/cwf/cstlcompiler.cpp:213
MethodprocessOutTag
CPPWebFramework/cwf/cstlcompiler.cpp:66
MethodprocessText
CPPWebFramework/cwf/cstlcompiler.cpp:134
MethodprocessXml
CPPWebFramework/cwf/cstlcompiler.cpp:325
FunctionpropertyType
* @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
MethodreadBody
CPPWebFramework/cwf/httpreadrequest.cpp:136
Functionremove
* @brief This method remove and object from the list. * @param o */
CPPWebFramework/cwf/qlistobject.h:70
Functionremove
* @brief remove Delete the model from the database * @return Bool: Was the data removed without error ? */
CPPWebFramework/cwf/model.h:151
Methodremove
* @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
FunctionremoveAttribute
* @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
Methodrun
CPPWebFramework/cwf/httpreadrequest.cpp:59
Methodsave
CPPWebFramework/cwf/modelbasicoperation.cpp:177
MethodsendRedirect
CPPWebFramework/cwf/response.cpp:170
FunctionsetAutoClearAttributes
* @brief setAutoClearAttributes */
CPPWebFramework/cwf/session.h:98
FunctionsetAutoDelete
* @brief setAutoDelete * @param value */
CPPWebFramework/cwf/qlistobject.h:80
MethodsetCreatedDt
CPPWebFramework/cwf/model.cpp:199
FunctionsetDouble
* @brief Constructs a new variant with an double value. */
CPPWebFramework/cwf/variant.h:68
MethodsetHeight
examples/FillObjectBMI/model/usermodel.cpp:45
MethodsetHeight
examples/WebServices/model/user.cpp:45
FunctionsetHttpParser
* @brief This method set the HttpParser. * @param httpParser */
CPPWebFramework/cwf/request.h:107
FunctionsetInt
* @brief Constructs a new variant with an int value. */
CPPWebFramework/cwf/variant.h:59
MethodsetLastModifiedDt
CPPWebFramework/cwf/model.cpp:209
FunctionsetLongLong
* @brief Constructs a new variant with an qlonglong value. */
CPPWebFramework/cwf/variant.h:77
MethodsetMass
examples/FillObjectBMI/model/usermodel.cpp:35
MethodsetMass
examples/WebServices/model/user.cpp:35
MethodsetName
examples/FillObjectBMI/model/usermodel.cpp:20
MethodsetName
examples/WebServices/model/user.cpp:20
FunctionsetSession
* @brief This method set the user's session. * @return Session */
CPPWebFramework/cwf/request.h:131
FunctionsetString
* @brief Constructs a new variant with an QString value. */
CPPWebFramework/cwf/variant.h:85
FunctionsetType
* @brief Sets the type. * @param const QString &value : Type. */
CPPWebFramework/cwf/cstlcompilerobject.h:49
FunctionsetValue
* @brief Sets the value. * @param const QString &value : Value. */
CPPWebFramework/cwf/cstlcompilerobject.h:39
FunctionsetWasBuild
* @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
Functionsize
* @brief This method returns the number of elements in this QListObject. * @return int */
CPPWebFramework/cwf/qlistobject.h:53
Functiontables
* @brief tables List all the tables of a database * @return QStringList: a list of all tables */
CPPWebFramework/cwf/modelbasicoperation.h:59
Methodtake
CPPWebFramework/cwf/qmapthreadsafety.h:249
← previousnext →401–500 of 557, ranked by callers