Class CmdData

class ooodev.gui.commands.CmdData(command, label, name, popup, properties, popup_label, tooltip_label, target_url, is_experimental, module_hotkey, global_hotkey)[source]

Represents a uno command data.

Parameters:
  • command (str) –

  • label (str) –

  • name (str) –

  • popup (bool) –

  • properties (int) –

  • popup_label (str) –

  • tooltip_label (str) –

  • target_url (str) –

  • is_experimental (bool) –

  • module_hotkey (str) –

  • global_hotkey (str) –

command: str

Alias for field number 0

global_hotkey: str

Alias for field number 10

is_experimental: bool

Alias for field number 8

label: str

Alias for field number 1

module_hotkey: str

Alias for field number 9

name: str

Alias for field number 2

popup: bool

Alias for field number 3

popup_label: str

Alias for field number 5

properties: int

Alias for field number 4

target_url: str

Alias for field number 7

tooltip_label: str

Alias for field number 6