Data Fields | |
| ConstraintFunc | func |
| const char * | name |
| MetaWindow * | above |
| MetaWindow * | below |
| Constraint * | next |
| GSList * | next_nodes |
| unsigned int | applied: 1 |
| unsigned int | has_prev: 1 |
Definition at line 206 of file constraints.c.
| const char* Constraint::name |
Definition at line 424 of file stack.c.
Referenced by add_constraint(), graph_constraints(), and traverse_constraint().
Definition at line 425 of file stack.c.
Referenced by add_constraint(), graph_constraints(), and traverse_constraint().
Definition at line 430 of file stack.c.
Referenced by add_constraint(), apply_constraints(), free_constraints(), and graph_constraints().
| GSList* Constraint::next_nodes |
Definition at line 433 of file stack.c.
Referenced by add_constraint(), free_constraints(), graph_constraints(), and traverse_constraint().
| unsigned int Constraint::applied |
| unsigned int Constraint::has_prev |
Definition at line 447 of file stack.c.
Referenced by add_constraint(), apply_constraints(), and graph_constraints().
1.5.5