Free Electron
|
This is the complete list of members for fe::ext::DrawI, including all inherited members.
abandon(void) | fe::Counted | inlinevirtual |
abandonHandle(void) (defined in fe::Handled< Component >) | fe::Handled< Component > | inlineprotected |
acquire(void) | fe::Component | inlinevirtual |
Handled< Component >::acquire(int &rCount) | fe::Counted | inlinevirtual |
addInitializer(InitializeFunction function) (defined in fe::Initialized) | fe::Initialized | inlineprotected |
adjoin(sp< Component > spComponent) | fe::Component | |
brightness(void)=0 | fe::ext::DrawI | pure virtual |
checkUnload(sp< Library > &pLibrary, Component *pComponent=NULL) | fe::Component | related |
clearInput(void)=0 | fe::ext::DrawI | pure virtual |
clone(Protectable *pInstance=NULL) (defined in fe::Protectable) | fe::Protectable | inlinevirtual |
Component(void) (defined in fe::Component) | fe::Component | |
contrast(void)=0 | fe::ext::DrawI | pure virtual |
count(void) const | fe::Counted | inline |
Counted(void) (defined in fe::Counted) | fe::Counted | inline |
create(const String &implementation, BWORD quiet=FALSE) const | fe::Component | |
createBuffer(void)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
disjoin(void) | fe::Component | |
draw(cp< DrawableI > cpDrawableI, const Color *color)=0 | fe::ext::DrawI | pure virtual |
draw(cp< DrawableI > cpDrawableI, const Color *color, sp< DrawBufferI > spDrawBuffer)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawAlignedText(const SpatialVector &location, const String text, const Color &color)=0 | fe::ext::DrawI | pure virtual |
drawArc(const SpatialTransform &transform, const SpatialVector *scale, Real startangle, Real endangle, const Color &color)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawAxes(Real scale)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawBox(const Box2 &box, const Color &color)=0 | fe::ext::DrawI | pure virtual |
drawBox(const Box2i &box, const Color &color)=0 | fe::ext::DrawI | pure virtual |
drawBox(const Box3 &box, const Color &color)=0 | fe::ext::DrawI | pure virtual |
drawChain(void)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawCircle(const SpatialTransform &transform, const SpatialVector *scale, const Color &color)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawCurve(const SpatialVector *vertex, const SpatialVector *normal, const Real *radius, U32 vertices, BWORD multicolor, const Color *color)=0 | fe::ext::DrawI | pure virtual |
drawCylinder(const SpatialTransform &transform, const SpatialVector *scale, Real baseScale, const Color &color, U32 slices)=0 | fe::ext::DrawI | pure virtual |
drawCylinder(const SpatialVector &location1, const SpatialVector &location2, Real radius1, Real radius2, const Color &color, U32 slices)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawCylinders(const SpatialTransform *transform, const SpatialVector *scale, const Real *baseScale, const U32 *slices, U32 cylinders, BWORD multicolor, const Color *color)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawLines(const SpatialVector *vertex, const SpatialVector *normal, U32 vertices, StripMode strip, BWORD multicolor, const Color *color)=0 | fe::ext::DrawI | pure virtual |
drawLines(const SpatialVector *vertex, const SpatialVector *normal, U32 vertices, StripMode strip, BWORD multicolor, const Color *color, BWORD multiradius, const Real *radius, const Vector3i *element, U32 elementCount, sp< DrawBufferI > spDrawBuffer)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawMarker(Real radius, const Color &color)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawMode(void) const =0 | fe::ext::DrawI | pure virtual |
drawPoints(const SpatialVector *vertex, const SpatialVector *normal, U32 vertices, BWORD multicolor, const Color *color)=0 | fe::ext::DrawI | pure virtual |
drawPoints(const SpatialVector *vertex, const SpatialVector *normal, U32 vertices, BWORD multicolor, const Color *color, sp< DrawBufferI > spDrawBuffer)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawRaster(sp< ImageI > spImageI, const SpatialVector &location)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawRectangles(const SpatialVector *vertex, U32 vertices, BWORD multicolor, const Color *color)=0 | fe::ext::DrawI | pure virtual |
drawSphere(const SpatialTransform &transform, const SpatialVector *scale, const Color &color)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawTransformed(const SpatialTransform &transform, cp< DrawableI > cpDrawableI, const Color *color)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawTransformed(const SpatialTransform &transform, cp< DrawableI > cpDrawableI, const Color *color, sp< DrawBufferI > spDrawBuffer)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawTransformedAxes(const SpatialTransform &transform, Real scale)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawTransformedBox(const SpatialTransform &transform, const Box3 &box, const Color &color)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawTransformedBoxes(const SpatialTransform *transform, const SpatialVector *scale, U32 boxes, BWORD multicolor, const Color *color)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawTransformedCurve(const SpatialTransform &transform, const SpatialVector *scale, const SpatialVector *vertex, const SpatialVector *normal, const Real *radius, U32 vertices, BWORD multicolor, const Color *color)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawTransformedCylinders(const SpatialTransform &pretransform, const SpatialTransform *transform, const SpatialVector *scale, const Real *baseScale, const U32 *slices, U32 cylinders, BWORD multicolor, const Color *color)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawTransformedLines(const SpatialTransform &transform, const SpatialVector *scale, const SpatialVector *vertex, const SpatialVector *normal, U32 vertices, StripMode strip, BWORD multicolor, const Color *color)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawTransformedLines(const SpatialTransform &transform, const SpatialVector *scale, const SpatialVector *vertex, const SpatialVector *normal, U32 vertices, StripMode strip, BWORD multicolor, const Color *color, BWORD multiradius, const Real *radius, const Vector3i *element, U32 elementCount, sp< DrawBufferI > spDrawBuffer)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawTransformedMarker(const SpatialTransform &transform, Real radius, const Color &color)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawTransformedPoints(const SpatialTransform &transform, const SpatialVector *scale, const SpatialVector *vertex, const SpatialVector *normal, U32 vertices, BWORD multicolor, const Color *color)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawTransformedPoints(const SpatialTransform &transform, const SpatialVector *scale, const SpatialVector *vertex, const SpatialVector *normal, U32 vertices, BWORD multicolor, const Color *color, sp< DrawBufferI > spDrawBuffer)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawTransformedTriangles(const SpatialTransform &transform, const SpatialVector *scale, const SpatialVector *vertex, const SpatialVector *normal, const Vector2 *texture, U32 vertices, StripMode strip, BWORD multicolor, const Color *color)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawTransformedTriangles(const SpatialTransform &transform, const SpatialVector *scale, const SpatialVector *vertex, const SpatialVector *normal, const Vector2 *texture, U32 vertices, StripMode strip, BWORD multicolor, const Color *color, const Array< I32 > *vertexMap, const Array< I32 > *hullPointMap, const Array< Vector4i > *hullFacePoint, sp< DrawBufferI > spDrawBuffer)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
drawTriangles(const SpatialVector *vertex, const SpatialVector *normal, const Vector2 *texture, U32 vertices, StripMode strip, BWORD multicolor, const Color *color)=0 | fe::ext::DrawI | pure virtual |
drawTriangles(const SpatialVector *vertex, const SpatialVector *normal, const Vector2 *texture, U32 vertices, StripMode strip, BWORD multicolor, const Color *color, const Array< I32 > *vertexMap, const Array< I32 > *hullPointMap, const Array< Vector4i > *hullFacePoint, sp< DrawBufferI > spDrawBuffer)=0 (defined in fe::ext::DrawI) | fe::ext::DrawI | pure virtual |
e_color enum value (defined in fe::ext::DrawI) | fe::ext::DrawI | |
e_discrete enum value (defined in fe::ext::DrawI) | fe::ext::DrawI | |
e_fan enum value (defined in fe::ext::DrawI) | fe::ext::DrawI | |
e_modelview enum value (defined in fe::ext::DrawI) | fe::ext::DrawI | |
e_projection enum value (defined in fe::ext::DrawI) | fe::ext::DrawI | |
e_strip enum value (defined in fe::ext::DrawI) | fe::ext::DrawI | |
e_texture enum value (defined in fe::ext::DrawI) | fe::ext::DrawI | |
e_triple enum value (defined in fe::ext::DrawI) | fe::ext::DrawI | |
empty(void) const =0 | fe::ext::DrawI | pure virtual |
factoryIndex(void) | fe::Component | inline |
factoryName(void) (defined in fe::Component) | fe::Component | |
flush(void)=0 | fe::ext::DrawI | pure virtual |
flushLive(void)=0 | fe::ext::DrawI | pure virtual |
font(void)=0 | fe::ext::DrawI | pure virtual |
getHandle(void) const | fe::Handled< Component > | inline |
Handled(void) (defined in fe::Handled< Component >) | fe::Handled< Component > | inline |
initializeAll(void) (defined in fe::Initialized) | fe::Initialized | inline |
Initialized(void) (defined in fe::Initialized) | fe::Initialized | inline |
InitializeFunction typedef (defined in fe::Initialized) | fe::Initialized | protected |
isDirect(void) const =0 | fe::ext::DrawI | pure virtual |
isSingleton(void) | fe::Component | inline |
library(void) | fe::Component | inline |
MatrixMode enum name (defined in fe::ext::DrawI) | fe::ext::DrawI | |
multiplication(void)=0 | fe::ext::DrawI | pure virtual |
name(void) const | fe::Component | inline |
popDrawMode(void)=0 | fe::ext::DrawI | pure virtual |
popMatrix(MatrixMode a_mode)=0 | fe::ext::DrawI | pure virtual |
popMatrixState(void)=0 | fe::ext::DrawI | pure virtual |
protect(void) (defined in fe::Protectable) | fe::Protectable | inlinevirtual |
Protectable(void) (defined in fe::Protectable) | fe::Protectable | inline |
protection(void) const (defined in fe::Protectable) | fe::Protectable | inlinevirtual |
pushDrawMode(sp< DrawMode > mode)=0 | fe::ext::DrawI | pure virtual |
pushMatrix(MatrixMode a_mode, Real a_values[16])=0 | fe::ext::DrawI | pure virtual |
pushMatrixState(void)=0 | fe::ext::DrawI | pure virtual |
registerRegion(void *pT, U32 bytes) (defined in fe::Counted) | fe::Counted | inline |
registry(void) const | fe::Component | |
release(void) | fe::Component | inlinevirtual |
releaseInternal(void) | fe::Counted | inlineprotected |
reportTracker(void) (defined in fe::Counted) | fe::Counted | inlinestatic |
setActive(bool a_active) (defined in fe::Initialized) | fe::Initialized | inline |
setBrightness(Real a_brightness)=0 | fe::ext::DrawI | pure virtual |
setContrast(Real a_contrast)=0 | fe::ext::DrawI | pure virtual |
setDrawChain(sp< DrawI > a_spDrawI)=0 | fe::ext::DrawI | pure virtual |
setDrawMode(sp< DrawMode > mode)=0 | fe::ext::DrawI | pure virtual |
setFactoryIndex(I32 a_factoryIndex) | fe::Component | inline |
setLibrary(sp< Library > spLibrary) | fe::Component | |
setName(const String &name) | fe::Component | inline |
setSingleton(BWORD set) | fe::Component | inline |
setTransform(const SpatialTransform &a_rTransform)=0 | fe::ext::DrawI | pure virtual |
setView(sp< ViewI > spViewI)=0 | fe::ext::DrawI | pure virtual |
StripMode enum name | fe::ext::DrawI | |
suppressReport(void) (defined in fe::Counted) | fe::Counted | inlineprotected |
trackerCount(void) (defined in fe::Counted) | fe::Counted | inlinestatic |
trackReference(void *pReference, String what) (defined in fe::Counted) | fe::Counted | inline |
unbindVertexArray(void)=0 | fe::ext::DrawI | pure virtual |
unprotect(void) (defined in fe::Protectable) | fe::Protectable | inlinevirtual |
untrackReference(void *pReference) (defined in fe::Counted) | fe::Counted | inline |
verboseName(void) const | fe::Component | inline |
view(void) const =0 | fe::ext::DrawI | pure virtual |
~Component(void) (defined in fe::Component) | fe::Component | virtual |
~Counted(void) (defined in fe::Counted) | fe::Counted | inlinevirtual |
~Handled(void) (defined in fe::Handled< Component >) | fe::Handled< Component > | inlinevirtual |
~Initialized(void) (defined in fe::Initialized) | fe::Initialized | inlinevirtual |