ARB
Classes | Macros | Typedefs | Functions
field_shader.cxx File Reference
#include "field_shader.h"
#include <item_sel_list.h>
#include <awt_config_manager.hxx>
#include <aw_root.hxx>
#include <aw_awar.hxx>
#include <aw_msg.hxx>
#include <ad_cb_prot.h>
#include <gb_aci.h>
#include <arb_global_defs.h>
#include <arb_defs.h>
#include <set>
#include <limits>
Include dependency graph for field_shader.cxx:

Go to the source code of this file.

Classes

class  FieldReader
 
class  MultiFieldReader
 
class  ItemFieldShader
 
class  LimitTracker< T >
 

Macros

#define AWAR_DIM_ACTIVE(dim)   dimension_awar(dim, "active")
 
#define AWAR_FIELD(dim)   dimension_awar(dim, "field")
 
#define AWAR_ACI(dim)   dimension_awar(dim, "aci")
 
#define AWAR_VALUE_MIN(dim)   dimension_awar(dim, "min")
 
#define AWAR_VALUE_MAX(dim)   dimension_awar(dim, "max")
 

Typedefs

typedef set< stringFieldSet
 

Functions

const charmake_limit_string (bool use_float, float f, int i)
 
ShaderPluginPtr makeItemFieldShader (BoundItemSel &itemtype)
 

Macro Definition Documentation

#define AWAR_DIM_ACTIVE (   dim)    dimension_awar(dim, "active")
#define AWAR_FIELD (   dim)    dimension_awar(dim, "field")
#define AWAR_ACI (   dim)    dimension_awar(dim, "aci")
#define AWAR_VALUE_MIN (   dim)    dimension_awar(dim, "min")
#define AWAR_VALUE_MAX (   dim)    dimension_awar(dim, "max")

Typedef Documentation

typedef set<string> FieldSet

Definition at line 170 of file field_shader.cxx.

Function Documentation

const char* make_limit_string ( bool  use_float,
float  f,
int  i 
)
inline
ShaderPluginPtr makeItemFieldShader ( BoundItemSel itemtype)

Definition at line 586 of file field_shader.cxx.

Referenced by registerItemShader().