THEME_PROPERTY_SYMBOL_ID extension type enum

on
Implemented types

Constructors

THEME_PROPERTY_SYMBOL_ID(int _)
const

Properties

bitLength int
Returns the minimum number of bits required to store this integer.
no setterinherited
hashCode int
Returns a hash code for a numerical value.
no setterinherited
isEven bool
Returns true if and only if this integer is even.
no setterinherited
isFinite bool
Whether this number is finite.
no setterinherited
isInfinite bool
Whether this number is positive infinity or negative infinity.
no setterinherited
isNaN bool
Whether this number is a Not-a-Number value.
no setterinherited
isNegative bool
Whether this number is negative.
no setterinherited
isOdd bool
Returns true if and only if this integer is odd.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sign int
Returns the sign of this integer.
no setterinherited

Methods

abs() int
Returns the absolute value of this integer.
inherited
ceil() int
Returns this.
inherited
ceilToDouble() double
Returns this.toDouble().
inherited
clamp(num lowerLimit, num upperLimit) num
Returns this num clamped to be in the range lowerLimit-upperLimit.
inherited
compareTo(num other) int
Compares this to other.
inherited
floor() int
Returns this.
inherited
floorToDouble() double
Returns this.toDouble().
inherited
gcd(int other) int
Returns the greatest common divisor of this integer and other.
inherited
modInverse(int modulus) int
Returns the modular multiplicative inverse of this integer modulo modulus.
inherited
modPow(int exponent, int modulus) int
Returns this integer to the power of exponent modulo modulus.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remainder(num other) num
The remainder of the truncating division of this by other.
inherited
round() int
Returns this.
inherited
roundToDouble() double
Returns this.toDouble().
inherited
toDouble() double
This number as a double.
inherited
toInt() int
Truncates this num to an integer and returns the result as an int.
inherited
toRadixString(int radix) String
Converts this to a string representation in the given radix.
inherited
toSigned(int width) int
Returns the least significant width bits of this integer, extending the highest retained bit to the sign. This is the same as truncating the value to fit in width bits using an signed 2-s complement representation. The returned value has the same bit value in all positions higher than width.
inherited
toString() String
Returns a string representation of this integer.
inherited
toStringAsExponential([int? fractionDigits]) String
An exponential string-representation of this number.
inherited
toStringAsFixed(int fractionDigits) String
A decimal-point string-representation of this number.
inherited
toStringAsPrecision(int precision) String
A string representation with precision significant digits.
inherited
toUnsigned(int width) int
Returns the least significant width bits of this integer as a non-negative number (i.e. unsigned representation). The returned value has zeros in all bit positions higher than width.
inherited
truncate() int
Returns this.
inherited
truncateToDouble() double
Returns this.toDouble().
inherited

Operators

operator %(num other) num
Euclidean modulo of this number by other.
inherited
operator &(int other) int
Bit-wise and operator.
inherited
operator *(num other) num
Multiplies this number by other.
inherited
operator +(num other) num
Adds other to this number.
inherited
operator -(num other) num
Subtracts other from this number.
inherited
operator /(num other) double
Divides this number by other.
inherited
operator <(num other) bool
Whether this number is numerically smaller than other.
inherited
operator <<(int shiftAmount) int
Shift the bits of this integer to the left by shiftAmount.
inherited
operator <=(num other) bool
Whether this number is numerically smaller than or equal to other.
inherited
operator ==(Object other) bool
Test whether this value is numerically equal to other.
inherited
operator >(num other) bool
Whether this number is numerically greater than other.
inherited
operator >=(num other) bool
Whether this number is numerically greater than or equal to other.
inherited
operator >>(int shiftAmount) int
Shift the bits of this integer to the right by shiftAmount.
inherited
operator >>>(int shiftAmount) int
Bitwise unsigned right shift by shiftAmount bits.
inherited
operator ^(int other) int
Bit-wise exclusive-or operator.
inherited
operator unary-() int
Return the negative value of this integer.
inherited
operator |(int other) int
Bit-wise or operator.
inherited
operator ~() int
The bit-wise negate operator.
inherited
operator ~/(num other) int
Truncating division operator.
inherited

Constants

