enum CCL::CommandFlags::Flags

Overview

#include <icommandhandler.h>

enum Flags
{
    kGlobal   = 1 < <0,
    kNoRepeat = 1 < <1,
    kHidden   = 1 < <2,
};

Detailed Documentation

Enum Values

kGlobal

command is also allowed in modal dialogs

kNoRepeat

command does not want key repeats

kHidden

command should not be displayed in editor