Searched refs:IsRemovable (Results 1 – 7 of 7) sorted by relevance
83 IsRemovable() const { return m_can_be_removed; } in IsRemovable() function119 IsRemovable() const;
44 IsRemovable () const override { return m_is_removable; } in IsRemovable() function
132 IsRemovable () const { return false; } in IsRemovable() function
368 CommandObjectProxy::IsRemovable() const in IsRemovable() function in CommandObjectProxy372 return proxy_command->IsRemovable(); in IsRemovable()
842 if (cmd_obj->IsRemovable()) in DoExecute()1372 IsRemovable () const in IsRemovable() function in CommandObjectPythonFunction1479 IsRemovable () const in IsRemovable() function in CommandObjectScriptingObject
875 if (found && m_command_dict[name_sstr]->IsRemovable() == false) in AddCommand()898 if (m_command_dict[name]->IsRemovable() == false) in AddUserCommand()906 if (m_user_dict[name]->IsRemovable() == false) in AddUserCommand()1127 if (pos->second->IsRemovable()) in RemoveCommand()
139 IsRemovable() const { return true; } in IsRemovable() function in CommandPluginInterfaceImplementation