接口 JImSliderFlags


public interface JImSliderFlags
从以下版本开始:
undecidable
  • 嵌套类概要

    嵌套类
    修饰符和类型
    接口
    说明
    static class 
     
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    static int
    Clamp+value+to+min%7Cmax+bounds+when+input+manually+with+CTRL%2BClick.
    static int
    %5BInternal%5D+We+treat+using+those+bits+as+being+potentially+a+%27float+power%27+argument+from+the+previous+API+that+has+got+miscast+to+this+enum%2C+and+will+trigger+an+assert+if+needed.
    static int
    Make+the+widget+logarithmic+%28linear+otherwise%29.
    static int
    Disable+CTRL%2BClick+or+Enter+key+allowing+to+input+text+directly+into+the+widget
    static int
     
    static int
    Disable+rounding+underlying+value+to+match+precision+of+the+display+format+string+%28e.g.+%25.3f+values+are+rounded+to+those+3+digits%29
  • 字段详细资料

    • None

      static final int None
      另请参阅:
      常量字段值
    • AlwaysClamp

      static final int AlwaysClamp
      Clamp+value+to+min%7Cmax+bounds+when+input+manually+with+CTRL%2BClick.+By+default+CTRL%2BClick+allows+going+out+of+bounds.
      另请参阅:
      常量字段值
    • Logarithmic

      static final int Logarithmic
      Make+the+widget+logarithmic+%28linear+otherwise%29.+Consider+using+ImGuiSliderFlags_NoRoundToFormat+with+this+if+using+a+format-string+with+small+amount+of+digits.
      另请参阅:
      常量字段值
    • NoRoundToFormat

      static final int NoRoundToFormat
      Disable+rounding+underlying+value+to+match+precision+of+the+display+format+string+%28e.g.+%25.3f+values+are+rounded+to+those+3+digits%29
      另请参阅:
      常量字段值
    • NoInput

      static final int NoInput
      Disable+CTRL%2BClick+or+Enter+key+allowing+to+input+text+directly+into+the+widget
      另请参阅:
      常量字段值
    • InvalidMask_

      static final int InvalidMask_
      %5BInternal%5D+We+treat+using+those+bits+as+being+potentially+a+%27float+power%27+argument+from+the+previous+API+that+has+got+miscast+to+this+enum%2C+and+will+trigger+an+assert+if+needed.
      另请参阅:
      常量字段值