Source Code (Use browser search to find items of interest.)
Class Index
kdelibs'Command (./kdelibs/kio/slaveinterface.h:39)
enum Command {
CMD_HOST = '0',
CMD_CONNECT = '1',
CMD_DISCONNECT = '2',
CMD_SLAVE_STATUS = '3',
CMD_SLAVE_CONNECT = '4',
CMD_NONE = 'A',
CMD_TESTDIR = 'B',
CMD_GET = 'C',
CMD_PUT = 'D',
CMD_STAT = 'E',
CMD_MIMETYPE = 'F',
CMD_LISTDIR = 'G',
CMD_MKDIR = 'H',
CMD_RENAME = 'I',
CMD_COPY = 'J',
CMD_DEL = 'K',
CMD_CHMOD = 'L',
CMD_SPECIAL = 'M',
CMD_USERPASS = 'N'
// Add new ones here once a release is done, to avoid breaking binary compatibility.
// Note that protocol-specific commands shouldn't be added here, but should use special.
};
/**
* Identifiers for KIO informational messages.
*/