i3
|
#include <data.h>
Public Types | |
enum | { M_DONTCHECK = -1, M_NODOCK = 0, M_DOCK_ANY = 1, M_DOCK_TOP = 2, M_DOCK_BOTTOM = 3 } |
enum | { M_ANY = 0, M_TILING, M_FLOATING } |
enum | { M_HERE = 0, M_ASSIGN_WS, M_BELOW } |
Public Member Functions | |
TAILQ_ENTRY (Match) matches | |
Data Fields | |
char * | title |
int | title_len |
char * | application |
char * | class |
char * | instance |
char * | mark |
enum Match:: { ... } | dock |
xcb_window_t | id |
Con * | con_id |
enum Match:: { ... } | floating |
enum Match:: { ... } | insert_where |
anonymous enum |
Match::TAILQ_ENTRY | ( | Match | ) |
char* Match::application |
Definition at line 292 of file data.h.
Referenced by match_is_empty().
char* Match::class |
Definition at line 293 of file data.h.
Referenced by json_string(), match_is_empty(), and match_matches_window().
Definition at line 304 of file data.h.
Referenced by match_is_empty().
enum { ... } Match::dock |
Referenced by dump_node(), json_int(), match_init(), match_is_empty(), match_matches_window(), and output_init_con().
enum { ... } Match::floating |
Referenced by match_is_empty().
xcb_window_t Match::id |
Definition at line 303 of file data.h.
Referenced by json_int(), match_is_empty(), and match_matches_window().
enum { ... } Match::insert_where |
Referenced by dump_node(), json_int(), manage_window(), and output_init_con().
char* Match::instance |
Definition at line 294 of file data.h.
Referenced by match_is_empty(), and match_matches_window().
char* Match::mark |
Definition at line 295 of file data.h.
Referenced by match_is_empty(), and match_matches_window().
char* Match::title |
Definition at line 290 of file data.h.
Referenced by match_is_empty(), and match_matches_window().
int Match::title_len |