Documentation ¶
Index ¶
- func NewActivityBar(triggers []string) *activityBar
- type View
- func (v *View) AddBufferMsg(channel, from, msg string, time int64, bid int)
- func (v *View) AddChannel(name, topic string, cid, bid int, userList []string) *channel
- func (v *View) AddJoinEvent(channel, nick, hostmask string, time int64, bid int)
- func (v *View) AddPartEvent(channel, nick, hostmask string, time int64, bid int)
- func (v *View) AddQuitEvent(channel, nick, hostmask, reason string, time int64, bid int)
- func (v *View) AddUser(channel, nick string, bid int)
- func (v *View) ChangeTopic(channel, author, newTopic string, time int64, bid int)
- func (v *View) ChangeUserNick(channel, oldnick, newnick string, time int64, bid int)
- func (v *View) GetChannel(name string) *channel
- func (v *View) GetCurrentChannel() string
- func (v *View) HasChannel(channel string) bool
- func (v *View) HideSplash()
- func (v *View) Redraw()
- func (v *View) RemoveChannel(name string)
- func (v *View) RemoveUser(channel, nick string, bid int)
- func (v *View) SetLatestChannel()
- func (v *View) Start()
- func (v *View) Stop()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewActivityBar ¶
func NewActivityBar(triggers []string) *activityBar
Types ¶
type View ¶
type View struct { Activity *activityBar // contains filtered or unexported fields }
func (*View) AddBufferMsg ¶
func (*View) AddChannel ¶
func (*View) AddJoinEvent ¶
func (*View) AddPartEvent ¶
func (*View) AddQuitEvent ¶
func (*View) ChangeTopic ¶
func (*View) ChangeUserNick ¶
func (*View) GetChannel ¶ added in v0.3.0
func (*View) GetCurrentChannel ¶
func (*View) HasChannel ¶
func (*View) HideSplash ¶
func (v *View) HideSplash()
func (*View) RemoveChannel ¶
func (*View) RemoveUser ¶
func (*View) SetLatestChannel ¶
func (v *View) SetLatestChannel()
Click to show internal directories.
Click to hide internal directories.