~zeller-benjamin/qtcreator-plugin-ubuntu/devicepage

« back to all changes in this revision

Viewing changes to src/ubuntu/ubuntuconstants.h

  • Committer: Benjamin Zeller
  • Date: 2014-05-07 08:25:25 UTC
  • Revision ID: benjamin.zeller@canonical.com-20140507082525-dz3jkn5bxq8e2t9b
Add a way to invoke metamethods from menu.json

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
const char  UBUNTU_MENUJSON_CLICKTARGETREQUIRED[] = "needsClickTarget"; //will ask the user to choose a click target
271
271
const char  UBUNTU_MENUJSON_SAVEREQUIRED[] = "saveRequired";
272
272
const char  UBUNTU_MENUJSON_MESSAGEDIALOG[] = "messageDialog";
 
273
const char  UBUNTU_MENUJSON_METACALL[] = "metacall";
 
274
const char  UBUNTU_MENUJSON_METACALL_ARGS[] = "args";
 
275
const char  UBUNTU_MENUJSON_METACALL_METHOD[] = "method";
273
276
const char  UBUNTU_MENUJSON_CONTEXT[] = "context";
274
277
 
275
278