|
rofi
1.5.4
|
#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 |
| GList * | list |
Definition at line 179 of file rofi-types.h.
| gboolean _PropertyValue::b |
boolean
Definition at line 188 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().
| ThemeColor _PropertyValue::color |
Color
Definition at line 190 of file rofi-types.h.
Referenced by combi_mgrv(), int_rofi_theme_print_property(), and rofi_theme_get_color().
| struct Property* _PropertyValue::def_value |
Property default
Definition at line 201 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 184 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 204 of file rofi-types.h.
Referenced by int_rofi_theme_print_property(), and rofi_theme_get_highlight().
| int _PropertyValue::i |
integer
Definition at line 182 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 206 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 197 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 192 of file rofi-types.h.
Referenced by int_rofi_theme_print_property(), rofi_theme_get_distance(), and rofi_theme_get_padding().
| struct Property* _PropertyValue::ref |
Cached looked up ref
Definition at line 199 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 186 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().