NCUI

Undocumented in source.

Constructors

this
this(string config_file)
Undocumented in source.

Members

Functions

adjust_stop
void adjust_stop()
Undocumented in source. Be warned that the author may not have intended to support it.
append_post
int append_post(WINDOW* window, NCPost post, bool add_stops, int offset)
Undocumented in source. Be warned that the author may not have intended to support it.
display_all_posts
void display_all_posts()
Undocumented in source. Be warned that the author may not have intended to support it.
display_post
void display_post(WINDOW* window, NCPost post, bool add_stops, bool scroll)
Undocumented in source. Be warned that the author may not have intended to support it.
display_queued_posts
void display_queued_posts()
Undocumented in source. Be warned that the author may not have intended to support it.
enqueue_post
void enqueue_post(NCPost post)
Undocumented in source. Be warned that the author may not have intended to support it.
highlight_post
void highlight_post(NCPost post, NCPost origin)
Undocumented in source. Be warned that the author may not have intended to support it.
highlight_stop
void highlight_stop(Stop stop)
Undocumented in source. Be warned that the author may not have intended to support it.
init_colors
void init_colors()
Undocumented in source. Be warned that the author may not have intended to support it.
init_ui
void init_ui()
Undocumented in source. Be warned that the author may not have intended to support it.
is_post_ignored
bool is_post_ignored(NCPost post)
Undocumented in source. Be warned that the author may not have intended to support it.
loop
void loop()
Undocumented in source. Be warned that the author may not have intended to support it.
next_stop
bool next_stop()
Undocumented in source. Be warned that the author may not have intended to support it.
prev_stop
bool prev_stop()
Undocumented in source. Be warned that the author may not have intended to support it.
redraw_all_posts
void redraw_all_posts()
Undocumented in source. Be warned that the author may not have intended to support it.
reload_tick
void reload_tick()
Undocumented in source. Be warned that the author may not have intended to support it.
set_status
void set_status(string status)
Undocumented in source. Be warned that the author may not have intended to support it.
set_stop
void set_stop(Stop stop)
Undocumented in source. Be warned that the author may not have intended to support it.
show_info
void show_info(NCPost post)
Undocumented in source. Be warned that the author may not have intended to support it.
start_timers
void start_timers()
Undocumented in source. Be warned that the author may not have intended to support it.
unhighlight_post
void unhighlight_post(NCPost post)
Undocumented in source. Be warned that the author may not have intended to support it.
unhighlight_stop
void unhighlight_stop(Stop stop)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

active
ulong active;
Undocumented in source.
colors
ulong[string] colors;
Undocumented in source.
config
Config config;
Undocumented in source.
config_file
string config_file;
Undocumented in source.
current_stop
Stop current_stop;
Undocumented in source.
display_enabled
bool display_enabled;
Undocumented in source.
ignored_posts
NCPost[] ignored_posts;
Undocumented in source.
input_window
WINDOW* input_window;
Undocumented in source.
main_panel
PANEL* main_panel;
Undocumented in source.
offset
int offset;
Undocumented in source.
posts_to_display
NCPost[] posts_to_display;
Undocumented in source.
posts_window
WINDOW* posts_window;
Undocumented in source.
preview_panel
PANEL* preview_panel;
Undocumented in source.
preview_window
WINDOW* preview_window;
Undocumented in source.
reload_remaining
Duration[NCTribune] reload_remaining;
Undocumented in source.
stops
Stop[] stops;
Undocumented in source.
tribunes
NCTribune[string] tribunes;
Undocumented in source.
tribunes_ordered
NCTribune[] tribunes_ordered;
Undocumented in source.

Meta