i3
Public Types | Public Member Functions | Data Fields
Match Struct Reference

#include <data.h>

Collaboration diagram for Match:
Collaboration graph
[legend]

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

struct regextitle
struct regexapplication
struct regexclass
struct regexinstance
struct regexmark
struct regexrole
enum Match:: { ... }  dock
xcb_window_t id
Concon_id
enum Match:: { ... }  floating
enum Match:: { ... }  insert_where

Detailed Description

Definition at line 312 of file data.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
M_DONTCHECK 
M_NODOCK 
M_DOCK_ANY 
M_DOCK_TOP 
M_DOCK_BOTTOM 

Definition at line 319 of file data.h.

anonymous enum
Enumerator:
M_ANY 
M_TILING 
M_FLOATING 

Definition at line 328 of file data.h.

anonymous enum
Enumerator:
M_HERE 
M_ASSIGN_WS 
M_BELOW 

Definition at line 339 of file data.h.


Member Function Documentation


Field Documentation

Definition at line 314 of file data.h.

Referenced by match_free(), and match_is_empty().

Definition at line 315 of file data.h.

Referenced by json_string(), match_free(), match_is_empty(), and match_matches_window().

Definition at line 327 of file data.h.

Referenced by match_is_empty().

enum { ... } Match::dock
enum { ... } Match::floating

Referenced by match_is_empty().

xcb_window_t Match::id

Definition at line 326 of file data.h.

Referenced by json_int(), match_is_empty(), and match_matches_window().

enum { ... } Match::insert_where

Definition at line 316 of file data.h.

Referenced by match_free(), match_is_empty(), and match_matches_window().

struct regex* Match::mark

Definition at line 317 of file data.h.

Referenced by match_free(), match_is_empty(), and match_matches_window().

struct regex* Match::role

Definition at line 318 of file data.h.

Referenced by match_free(), match_is_empty(), and match_matches_window().

Definition at line 313 of file data.h.

Referenced by match_free(), match_is_empty(), and match_matches_window().


The documentation for this struct was generated from the following file: