|
rofi
1.6.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 |
| GList * | list |
Definition at line 209 of file rofi-types.h.
| gboolean _PropertyValue::b |
boolean
Definition at line 220 of file rofi-types.h.
Referenced by __config_parser_set_property(), int_rofi_theme_print_property(), rofi_theme_get_boolean(), and rofi_theme_get_orientation().
| char _PropertyValue::c |
Character
Definition at line 218 of file rofi-types.h.
Referenced by __config_parser_set_property().
| ThemeColor _PropertyValue::color |
Color
Definition at line 222 of file rofi-types.h.
Referenced by combi_mgrv(), int_rofi_theme_print_property(), rofi_theme_get_color(), and rofi_theme_insert_listview_backwards_fix().
| struct Property* _PropertyValue::def_value |
Property default
Definition at line 233 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 214 of file rofi-types.h.
Referenced by int_rofi_theme_print_property(), and rofi_theme_get_double().
| RofiHighlightColorStyle _PropertyValue::highlight |
Highlight Style
Definition at line 236 of file rofi-types.h.
Referenced by int_rofi_theme_print_property(), and rofi_theme_get_highlight().
| int _PropertyValue::i |
integer
Definition at line 212 of file rofi-types.h.
Referenced by __config_parser_set_property(), int_rofi_theme_print_property(), rofi_theme_get_distance(), rofi_theme_get_double(), rofi_theme_get_integer(), rofi_theme_get_padding(), and rofi_theme_get_position().
| 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 238 of file rofi-types.h.
Referenced by __config_parser_set_property(), int_rofi_theme_print_property(), rofi_theme_get_list(), and rofi_theme_property_copy().
| char* _PropertyValue::name |
Name
Definition at line 229 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 224 of file rofi-types.h.
Referenced by int_rofi_theme_print_property(), rofi_theme_get_distance(), rofi_theme_get_padding(), rofi_theme_insert_listview_backwards_fix(), rofi_theme_property_copy(), and rofi_theme_property_free().
| struct Property* _PropertyValue::ref |
Cached looked up ref
Definition at line 231 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 216 of file rofi-types.h.
Referenced by __config_parser_set_property(), int_rofi_theme_print_property(), rofi_theme_get_string(), rofi_theme_property_copy(), and rofi_theme_property_free().