|
rofi 1.7.8
|
#include <rofi-types.h>

Data Fields | ||
| int | i | |
| double | f | |
| char * | s | |
| gboolean | b | |
| ThemeColor | color | |
| RofiPadding | padding | |
| struct { | ||
| char * name | ||
| struct Property * ref | ||
| struct Property * def_value | ||
| } | link | |
| RofiHighlightColorStyle | highlight | |
| RofiImage | image | |
| GList * | list | |
Definition at line 254 of file rofi-types.h.
| gboolean _PropertyValue::b |
boolean
Definition at line 262 of file rofi-types.h.
Referenced by __config_parser_set_property(), file_browser_mode_init_config(), file_browser_mode_result(), int_rofi_theme_print_property(), recursive_browser_mode_init_config(), recursive_browser_mode_result(), rofi_theme_get_boolean_inside(), and rofi_theme_get_orientation_inside().
| ThemeColor _PropertyValue::color |
Color
Definition at line 264 of file rofi-types.h.
Referenced by combi_mgrv(), int_rofi_theme_print_property(), rofi_theme_get_color_inside(), and rofi_theme_get_highlight_inside().
| struct Property* _PropertyValue::def_value |
Property default
Definition at line 274 of file rofi-types.h.
Referenced by int_rofi_theme_print_property(), rofi_theme_property_copy(), rofi_theme_property_free(), and rofi_theme_resolve_link_property().
| double _PropertyValue::f |
Double
Definition at line 258 of file rofi-types.h.
Referenced by int_rofi_theme_print_property(), rofi_theme_get_double_inside(), and rofi_view_set_user_timeout().
| RofiHighlightColorStyle _PropertyValue::highlight |
Highlight Style
Definition at line 277 of file rofi-types.h.
Referenced by int_rofi_theme_print_property(), and rofi_theme_get_highlight_inside().
| int _PropertyValue::i |
integer
Definition at line 256 of file rofi-types.h.
Referenced by __config_parser_set_property(), dmenu_mode_init(), input_history_save(), int_rofi_theme_print_property(), rofi_theme_get_cursor_type_inside(), rofi_theme_get_distance_inside(), rofi_theme_get_double_integer_fb_inside(), rofi_theme_get_integer_inside(), rofi_theme_get_list_distance(), rofi_theme_get_padding_inside(), rofi_theme_get_position_inside(), and rofi_view_set_user_timeout().
| RofiImage _PropertyValue::image |
Image
Definition at line 279 of file rofi-types.h.
Referenced by int_rofi_theme_print_property(), rofi_theme_get_image_inside(), rofi_theme_property_copy(), and rofi_theme_property_free().
| struct { ... } _PropertyValue::link |
| GList* _PropertyValue::list |
List
Definition at line 281 of file rofi-types.h.
Referenced by __config_parser_set_property(), int_rofi_theme_print_property(), rofi_theme_get_list_inside(), rofi_theme_property_copy(), and rofi_theme_property_free().
| char* _PropertyValue::name |
Name
Definition at line 270 of file rofi-types.h.
Referenced by int_rofi_theme_print_property(), rofi_theme_parse_process_links_int(), rofi_theme_property_copy(), rofi_theme_property_free(), and rofi_theme_resolve_link_property().
| RofiPadding _PropertyValue::padding |
Definition at line 266 of file rofi-types.h.
Referenced by int_rofi_theme_print_property(), rofi_theme_get_distance_inside(), rofi_theme_get_list_distance(), rofi_theme_get_padding_inside(), rofi_theme_property_copy(), and rofi_theme_property_free().
| struct Property* _PropertyValue::ref |
Cached looked up ref
Definition at line 272 of file rofi-types.h.
Referenced by rofi_theme_find_property(), rofi_theme_parse_process_links_int(), rofi_theme_property_copy(), and rofi_theme_resolve_link_property().
| char* _PropertyValue::s |
String
Definition at line 260 of file rofi-types.h.
Referenced by __config_parser_set_property(), config_parse_set_property(), file_browser_mode_init_config(), file_browser_mode_init_current_dir(), int_rofi_theme_print_property(), mode_get_display_name(), mode_get_icon(), recursive_browser_mode_init_config(), recursive_browser_mode_init_current_dir(), rofi_theme_get_list_strings(), rofi_theme_get_string_inside(), rofi_theme_property_copy(), rofi_theme_property_free(), and rofi_view_take_action().