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

Data Fields | |
| int | i |
| double | f |
| char * | s |
| char | c |
| 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 249 of file rofi-types.h.
| gboolean _PropertyValue::b |
boolean
Definition at line 259 of file rofi-types.h.
Referenced by __config_parser_set_property(), file_browser_mode_init_config(), get_apps(), int_rofi_theme_print_property(), rofi_theme_get_boolean_inside(), and rofi_theme_get_orientation_inside().
| char _PropertyValue::c |
Character
Definition at line 257 of file rofi-types.h.
Referenced by __config_parser_set_property().
| ThemeColor _PropertyValue::color |
Color
Definition at line 261 of file rofi-types.h.
Referenced by combi_mgrv(), int_rofi_theme_print_property(), and rofi_theme_get_color_inside().
| struct Property* _PropertyValue::def_value |
Property default
Definition at line 271 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 253 of file rofi-types.h.
Referenced by int_rofi_theme_print_property(), and rofi_theme_get_double_inside().
| RofiHighlightColorStyle _PropertyValue::highlight |
Highlight Style
Definition at line 274 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 251 of file rofi-types.h.
Referenced by __config_parser_set_property(), dmenu_mode_init(), int_rofi_theme_print_property(), rofi_theme_get_cursor_type_inside(), rofi_theme_get_distance_inside(), rofi_theme_get_integer_inside(), rofi_theme_get_padding_inside(), rofi_theme_get_position_inside(), and rofi_view_set_user_timeout().
| RofiImage _PropertyValue::image |
Image
Definition at line 276 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 |
Reference
Referenced by int_rofi_theme_print_property(), rofi_theme_find_property(), rofi_theme_property_copy(), rofi_theme_property_free(), and rofi_theme_resolve_link_property().
| GList* _PropertyValue::list |
List
Definition at line 278 of file rofi-types.h.
Referenced by __config_parser_set_property(), int_rofi_theme_print_property(), rofi_theme_get_list_inside(), and rofi_theme_property_copy().
| char* _PropertyValue::name |
Name
Definition at line 267 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().
| RofiPadding _PropertyValue::padding |
Definition at line 263 of file rofi-types.h.
Referenced by int_rofi_theme_print_property(), rofi_theme_get_distance_inside(), 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 269 of file rofi-types.h.
Referenced by rofi_theme_find_property(), rofi_theme_property_copy(), and rofi_theme_resolve_link_property().
| char* _PropertyValue::s |
String
Definition at line 255 of file rofi-types.h.
Referenced by __config_parser_set_property(), file_browser_mode_init_config(), file_browser_mode_init_current_dir(), int_rofi_theme_print_property(), mode_get_display_name(), rofi_theme_get_string_inside(), rofi_theme_property_copy(), rofi_theme_property_free(), and rofi_view_user_timeout().