Uploaded image for project: 'Qt Safe Renderer'
  1. Qt Safe Renderer
  2. QSR-1150

Non-continuous tag value in shareddef.h

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Won't Do
    • Not Evaluated
    • QSR 2.1
    • QSR 1.2
    • Runtime, Tooling
    • None
    • All

    Description

      The tag balue for Tag_TransitionFrom is different from others, 0xF0B, when others are of format 0xF00X or 0xF01X. It does not affect anything, but might as well just align with the others.

      {{enum TransitionTags

      { Tag_End = 0, Tag_StatesCount = 0xf000, //uint32 Tag_StateName = 0xf001, //uint32 Tag_PropertyTarget = 0xf002, //uint32 Tag_PropertyXValue = 0xf003, //uint32 Tag_PropertyYValue = 0xf004, //uint32 Tag_PropertyAlpha = 0xf005, //uint32 Tag_PropertyBitmap = 0xf006, //array Tag_PropertyColor = 0xf007, //uint32 Tag_PropertyChangeEnd = 0xf008, // Tag_StateEnd = 0xf009, Tag_TransitionsCount = 0xf00A, //uint32 Tag_TransitionFrom = 0xf0B, // uint32 Tag_TransitionTo = 0xf00C, // uint32 Tag_TransitionTarget = 0xf00D, // uint32 Tag_TransitionType = 0xf00E, // uint32 Tag_TransitionValues = 0xf00F, // array Tag_TransitionEnd = 0xf010, Tag_BitmapFilename = 0xf011, //array Tag_BitmapCRC = 0xf012 //uint32 }

      ;}}

      Attachments

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

        Activity

          People

            teemu.holappa Teemu Holappa
            jani.launonen Jani Launonen (Inactive)
            Veli-Pekka Heinonen Veli-Pekka Heinonen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes