libcss
Loading...
Searching...
No Matches
dispatch.h
Go to the documentation of this file.
1/*
2 * This file is part of LibCSS
3 * Licensed under the MIT License,
4 * http://www.opensource.org/licenses/mit-license.php
5 * Copyright 2009 John-Mark Bell <jmb@netsurf-browser.org>
6 */
7
8#ifndef css_select_dispatch_h_
9#define css_select_dispatch_h_
10
11#include <stdint.h>
12
13#include <libcss/errors.h>
14#include <libcss/computed.h>
15
16#include "stylesheet.h"
17#include "bytecode/bytecode.h"
18#include "select/select.h"
19
33
34#endif
struct prop_table prop_dispatch[CSS_N_PROPERTIES]
css_error
Definition errors.h:18
@ CSS_N_PROPERTIES
Definition properties.h:144
Definition autogenerated_computed.h:282
Definition hint.h:34
Definition select.h:69
Definition stylesheet.h:29
Definition dispatch.h:20
css_error(* cascade)(uint32_t opv, css_style *style, css_select_state *state)
Definition dispatch.h:21
css_error(* copy)(const css_computed_style *from, css_computed_style *to)
Definition dispatch.h:26
css_error(* set_from_hint)(const css_hint *hint, css_computed_style *style)
Definition dispatch.h:23
css_error(* initial)(css_select_state *state)
Definition dispatch.h:25
unsigned int inherited
Definition dispatch.h:31
css_error(* compose)(const css_computed_style *parent, const css_computed_style *child, css_computed_style *result)
Definition dispatch.h:28