Documentation
¶
Index ¶
- func DropShadow(x, y, radius float64, alpha int) *widgets.QGraphicsDropShadowEffect
- func ExpandTildeToHomeDirectory(path string) (string, error)
- func IsTrue(d interface{}) bool
- func IsZero(d interface{}) bool
- func NewHFlowLayout(spacing int, padding int, paddingTop int, rightIdex int, width int) *widgets.QLayout
- func NewVFlowLayout(spacing int, padding int, paddingTop int, rightIdex int, width int) *widgets.QLayout
- func PrepareRunProc(cmd *exec.Cmd)
- func ReflectToFloat(iface interface{}) float64
- func ReflectToInt(iface interface{}) int
- func SplitVimscript(s string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DropShadow ¶ added in v0.4.0
func DropShadow(x, y, radius float64, alpha int) *widgets.QGraphicsDropShadowEffect
DropShadow drops a shadow
func ExpandTildeToHomeDirectory ¶ added in v0.4.7
ExpandTildeToHomeDirectory is a function that expand '~' to absolute home directory path
func IsTrue ¶
func IsTrue(d interface{}) bool
IsTrue determines the truth of the value of interface{}
func NewHFlowLayout ¶
func NewHFlowLayout(spacing int, padding int, paddingTop int, rightIdex int, width int) *widgets.QLayout
NewHFlowLayout is a horizontal flow layout. See https://doc.qt.io/qt-5.9/qtwidgets-layouts-flowlayout-example.html
func NewVFlowLayout ¶
func NewVFlowLayout(spacing int, padding int, paddingTop int, rightIdex int, width int) *widgets.QLayout
NewVFlowLayout is a vertical flow layout. See https://doc.qt.io/qt-5.9/qtwidgets-layouts-flowlayout-example.html
func PrepareRunProc ¶
func ReflectToFloat ¶ added in v0.4.0
func ReflectToFloat(iface interface{}) float64
ReflectToFloat converts interface{} to float64
func ReflectToInt ¶
func ReflectToInt(iface interface{}) int
ReflectToInt converts interface{} to int
func SplitVimscript ¶ added in v0.4.0
SplitVimscript splits Vimscript read as a character string with line breaks and converts it to a list format character string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.