Source Code (Use browser search to find items of interest.)

Class Index

klipper'ClipCommand (./kdeutils/klipper/urlgrabber.h:80)

struct ClipCommand
{
    QString command;
    QString description;
    bool isEnabled;
    //  int id; // the index reflecting the position in the list of commands
};

/**
 * Represents one configured action. An action consists of one regular
 * expression, an (optional) description and a list of ClipCommands
 * (a command to be executed, a description and an enabled/disabled flag).
 */