Documentation
¶
Overview ¶
Package eveicon provides access to Eve online icons as Fyne resource.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FromID ¶ added in v0.23.0
func FromID(id int32) (*fyne.StaticResource, bool)
FromID returns an Eve Online icon by icon ID and reports if it was found. When the icon was not found it will return the undefined icon as substitute.
func FromName ¶ added in v0.23.0
func FromName(name Name) *fyne.StaticResource
FromName returns an Eve Online icon by name and reports if it was found. When the icon was not found it will return the undefined icon as substitute.
func FromSchematicID ¶ added in v0.23.0
func FromSchematicID(id int32) (*fyne.StaticResource, bool)
FromSchematicID returns an Eve Online icon by icon ID and reports if it was found. When the icon was not found it will return the undefined icon as substitute.
Types ¶
Click to show internal directories.
Click to hide internal directories.