ThemeLinuxIcon class
Represents a system theme icon. See https://www.freedesktop.org/wiki/Specifications/icon-naming-spec/ for more help.
- Inheritance
-
- Object
- LinuxNotificationIcon
- ThemeLinuxIcon
Constructors
- ThemeLinuxIcon(String name)
- Constructs an instance of ThemeLinuxIcon.
Properties
- content → Object
-
Implementation-defined icon content.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Name in a freedesktop.org-compliant icon theme (not a GTK+ stock ID).
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → LinuxIconType
-
Defines the type of icon.
no setteroverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited