TribuneMainViewer

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

highlightClock
void highlightClock(GtkPostSegment segment)
Undocumented in source. Be warned that the author may not have intended to support it.
highlightPost
void highlightPost(GtkPost post)
Undocumented in source. Be warned that the author may not have intended to support it.
highlightPostAnswers
void highlightPostAnswers(GtkPost post)
Undocumented in source. Be warned that the author may not have intended to support it.
highlightPostSegment
void highlightPostSegment(GtkPostSegment segment)
Undocumented in source. Be warned that the author may not have intended to support it.
onClick
bool onClick(Event event, Widget viewer)
Undocumented in source. Be warned that the author may not have intended to support it.
onDraw
bool onDraw()
Undocumented in source. Be warned that the author may not have intended to support it.
onMotion
bool onMotion(Event event, Widget viewer)
Undocumented in source. Be warned that the author may not have intended to support it.
unHighlightEverything
void unHighlightEverything()
Undocumented in source. Be warned that the author may not have intended to support it.
unHighlightPost
void unHighlightPost(GtkPost post)
Undocumented in source. Be warned that the author may not have intended to support it.
unHighlightPostSegment
void unHighlightPostSegment(GtkPostSegment segment)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

postClockClick
mixin Signal!(GtkPost) postClockClick
Undocumented in source.
postClockHover
mixin Signal!(GtkPost) postClockHover
Undocumented in source.
postHighlight
mixin Signal!(GtkPost) postHighlight
Undocumented in source.
postHover
mixin Signal!(GtkPost) postHover
Undocumented in source.
postLoginClick
mixin Signal!(GtkPost) postLoginClick
Undocumented in source.
postLoginHover
mixin Signal!(GtkPost) postLoginHover
Undocumented in source.
postSegmentClick
mixin Signal!(GtkPost, GtkPostSegment) postSegmentClick
Undocumented in source.
postSegmentHover
mixin Signal!(GtkPost, GtkPostSegment) postSegmentHover
Undocumented in source.
resetHighlight
mixin Signal!() resetHighlight
Undocumented in source.

Static functions

onDrawCallback
bool onDrawCallback(GtkWidget* widgetStruct, cairo_t* cr, Widget _widget)
currentClockHover
GtkPost currentClockHover;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

currentCursor
GdkCursorType currentCursor;
Undocumented in source.
currentLoginHover
GtkPost currentLoginHover;
Undocumented in source.
currentPostHover
GtkPost currentPostHover;
Undocumented in source.
currentSegmentHover
GtkPostSegment currentSegmentHover;
Undocumented in source.
cursors
Cursor[GdkCursorType] cursors;
Undocumented in source.

Inherited Members

From TribuneViewer

tribunes
GtkTribune[] tribunes;
Undocumented in source.
tribuneColors
Color[GtkTribune] tribuneColors;
Undocumented in source.
scrollToPost
void scrollToPost(GtkPost post)
Undocumented in source. Be warned that the author may not have intended to support it.
findPostsByClock
GtkPost[] findPostsByClock(GtkPostSegment segment)
Undocumented in source. Be warned that the author may not have intended to support it.
findReferencesToPost
GtkPostSegment[] findReferencesToPost(GtkPost post)
Undocumented in source. Be warned that the author may not have intended to support it.
getPostAtIter
GtkPost getPostAtIter(TextIter position)
Undocumented in source. Be warned that the author may not have intended to support it.
registerTribune
void registerTribune(GtkTribune gtkTribune)
Undocumented in source. Be warned that the author may not have intended to support it.
scrollToEnd
void scrollToEnd()
Undocumented in source. Be warned that the author may not have intended to support it.
isScrolledDown
bool isScrolledDown()
Undocumented in source. Be warned that the author may not have intended to support it.
getIterForTime
TextIter getIterForTime(SysTime insert_time)
Undocumented in source. Be warned that the author may not have intended to support it.
postBegins
TextMark[GtkPost] postBegins;
Undocumented in source.
postEnds
TextMark[GtkPost] postEnds;
Undocumented in source.
segmentBegins
TextMark[GtkPostSegment] segmentBegins;
Undocumented in source.
segmentEnds
TextMark[GtkPostSegment] segmentEnds;
Undocumented in source.
postSegmentsOffsets
int[GtkPost] postSegmentsOffsets;
Undocumented in source.
renderPost
void renderPost(GtkPost post)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta