ncmpc  0.31
Data Fields
Options Struct Reference

#include <Options.hxx>

Data Fields

std::string host
 
std::string password
 
std::string config_file
 
std::string key_file
 
std::string list_format = DEFAULT_LIST_FORMAT
 
std::string search_format
 
std::string status_format = DEFAULT_STATUS_FORMAT
 
std::string xterm_title_format
 
std::string scroll_sep = DEFAULT_SCROLL_SEP
 
std::vector< std::string > screen_list = DEFAULT_SCREEN_LIST
 
bool display_remaining_time
 
int port
 
int timeout_ms = 0
 
int crossfade_time = DEFAULT_CROSSFADE_TIME
 
int search_mode
 
int hide_cursor
 
int seek_time = 1
 
bool find_wrap = true
 
bool find_show_last_pattern
 
bool list_wrap
 
int scroll_offset = 0
 
bool auto_center
 
bool wide_cursor = true
 
bool hardware_cursor
 
bool audible_bell = true
 
bool visible_bell
 
bool bell_on_wrap = true
 
std::chrono::seconds status_message_time = std::chrono::seconds(3)
 
bool enable_xterm_title
 
bool scroll = DEFAULT_SCROLL
 
bool visible_bitrate
 
bool welcome_screen_list = true
 
bool jump_prefix_only = true
 
bool second_column = true
 

Field Documentation

◆ host

std::string Options::host

◆ password

std::string Options::password

◆ config_file

std::string Options::config_file

◆ key_file

std::string Options::key_file

◆ list_format

std::string Options::list_format = DEFAULT_LIST_FORMAT

◆ search_format

std::string Options::search_format

◆ status_format

std::string Options::status_format = DEFAULT_STATUS_FORMAT

◆ xterm_title_format

std::string Options::xterm_title_format

◆ scroll_sep

std::string Options::scroll_sep = DEFAULT_SCROLL_SEP

◆ screen_list

std::vector<std::string> Options::screen_list = DEFAULT_SCREEN_LIST

◆ display_remaining_time

bool Options::display_remaining_time

◆ port

int Options::port

◆ timeout_ms

int Options::timeout_ms = 0

◆ crossfade_time

int Options::crossfade_time = DEFAULT_CROSSFADE_TIME

◆ search_mode

int Options::search_mode

◆ hide_cursor

int Options::hide_cursor

◆ seek_time

int Options::seek_time = 1

◆ find_wrap

bool Options::find_wrap = true

◆ find_show_last_pattern

bool Options::find_show_last_pattern

◆ list_wrap

bool Options::list_wrap

◆ scroll_offset

int Options::scroll_offset = 0

◆ auto_center

bool Options::auto_center

◆ wide_cursor

bool Options::wide_cursor = true

◆ hardware_cursor

bool Options::hardware_cursor

◆ audible_bell

bool Options::audible_bell = true

◆ visible_bell

bool Options::visible_bell

◆ bell_on_wrap

bool Options::bell_on_wrap = true

◆ status_message_time

std::chrono::seconds Options::status_message_time = std::chrono::seconds(3)

◆ enable_xterm_title

bool Options::enable_xterm_title

◆ scroll

bool Options::scroll = DEFAULT_SCROLL

◆ visible_bitrate

bool Options::visible_bitrate

◆ welcome_screen_list

bool Options::welcome_screen_list = true

◆ jump_prefix_only

bool Options::jump_prefix_only = true

◆ second_column

bool Options::second_column = true

The documentation for this struct was generated from the following file: