MCPcopy Create free account

hub / github.com/baumgarr/nixnote2 / types & classes

Types & classes312 in github.com/baumgarr/nixnote2

↓ 849 callersClassQString
logger/qslogdest.h:30
↓ 370 callersClassThriftException
* Errors of the Thrift protocol level. It could be wrongly formatted parameters * or return values for example. */
qevercloud/exceptions.h:19
↓ 10 callersClassEverCloudException
* All exceptions throws by the library are of this class or its descendants. */
qevercloud/EverCloudException.h:17
↓ 7 callersClassAuthenticationResult
* When an authentication (or re-authentication) is performed, this structure * provides the result to the client. **/
qevercloud/generated/types.h:2999
↓ 5 callersClassNote
* Represents a single note in the user's account. * * */
qevercloud/generated/types.h:1977
↓ 4 callersClassNotebook
* A unique container for a set of notes. * */
qevercloud/generated/types.h:2649
↓ 3 callersClassSyncChunk
* This structure is given out by the NoteStore when a client asks to * receive the current state of an account. The client asks for the server's *
qevercloud/generated/types.h:3235
↓ 3 callersClassSyncState
* This structure encapsulates the information about the state of the * user's account for the purpose of "state based" synchronization. **/
qevercloud/generated/types.h:246
↓ 2 callersClassLazyMap
* A structure that wraps a map of name/value pairs whose values are not * always present in the structure in order to reduce space when obtaining *
qevercloud/generated/types.h:1526
↓ 2 callersClassResource
* Every media file that is embedded or attached to a note is represented * through a Resource entry. * */
qevercloud/generated/types.h:1660
↓ 2 callersClassSavedSearch
* A named search associated with the account that can be quickly re-used. * */
qevercloud/generated/types.h:2271
↓ 2 callersClassSharedNotebook
* Shared notebooks represent a relationship between a notebook and a single * share invitation recipient. * */
qevercloud/generated/types.h:2391
↓ 2 callersClassTag
* A tag within a user's account is a unique name which may be organized * a simple hierarchy. **/
qevercloud/generated/types.h:1448
↓ 1 callersClassBootstrapInfo
* This structure describes a collection of bootstrap profiles. **/
qevercloud/generated/types.h:3204
↓ 1 callersClassEvernoteException
* All exception sent by Evernote servers (as opposed to other error conditions, for example http errors) are * descendants of this class. */
qevercloud/EverCloudException.h:102
↓ 1 callersClassEvernoteOAuthWebView
qevercloud/oauth.h:55
↓ 1 callersClassFavoritesRecord
sql/favoritesrecord.h:31
↓ 1 callersClassLinkedNotebook
* A link in an users account that refers them to a public or individual share in * another user's account. * * */
qevercloud/generated/types.h:2798
↓ 1 callersClassNoteCollectionCounts
* A data structure representing the number of notes for each notebook * and tag with a non-zero set of applicable notes. * **/
qevercloud/generated/types.h:542
↓ 1 callersClassNoteList
* A small structure for returning a list of notes out of a larger set. * **/
qevercloud/generated/types.h:3348
↓ 1 callersClassNotesMetadataList
* This structure is returned from calls to the findNotesMetadata function to * give the high-level metadata about a subset of Notes that are found to
qevercloud/generated/types.h:3481
↓ 1 callersClassPremiumInfo
* This structure is used to provide information about a user's Premium account. **/
qevercloud/generated/types.h:1242
↓ 1 callersClassPublicUserInfo
* This structure is used to provide publicly-available user information * about a particular account. **/
qevercloud/generated/types.h:2943
↓ 1 callersClassQPairFirstComparer
gui/nmainmenubar.cpp:29
↓ 1 callersClassRelatedResult
* The result of calling findRelated(). The contents of the notes, * notebooks, and tags fields will be in decreasing order of expected * relevance.
qevercloud/generated/types.h:3611
↓ 1 callersClassResourceAttributes
* Structure holding the optional attributes of a Resource * */
qevercloud/generated/types.h:1554
↓ 1 callersClassResponseTimeoutException
email/smtpclient.h:149
↓ 1 callersClassSendMessageTimeoutException
email/smtpclient.h:150
↓ 1 callersClassUser
* This represents the information about a single user account. **/
qevercloud/generated/types.h:1316
↓ 1 callersEnumtype
qevercloud/exceptions.h:23
ClassAccountDialog
dialog/accountdialog.h:27
ClassAccountMaintenanceDialog
dialog/accountmaintenancedialog.h:33
ClassAccounting
* This represents the bookkeeping information for the user's subscription. * **/
qevercloud/generated/types.h:1044
EnumActionMenuType
gui/traymenu.h:38
ClassAddUserAccountDialog
dialog/adduseraccountdialog.h:33
ClassAppearancePreferences
dialog/preferences/appearancepreferences.h:31
ClassApplication
application.h:25
ClassAsyncResult
* @brief Returned by asynchonous versions of functions. * * Wait for AsyncResult::finished signal. * * Intended usage is something like this: *
qevercloud/AsyncResult.h:31
EnumAuthMethod
email/smtpclient.h:35
ClassAuthorEditor
gui/browserWidgets/authoreditor.h:25
ClassBase64
<p>Encodes and decodes to and from Base64 notation.</p> <p>Homepage: <a href="http://iharder.net/base64">http://iharder.net/base64</a>.</p> <p>Exampl
java/src/cx/fbn/encrypt/Base64.java:140
EnumBlockState
xml/xmlhighlighter.h:71
ClassBootstrapProfile
* This structure describes a collection of bootstrap settings. **/
qevercloud/generated/types.h:3176
ClassBootstrapSettings
* This structure describes a collection of bootstrap settings. **/
qevercloud/generated/types.h:3088
ClassBrowserRunner
threads/browserrunner.h:7
ClassBusinessNotebook
* If a Notebook contained in an Evernote Business account has been published * the to business library, the Notebook will have a reference to one of
qevercloud/generated/types.h:2194
ClassBusinessUserInfo
* This structure is used to provide information about an Evernote Business * membership, for members who are part of a business. * * */
qevercloud/generated/types.h:1199
ClassBusinessUserRole
* Enumeration of the roles that a User can have within an Evernote Business account. * * ADMIN: The user is an administrator of the Evernote Busines
qevercloud/generated/types.h:157
ClassCVImageWidget
webcam/cvimagewidget.h:37
ClassClientUsageMetrics
* This structure is passed from clients to the Evernote service when they wish * to relay coarse-grained usage metrics to the service to help improve
qevercloud/generated/types.h:630
ClassCloseNotebookDialog
dialog/closenotebookdialog.h:30
ClassColorMenu
gui/browserWidgets/colormenu.h:27
ClassCommunicationManager
communication/communicationmanager.h:71
ClassConfigStore
Class used to access & update the table
sql/configstore.h:40
ClassConfigStore
sql/databaseconnection.h:36
EnumConnectionType
email/smtpclient.h:51
EnumCountBehavior
global.h:102
ClassCounterRunner
nixnote.h:71
ClassCounterRunner
threads/counterrunner.h:31
ClassCrypto
java/src/cx/fbn/encrypt/Crypto.java:5
EnumCryptoResults
utilities/encrypt.h:39
ClassData
* In several places, EDAM exchanges blocks of bytes of data for a component * which may be relatively large. For example: the contents of a clipped
qevercloud/generated/types.h:778
ClassDataStore
sql/databaseconnection.h:37
ClassDatabaseConnection
Forward declare classes used later
nixnote.h:66
ClassDatabaseConnection
Forward declare future classes
global.h:90
ClassDatabaseConnection
sql/configstore.h:37
ClassDatabaseConnection
sql/datastore.h:28
ClassDatabaseConnection
Define the class used to access the table
sql/databaseconnection.h:40
ClassDatabaseConnection
Forward declare classes used later
threads/indexrunner.h:44
ClassDatabaseStatus
dialog/databasestatus.h:26
ClassDateDelegate
gui/datedelegate.h:25
ClassDateEditor
gui/browserWidgets/dateeditor.h:36
EnumDateFormat
global.cpp:674
EnumDateFormat
dialog/preferences/localepreferences.h:41
ClassDateTimeEditor
gui/browserWidgets/datetimeeditor.h:34
ClassDebugOutputDestination
debugger sink
logger/qslogdest.cpp:62
ClassDebugTool
utilities/debugtool.h:36
EnumDefaultNotebook
dialog/preferences/appearancepreferences.h:78
ClassDestination
logger/qslogdest.h:35
ClassDestination
logger/qslog.h:35
ClassDestinationFactory
Creates logging destinations/sinks. The caller will have ownership of the newly created destinations.
logger/qslogdest.h:50
ClassEDAMErrorCode
* Numeric codes indicating the type of error that occurred on the * service. * <dl> * <dt>UNKNOWN</dt> * <dd>No information available about
qevercloud/generated/EDAMErrorCode.h:58
ClassEDAMNotFoundException
* This exception is thrown by EDAM procedures when a caller asks to perform * an operation on an object that does not exist. This may be thrown base
qevercloud/generated/types.h:3720
ClassEDAMNotFoundExceptionData
Asynchronous API conterpart of EDAMNotFoundException. See EverCloudExceptionData for more details.*/
qevercloud/exceptions.h:91
ClassEDAMSystemException
* This exception is thrown by EDAM procedures when a call fails as a result of * a problem in the service that could not be changed through caller ac
qevercloud/generated/types.h:3695
ClassEDAMSystemExceptionAuthExpired
* EDAMSystemException for `errorCode = AUTH_EXPIRED` */
qevercloud/exceptions.h:121
ClassEDAMSystemExceptionAuthExpiredData
Asynchronous API conterpart of EDAMSystemExceptionAuthExpired. See EverCloudExceptionData for more details.*/
qevercloud/exceptions.h:127
ClassEDAMSystemExceptionData
Asynchronous API conterpart of EDAMSystemException. See EverCloudExceptionData for more details.*/
qevercloud/exceptions.h:79
ClassEDAMSystemExceptionRateLimitReached
* EDAMSystemException for `errorCode = RATE_LIMIT_REACHED` */
qevercloud/exceptions.h:104
ClassEDAMSystemExceptionRateLimitReachedData
Asynchronous API conterpart of EDAMSystemExceptionRateLimitReached. See EverCloudExceptionData for more details.*/
qevercloud/exceptions.h:110
ClassEDAMUserException
* This exception is thrown by EDAM procedures when a call fails as a result of * a problem that a caller may be able to resolve. For example, if th
qevercloud/generated/types.h:3670
ClassEDAMUserExceptionData
Asynchronous API conterpart of EDAMUserException. See EverCloudExceptionData for more details.*/
qevercloud/exceptions.h:68
ClassEditorButtonBar
gui/nbrowserwindow.h:73
ClassEditorButtonBar
gui/browserWidgets/editorbuttonbar.h:36
ClassEmailDialog
dialog/emaildialog.h:31
ClassEmailPreferences
dialog/preferences/emailpreferences.h:11
ClassEnCrypt
utilities/encrypt.h:28
ClassEnCrypt
java/src/cx/fbn/encrypt/EnCrypt.java:42
ClassEnCryptDialog
dialog/encryptdialog.h:29
ClassEnDecryptDialog
dialog/endecryptdialog.h:30
next →1–100 of 312, ranked by callers