Variables
Tonido::Defs::Event Namespace Reference

Event Names. More...

Variables

const std::string APP_STARTUP = "BOOT_APP_STARTUP_EVENT"
 Application has started.
const std::string APP_SHUTDOWN = "BOOT_APP_SHUTDOWN_EVENT"
 Application is shutting down.
const std::string PROFILE_LOGIN = "BOOT_PROFILE_LOGIN_EVENT"
 User Profile is logged in.
const std::string PROFILE_LOGOUT = "BOOT_PROFILE_LOGOUT_EVENT"
 User Profile is logged out.
const std::string PROFILE_PASSWORD_CHANGED = "BOOT_PROFILE_PASSWORD_CHANGED"
 User Profile password has changed.
const std::string NETWORK_ENABLE = "BOOT_NETWORK_ENABLE_EVENT"
 Network is Enabled.
const std::string NETWORK_DISABLE = "BOOT_NETWORK_DISABLE_EVENT"
 Network is Disabled.
const std::string NETWORK_ONLINE = "NETWORK ONLINE"
 System is now connected to the lookup server, allowing other peers to find him.
const std::string NETWORK_OFFLINE = "NETWORK OFFLINE"
 System is not connected to the net.
const std::string PEER_NETWORK_CONNECT = "PEER_NETWORK_CONNECT"
 Another Peer has connected to us at the network level.
const std::string PEER_NETWORK_DISCONNECT = "PEER_NETWORK_DISCONNECT"
 Another Peer has disconnected to us at the network level.
const std::string PEER_CONNECT = "PEER_CONNECT"
 Another Peer has connected to us at the Group Level.
const std::string PEER_DISCONNECT = "PEER_DISCONNECT"
 Another Peer has disconnected to us at the Group Level.
const std::string PEER_ONLINE = "PEER_ONLINE"
 Another Peer is now online.
const std::string PEER_OFFLINE = "PEER_OFFLINE"
 Another Peer is now offline.
const std::string PEER_LOOKUP_ONLINE = "PEER_LOOKUP_ONLINE"
 Another Peer is now online.
const std::string PEER_LOOKUP_OFFLINE = "PEER_LOOKUP_OFFLINE"
 Another Peer is now offline.
const std::string PEER_INITIATED_CONNECT = "PEER_INITIATED_CONNECT"
 Another Peer has connected to us and we initiated the connection.
const std::string GROUP_ADDED = "GROUP ADDED"
 A new Group has been added to the User's profile.
const std::string GROUP_REMOVED = "GROUP REMOVED"
 The user has elected to leave an existing group.
const std::string USER_ADDED = "USER ADDED"
 A new peer has been added to the User's profile list of peers.
const std::string USER_REMOVED = "USER REMOVED"
 A peer has been removed from the User's profile list of peers.
const std::string GUEST_ADDED = "GUEST ADDED"
 A new Guest has been added.
const std::string GUEST_REMOVED = "GUEST REMOVED"
 A Guest has been removed.
const std::string GROUP_USER_ADDED = "GROUP USER ADDED"
 A new peer has been added to a specific group.
const std::string GROUP_USER_REMOVED = "GROUP USER REMOVED"
 A peer has been removed from a specific group.
const std::string FILE_RECEIVED = "FILE_RECEIVED"
 File has been received.
const std::string FILE_REJECTED = "FILE_REJECTED"
 A file has been rejected. Need to request a new file.
const std::string FILE_RECV_STARTED = "FILE_RECV_STARTED"
 A file receive has been started. Dont ask for it again.
const std::string FILE_PROGRESS_INFO = "FILE_PROGRESS_INFO"
 File transfer progress information.
const std::string INVITATION_ACCEPTED = "INVITATION_ACCEPTED"
 Accepted Invited.
const std::string USER_DATA_DIR_CHANGED = "USER_DATA_DIR_CHANGED"
 User Data Directory Changed.
const std::string USB_DEVICE_MOUNTED = "USB_DEVICE_MOUNTED"
 USB Device Mounted.
const std::string USB_DEVICE_UNMOUNTED = "USB_DEVICE_UNMOUNTED"
 USB Device UnMounted.
const std::string HOTKEY_EVENT = "HOTKEY_EVENT"
 HOT Key Event.
const std::string TONIDOMAIL_RECVD = "TONIDOMAIL_RECVD"
 TONIDOMAIL Event.
const std::string FILE_DOWNLOAD_STARTED = "FILE_DOWNLOAD_STARTED"
 FILE DOWNLOAD EVENT.

Detailed Description

Event Names.


Generated on Wed Oct 12 2011 21:46:53. © CodeLathe LLC 2007-2011. All Rights Reserved.