rofi
1.5.1
|
#include <rofi-types.h>
Data Fields | |
int | i |
double | f |
char * | s |
gboolean | b |
ThemeColor | color |
RofiPadding | padding |
struct { | |
char * name | |
struct Property * ref | |
} | 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(), rofi_theme_get_boolean(), rofi_theme_get_orientation(), and rofi_theme_print_property_index().
ThemeColor PropertyValue::color |
Color
Definition at line 190 of file rofi-types.h.
Referenced by combi_mgrv(), rofi_theme_get_color(), and rofi_theme_print_property_index().
double PropertyValue::f |
Double
Definition at line 184 of file rofi-types.h.
Referenced by rofi_theme_get_double(), and rofi_theme_print_property_index().
RofiHighlightColorStyle PropertyValue::highlight |
Highlight Style
Definition at line 202 of file rofi-types.h.
Referenced by rofi_theme_get_highlight(), and rofi_theme_print_property_index().
int PropertyValue::i |
integer
Definition at line 182 of file rofi-types.h.
Referenced by __config_parser_set_property(), rofi_theme_get_distance(), rofi_theme_get_double(), rofi_theme_get_integer(), rofi_theme_get_padding(), rofi_theme_get_position(), and rofi_theme_print_property_index().
struct { ... } PropertyValue::link |
Reference
Referenced by rofi_theme_find_property(), rofi_theme_print_property_index(), rofi_theme_property_copy(), rofi_theme_property_free(), and rofi_theme_resolve_link_property().
GList* PropertyValue::list |
List
Definition at line 204 of file rofi-types.h.
Referenced by __config_parser_set_property(), rofi_theme_get_list(), rofi_theme_print_property_index(), and rofi_theme_property_copy().
char* PropertyValue::name |
Name
Definition at line 197 of file rofi-types.h.
Referenced by rofi_theme_print_property_index(), 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 rofi_theme_get_distance(), rofi_theme_get_padding(), and rofi_theme_print_property_index().
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(), rofi_theme_get_string(), rofi_theme_print_property_index(), rofi_theme_property_copy(), and rofi_theme_property_free().