, including all inherited members.
| BasePainter() (defined in nux::BasePainter) | nux::BasePainter | |
| Draw2DLine(GraphicsEngine &GfxContext, int x0, int y0, int x1, int y1, Color c0) const (defined in nux::BasePainter) | nux::BasePainter | |
| Draw2DLine(GraphicsEngine &GfxContext, int x0, int y0, int x1, int y1, Color c0, Color c1) const (defined in nux::BasePainter) | nux::BasePainter | |
| Draw2DTexture(GraphicsEngine &GfxContext, BaseTexture *Texture, int x, int y) const | nux::BasePainter | [virtual] |
| Draw2DTextureAligned(GraphicsEngine &GfxContext, BaseTexture *Texture, const Geometry &g, TextureAlignmentStyle tex_align) const (defined in nux::BasePainter) | nux::BasePainter | [virtual] |
| Draw2DTriangleColor(GraphicsEngine &GfxContext, int x0, int y0, int x1, int y1, int x2, int y2, Color c0) (defined in nux::BasePainter) | nux::BasePainter | |
| Draw2DTriangleColor(GraphicsEngine &GfxContext, int x0, int y0, int x1, int y1, int x2, int y2, Color c0, Color c1, Color c2) (defined in nux::BasePainter) | nux::BasePainter | |
| EmptyBackgroundStack() (defined in nux::BasePainter) | nux::BasePainter | |
| intTest (defined in nux::BasePainter) | nux::BasePainter | |
| Paint2DQuadColor(GraphicsEngine &GfxContext, const Geometry &g, Color c0) const (defined in nux::BasePainter) | nux::BasePainter | |
| Paint2DQuadColor(GraphicsEngine &GfxContext, const Geometry &g, Color c0_top_left, Color c1_bottom_left, Color c2_bottom_right, Color c3_top_right) const (defined in nux::BasePainter) | nux::BasePainter | |
| Paint2DQuadColor(GraphicsEngine &GfxContext, int x, int y, int width, int height, Color c0) const (defined in nux::BasePainter) | nux::BasePainter | |
| Paint2DQuadColor(GraphicsEngine &GfxContext, int x, int y, int width, int height, Color c0_top_left, Color c1_bottom_left, Color c2_bottom_right, Color c3_top_right) const (defined in nux::BasePainter) | nux::BasePainter | |
| Paint2DQuadHGradient(GraphicsEngine &GfxContext, const Geometry &g, Color LeftColor, Color RightColor) const | nux::BasePainter | |
| Paint2DQuadVGradient(GraphicsEngine &GfxContext, const Geometry &g, Color TopColor, Color BottomColor) const | nux::BasePainter | |
| Paint2DQuadWireframe(GraphicsEngine &GfxContext, const Geometry &g, Color c0) const (defined in nux::BasePainter) | nux::BasePainter | |
| Paint2DQuadWireframe(GraphicsEngine &GfxContext, const Geometry &g, Color c_top_left, Color c_bottom_left, Color c_bottom_right, Color c_top_right) const (defined in nux::BasePainter) | nux::BasePainter | |
| Paint2DQuadWireframe(GraphicsEngine &GfxContext, int x, int y, int width, int height, Color c0) const (defined in nux::BasePainter) | nux::BasePainter | |
| Paint2DQuadWireframe(GraphicsEngine &GfxContext, int x, int y, int width, int height, Color c_top_left, Color c_bottom_left, Color c_bottom_right, Color c_top_right) const (defined in nux::BasePainter) | nux::BasePainter | |
| PaintBackground(GraphicsEngine &GfxContext, const Geometry &geo) (defined in nux::BasePainter) | nux::BasePainter | |
| PaintCheckBox(GraphicsEngine &GfxContext, const Geometry &geo, const InteractState &interaction_state, Color check_mark_color=Color(0x0), Color check_box_color=Color(0x0)) | nux::BasePainter | |
| PaintColorTextLineEdit(GraphicsEngine &GfxContext, const Geometry &g, const NString &Str, Color TextColor, bool WriteAlphaChannel, Color SelectedTextColor, Color SelectedTextBackgroundColor, Color TextBlinkColor, Color CursorColor, bool ShowCursor, unsigned int CursorPosition, int offset=0, int selection_start=0, int selection_end=0) const (defined in nux::BasePainter) | nux::BasePainter | [virtual] |
| PaintHorizontalGradientQuad(GraphicsEngine &GfxContext, const Geometry &geo, int num_color, float *percentage_array, Color *color_array) (defined in nux::BasePainter) | nux::BasePainter | |
| PaintRadioButton(GraphicsEngine &GfxContext, const Geometry &geo, const InteractState &interaction_state, Color check_mark_color=Color(0x0), Color check_box_color=Color(0x0)) (defined in nux::BasePainter) | nux::BasePainter | |
| PaintShape(GraphicsEngine &GfxContext, const Geometry &geo, Color c0, UXStyleImageRef style, bool WriteAlpha=true) const (defined in nux::BasePainter) | nux::BasePainter | |
| PaintShapeCorner(GraphicsEngine &GfxContext, const Geometry &geo, Color c0, UXStyleImageRef style, long corners, bool WriteAlpha=true) const (defined in nux::BasePainter) | nux::BasePainter | |
| PaintShapeCornerROP(GraphicsEngine &GfxContext, const Geometry &geo, Color c0, UXStyleImageRef style, long corners, bool WriteAlpha=true, const ROPConfig &ROP=ROPConfig::Default) const (defined in nux::BasePainter) | nux::BasePainter | |
| PaintShapeROP(GraphicsEngine &GfxContext, const Geometry &geo, Color c0, UXStyleImageRef style, bool WriteAlpha=true, const ROPConfig &ROP=ROPConfig::Default) const (defined in nux::BasePainter) | nux::BasePainter | |
| PaintTextLineStatic(GraphicsEngine &GfxContext, ObjectPtr< FontTexture > Font, const Geometry &g, const NString &Str, const Color &color=Color(0.0f, 0.0f, 0.0f, 1.0f), bool WriteAlphaChannel=true, TextAlignment alignment=eAlignTextLeft) const (defined in nux::BasePainter) | nux::BasePainter | [virtual] |
| PaintTextureShape(GraphicsEngine &GfxContext, const Geometry &geo, UXStyleImageRef style) const (defined in nux::BasePainter) | nux::BasePainter | |
| PaintTextureShape(GraphicsEngine &GfxContext, const Geometry &geo, BaseTexture *Texture, int border_left, int border_right, int border_top, int border_bottom, bool draw_borders_only, bool premultiply=true) const (defined in nux::BasePainter) | nux::BasePainter | |
| PopBackground(int level=1) | nux::BasePainter | |
| PopBackgroundStack() (defined in nux::BasePainter) | nux::BasePainter | |
| PushBackgroundStack() (defined in nux::BasePainter) | nux::BasePainter | |
| PushColorLayer(GraphicsEngine &GfxContext, const Geometry &geo, Color color, bool WriteAlpha=false, const ROPConfig &ROP=ROPConfig::Default) (defined in nux::BasePainter) | nux::BasePainter | |
| PushDrawColorLayer(GraphicsEngine &GfxContext, const Geometry &geo, Color color, bool WriteAlpha=false, const ROPConfig &ROP=ROPConfig::Default) (defined in nux::BasePainter) | nux::BasePainter | |
| PushDrawLayer(GraphicsEngine &GfxContext, const Geometry &geo, AbstractPaintLayer *layer) (defined in nux::BasePainter) | nux::BasePainter | |
| PushDrawShapeLayer(GraphicsEngine &GfxContext, Geometry geo, UXStyleImageRef imageStyle, const Color &color, unsigned long Corners=eAllCorners, bool WriteAlpha=false, const ROPConfig &ROP=ROPConfig::Default) (defined in nux::BasePainter) | nux::BasePainter | |
| PushDrawSliceScaledTextureLayer(GraphicsEngine &GfxContext, Geometry geo, UXStyleImageRef imageStyle, const Color &color, unsigned long Corners=eAllCorners, bool WriteAlpha=false, const ROPConfig &ROP=ROPConfig::Default) (defined in nux::BasePainter) | nux::BasePainter | |
| PushDrawTextureLayer(GraphicsEngine &GfxContext, Geometry geo, ObjectPtr< IOpenGLBaseTexture > DeviceTexture, TexCoordXForm texxform, const Color &color, bool WriteAlpha=false, const ROPConfig &ROP=ROPConfig::Default) (defined in nux::BasePainter) | nux::BasePainter | |
| PushLayer(GraphicsEngine &GfxContext, const Geometry &geo, AbstractPaintLayer *layer) (defined in nux::BasePainter) | nux::BasePainter | |
| PushShapeLayer(GraphicsEngine &GfxContext, Geometry geo, UXStyleImageRef imageStyle, const Color &color, unsigned long Corners=eAllCorners, bool WriteAlpha=false, const ROPConfig &ROP=ROPConfig::Default) (defined in nux::BasePainter) | nux::BasePainter | |
| PushSliceScaledTextureLayer(GraphicsEngine &GfxContext, Geometry geo, UXStyleImageRef imageStyle, const Color &color, unsigned long Corners=eAllCorners, bool WriteAlpha=false, const ROPConfig &ROP=ROPConfig::Default) (defined in nux::BasePainter) | nux::BasePainter | |
| PushTextureLayer(GraphicsEngine &GfxContext, Geometry geo, ObjectPtr< IOpenGLBaseTexture > DeviceTexture, TexCoordXForm texxform, const Color &color, bool WriteAlpha=false, const ROPConfig &ROP=ROPConfig::Default) (defined in nux::BasePainter) | nux::BasePainter | |
| RenderSinglePaintLayer(GraphicsEngine &GfxContext, Geometry geo, AbstractPaintLayer *paint_layer) | nux::BasePainter | |
| ~BasePainter() (defined in nux::BasePainter) | nux::BasePainter | [virtual] |