TMT_ACCENTCOLORHINT → const int
TMT_ACTIVEBORDER → const int
TMT_ACTIVECAPTION → const int
TMT_ALIAS → const int
TMT_ALPHALEVEL → const int
TMT_ALPHATHRESHOLD → const int
TMT_ALWAYSSHOWSIZINGBAR → const int
TMT_ANIMATIONBUTTONRECT → const int
TMT_ANIMATIONDELAY → const int
TMT_ANIMATIONDURATION → const int
TMT_APPWORKSPACE → const int
TMT_ATLASIMAGE → const int
TMT_ATLASINPUTIMAGE → const int
TMT_ATLASRECT → const int
TMT_AUTHOR → const int
TMT_AUTOSIZE → const int
TMT_BACKGROUND → const int
TMT_BGFILL → const int
TMT_BGTYPE → const int
TMT_BITMAPREF → const int
TMT_BLENDCOLOR → const int
TMT_BODYFONT → const int
TMT_BODYTEXTCOLOR → const int
TMT_BOOL → const int
TMT_BORDERCOLOR → const int
TMT_BORDERCOLORHINT → const int
TMT_BORDERONLY → const int
TMT_BORDERSIZE → const int
TMT_BORDERTYPE → const int
TMT_BTNFACE → const int
TMT_BTNHIGHLIGHT → const int
TMT_BTNSHADOW → const int
TMT_BTNTEXT → const int
TMT_BUTTONALTERNATEFACE → const int
TMT_CAPTIONBARHEIGHT → const int
TMT_CAPTIONBARWIDTH → const int
TMT_CAPTIONFONT → const int
TMT_CAPTIONMARGINS → const int
TMT_CAPTIONTEXT → const int
TMT_CHARSET → const int
TMT_CLASSICVALUE → const int
TMT_COLOR → const int
TMT_COLORIZATIONCOLOR → const int
TMT_COLORIZATIONOPACITY → const int
TMT_COLORSCHEMES → const int
TMT_COMPANY → const int
TMT_COMPOSITED → const int
TMT_COMPOSITEDOPAQUE → const int
TMT_CONTENTALIGNMENT → const int
TMT_CONTENTMARGINS → const int
TMT_CSSNAME → const int
TMT_CUSTOMSPLITRECT → const int
TMT_DEFAULTPANESIZE → const int
TMT_DESCRIPTION → const int
TMT_DIBDATA → const int
TMT_DISKSTREAM → const int
TMT_DISPLAYNAME → const int
TMT_DKSHADOW3D → const int
TMT_DRAWBORDERS → const int
TMT_EDGEDKSHADOWCOLOR → const int
TMT_EDGEFILLCOLOR → const int
TMT_EDGEHIGHLIGHTCOLOR → const int
TMT_EDGELIGHTCOLOR → const int
TMT_EDGESHADOWCOLOR → const int
TMT_ENUM → const int
TMT_FILENAME → const int
TMT_FILLCOLOR → const int
TMT_FILLCOLORHINT → const int
TMT_FILLTYPE → const int
TMT_FIRST_RCSTRING_NAME → const int
TMT_FIRSTBOOL → const int
TMT_FIRSTCOLOR → const int
TMT_FIRSTFONT → const int
TMT_FIRSTINT → const int
TMT_FIRSTSIZE → const int
TMT_FIRSTSTRING → const int
TMT_FLATMENUS → const int
TMT_FLOAT → const int
TMT_FLOATLIST → const int
TMT_FONT → const int
TMT_FRAMESPERSECOND → const int
TMT_FROMCOLOR1 → const int
TMT_FROMCOLOR2 → const int
TMT_FROMCOLOR3 → const int
TMT_FROMCOLOR4 → const int
TMT_FROMCOLOR5 → const int
TMT_FROMHUE1 → const int
TMT_FROMHUE2 → const int
TMT_FROMHUE3 → const int
TMT_FROMHUE4 → const int
TMT_FROMHUE5 → const int
TMT_GLOWCOLOR → const int
TMT_GLOWINTENSITY → const int
TMT_GLYPHDIBDATA → const int
TMT_GLYPHFONT → const int
TMT_GLYPHFONTSIZINGTYPE → const int
TMT_GLYPHIMAGEFILE → const int
TMT_GLYPHINDEX → const int
TMT_GLYPHONLY → const int
TMT_GLYPHTEXTCOLOR → const int
TMT_GLYPHTRANSPARENT → const int
TMT_GLYPHTRANSPARENTCOLOR → const int
TMT_GLYPHTYPE → const int
TMT_GRADIENTACTIVECAPTION → const int
TMT_GRADIENTCOLOR1 → const int
TMT_GRADIENTCOLOR2 → const int
TMT_GRADIENTCOLOR3 → const int
TMT_GRADIENTCOLOR4 → const int
TMT_GRADIENTCOLOR5 → const int
TMT_GRADIENTINACTIVECAPTION → const int
TMT_GRADIENTRATIO1 → const int
TMT_GRADIENTRATIO2 → const int
TMT_GRADIENTRATIO3 → const int
TMT_GRADIENTRATIO4 → const int
TMT_GRADIENTRATIO5 → const int
TMT_GRAYTEXT → const int
TMT_HALIGN → const int
TMT_HBITMAP → const int
TMT_HEADING1FONT → const int
TMT_HEADING1TEXTCOLOR → const int
TMT_HEADING2FONT → const int
TMT_HEADING2TEXTCOLOR → const int
TMT_HEIGHT → const int
TMT_HIGHLIGHT → const int
TMT_HIGHLIGHTTEXT → const int
TMT_HOTTRACKING → const int
TMT_ICONEFFECT → const int
TMT_ICONTITLEFONT → const int
TMT_IMAGECOUNT → const int
TMT_IMAGEFILE → const int
TMT_IMAGEFILE1 → const int
TMT_IMAGEFILE2 → const int
TMT_IMAGEFILE3 → const int
TMT_IMAGEFILE4 → const int
TMT_IMAGEFILE5 → const int
TMT_IMAGEFILE6 → const int
TMT_IMAGEFILE7 → const int
TMT_IMAGELAYOUT → const int
TMT_IMAGESELECTTYPE → const int
TMT_INACTIVEBORDER → const int
TMT_INACTIVECAPTION → const int
TMT_INACTIVECAPTIONTEXT → const int
TMT_INFOBK → const int
TMT_INFOTEXT → const int
TMT_INT → const int
TMT_INTEGRALSIZING → const int
TMT_INTLIST → const int
TMT_LAST_RCSTRING_NAME → const int
TMT_LASTBOOL → const int
TMT_LASTCOLOR → const int
TMT_LASTFONT → const int
TMT_LASTINT → const int
TMT_LASTSIZE → const int
TMT_LASTSTRING → const int
TMT_LASTUPDATED → const int
TMT_LIGHT3D → const int
TMT_LOCALIZEDMIRRORIMAGE → const int
TMT_MARGINS → const int
TMT_MENU → const int
TMT_MENUBAR → const int
TMT_MENUBARHEIGHT → const int
TMT_MENUBARWIDTH → const int
TMT_MENUFONT → const int
TMT_MENUHILIGHT → const int
TMT_MENUTEXT → const int
TMT_MINCOLORDEPTH → const int
TMT_MINDPI1 → const int
TMT_MINDPI2 → const int
TMT_MINDPI3 → const int
TMT_MINDPI4 → const int
TMT_MINDPI5 → const int
TMT_MINDPI6 → const int
TMT_MINDPI7 → const int
TMT_MINSIZE → const int
TMT_MINSIZE1 → const int
TMT_MINSIZE2 → const int
TMT_MINSIZE3 → const int
TMT_MINSIZE4 → const int
TMT_MINSIZE5 → const int
TMT_MINSIZE6 → const int
TMT_MINSIZE7 → const int
TMT_MIRRORIMAGE → const int
TMT_MSGBOXFONT → const int
TMT_NAME → const int
TMT_NOETCHEDEFFECT → const int
TMT_NORMALSIZE → const int
TMT_OFFSET → const int
TMT_OFFSETTYPE → const int
TMT_OPACITY → const int
TMT_PADDEDBORDERWIDTH → const int
TMT_PIXELSPERFRAME → const int
TMT_POSITION → const int
TMT_PROGRESSCHUNKSIZE → const int
TMT_PROGRESSSPACESIZE → const int
TMT_RECT → const int
TMT_RESERVEDHIGH → const int
TMT_RESERVEDLOW → const int
TMT_ROUNDCORNERHEIGHT → const int
TMT_ROUNDCORNERWIDTH → const int
TMT_SATURATION → const int
TMT_SCALEDBACKGROUND → const int
TMT_SCROLLBAR → const int
TMT_SCROLLBARHEIGHT → const int
TMT_SCROLLBARWIDTH → const int
TMT_SHADOWCOLOR → const int
TMT_SIZE → const int
TMT_SIZES → const int
TMT_SIZINGBORDERWIDTH → const int
TMT_SIZINGMARGINS → const int
TMT_SIZINGTYPE → const int
TMT_SMALLCAPTIONFONT → const int
TMT_SMCAPTIONBARHEIGHT → const int
TMT_SMCAPTIONBARWIDTH → const int
TMT_SOURCEGROW → const int
TMT_SOURCESHRINK → const int
TMT_STATUSFONT → const int
TMT_STREAM → const int
TMT_STRING → const int
TMT_TEXT → const int
TMT_TEXTAPPLYOVERLAY → const int
TMT_TEXTBORDERCOLOR → const int
TMT_TEXTBORDERSIZE → const int
TMT_TEXTCOLOR → const int
TMT_TEXTCOLORHINT → const int
TMT_TEXTGLOW → const int
TMT_TEXTGLOWSIZE → const int
TMT_TEXTITALIC → const int
TMT_TEXTSHADOWCOLOR → const int
TMT_TEXTSHADOWOFFSET → const int
TMT_TEXTSHADOWTYPE → const int
TMT_TOCOLOR1 → const int
TMT_TOCOLOR2 → const int
TMT_TOCOLOR3 → const int
TMT_TOCOLOR4 → const int
TMT_TOCOLOR5 → const int
TMT_TOHUE1 → const int
TMT_TOHUE2 → const int
TMT_TOHUE3 → const int
TMT_TOHUE4 → const int
TMT_TOHUE5 → const int
TMT_TOOLTIP → const int
TMT_TRANSITIONDURATIONS → const int
TMT_TRANSPARENT → const int
TMT_TRANSPARENTCOLOR → const int
TMT_TRUESIZESCALINGTYPE → const int
TMT_TRUESIZESTRETCHMARK → const int
TMT_UNIFORMSIZING → const int
TMT_URL → const int
TMT_USERPICTURE → const int
TMT_VALIGN → const int
TMT_VERSION → const int
TMT_WIDTH → const int
TMT_WINDOW → const int
TMT_WINDOWFRAME → const int
TMT_WINDOWTEXT → const int
TMT_XMLNAME → const int