Action.this - multiple declarations

Function Action.this

deep copy constructor

Prototype

this(
  immutable(Action) a
);

Function Action.this

create action only with ID

Prototype

this(
  int id
);

Function Action.this

create action with id, labelResourceId, and optional icon and key accelerator.

Prototype

this(
  int id,
  string labelResourceId,
  string iconResourceId = null,
  uint keyCode = 0u,
  uint keyFlags = 0u
);

Function Action.this

action with accelerator, w/o label

Prototype

this(
  int id,
  uint keyCode,
  uint keyFlags = 0u
);

Function Action.this

action with label, icon, and accelerator

Prototype

this(
  int id,
  dstring label,
  string iconResourceId = null,
  uint keyCode = 0u,
  uint keyFlags = 0u
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0