Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class PackageSearchTreeData(val tree: Tree<PackageSearchModuleData>, val nodesIds: Set<PackageSearchModule.Identity>)
Link copied to clipboard
class RawJarResourceLoader(jars: List<String>) : ResourceLoader

Properties

Link copied to clipboard
const val TextBodyMultiplier: Float = 1.0f
Link copied to clipboard
const val TextCaptionMultiplier: Float = 0.75f
Link copied to clipboard
const val TextHeaderMultiplier: Float = 2.0f
Link copied to clipboard
const val TextSmallMultiplier: Float = 0.5f
Link copied to clipboard
const val TextSubHeaderMultiplier: Float = 1.5f
Link copied to clipboard
const val TextTinyMultiplier: Float = 0.25f

Functions

Link copied to clipboard
inline fun <T> JarPathBuilder.add()
Link copied to clipboard
fun TreeGeneratorScope<PackageSearchModuleData>.addElements(sortedItems: List<PackageSearchModuleData>, currentData: PackageSearchModuleData, isRoot: Boolean = false)
Link copied to clipboard
fun List<PackageSearchModuleData>.asTree(): Tree<PackageSearchModuleData>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <T> getJarPath(): String?
fun getJarPath(klass: Class<*>): String?
Link copied to clipboard
Link copied to clipboard
@Composable
fun LabelInfo(text: String, modifier: Modifier = Modifier, fontSize: TextUnit = TextUnit.Unspecified, fontStyle: FontStyle? = null, fontWeight: FontWeight? = null, fontFamily: FontFamily? = null, letterSpacing: TextUnit = TextUnit.Unspecified, textDecoration: TextDecoration? = null, textAlign: TextAlign? = null, lineHeight: TextUnit = TextUnit.Unspecified, overflow: TextOverflow = TextOverflow.Clip, softWrap: Boolean = true, maxLines: Int = Int.MAX_VALUE, onTextLayout: (TextLayoutResult) -> Unit = {}, style: TextStyle = LocalTextStyle.current)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Modifier.pointerChangeToHandModifier(): Modifier
Link copied to clipboard
Link copied to clipboard
@Composable
fun SpacingInnerElements(): Dp
Link copied to clipboard
@Composable
fun SpacingMainElements(): Dp
Link copied to clipboard
@Composable
fun SpacingNone(): Dp
Link copied to clipboard
fun Color.toComposeColor(): Color