Class QIcon
java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.layout.QIcon
- All Implemented Interfaces:
QMetaDataObject
,Serializable
,Cloneable
Icon to show associated with an App, Table, Process, etc.
Currently, name here must be a reference from https://fonts.google.com/icons
e.g., local_shipping for https://fonts.google.com/icons?selected=Material+Symbols+Outlined:local_shipping
Future may allow something like a "namespace", and/or multiple icons for
use in different frontends, etc.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
QIcon
public QIcon() -
QIcon
-
-
Method Details
-
clone
-
getName
Getter for name -
setName
Setter for name -
withName
-
getPath
Getter for path -
setPath
Setter for path -
withPath
-
getColor
Getter for color -
setColor
Setter for color -
withColor
-