Details

    Description

      public Q_SLOTS:
          void goToSlide(const QString &elementPath, unsigned int index);
          void goToSlide(const QString &elementPath, const QString &name);
          void goToSlide(const QString &elementPath, bool next, bool wrap);
          void goToTime(const QString &elementPath, float time);
          void setAttribute(const QString &elementPath, const QString &attributeName,
                            const QVariant &value);
          void fireEvent(const QString &elementPath, const QString &eventName);
      
      Q_SIGNALS:
          void slideEntered(const QString &elementPath, unsigned int index, const QString &name);
          void slideExited(const QString &elementPath, unsigned int index, const QString &name);
      

      The following are handled in separate tasks:

          void setGlobalAnimationTime(qint64 milliseconds);
          Q_REVISION(1) void setDataInputValue(const QString &name, const QVariant &value);
      

      Finally, not sure what void setPresentationActive(const QString &id, bool active); is for.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            lagocs Laszlo Agocs
            lagocs Laszlo Agocs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes