ofDocsdocumentation addons ofxGui ofxBaseGui

ofxBaseGui


bindFontTexture( )

void bindFontTexture()

draw( )

void draw()

generateDraw( )

void generateDraw()

getBackgroundColor( )

ofColor getBackgroundColor()

getBorderColor( )

ofColor getBorderColor()

getFillColor( )

ofColor getFillColor()

getHeaderBackgroundColor( )

ofColor getHeaderBackgroundColor()

getHeight( )

float getHeight()

getName( )

string getName()

getParameter( )

ofAbstractParameter & getParameter()

getParent( )

ofxBaseGui * getParent()

getPosition( )

ofPoint getPosition()

getShape( )

ofRectangle getShape()

getTextBoundingBox( ... )

ofRectangle getTextBoundingBox(const string &text, float x, float y)

getTextColor( )

ofColor getTextColor()

getTextMesh( ... )

ofMesh getTextMesh(const string &text, float x, float y)

getWidth( )

float getWidth()

isGuiDrawing( )

bool isGuiDrawing()

loadFont( ... )

void loadFont(const string &filename, int fontsize, bool _bAntiAliased=true, bool _bFullCharacterSet=false, int dpi=0)

loadFont( ... )

void loadFont(const ofTrueTypeFontSettings &fontSettings)

loadFrom( ... )

void loadFrom(T &serializer)

loadFromFile( ... )

void loadFromFile(const string &filename)

loadStencilFromHex( ... )

void loadStencilFromHex(ofTexture &img, unsigned char *data)

mouseDragged( ... )

bool mouseDragged(ofMouseEventArgs &args)

mouseEntered( ... )

void mouseEntered(ofMouseEventArgs &)

mouseExited( ... )

void mouseExited(ofMouseEventArgs &)

mouseMoved( ... )

bool mouseMoved(ofMouseEventArgs &args)

mousePressed( ... )

bool mousePressed(ofMouseEventArgs &args)

mouseReleased( ... )

bool mouseReleased(ofMouseEventArgs &args)

mouseScrolled( ... )

bool mouseScrolled(ofMouseEventArgs &args)

ofxBaseGui( )

ofxBaseGui()

registerMouseEvents( )

void registerMouseEvents()

render( )

void render()

saveTo( ... )

void saveTo(T &serializer)

saveToFile( ... )

void saveToFile(const string &filename)

setBackgroundColor( ... )

void setBackgroundColor(const ofColor &color)

setBorderColor( ... )

void setBorderColor(const ofColor &color)

setDefaultBackgroundColor( ... )

void setDefaultBackgroundColor(const ofColor &color)

setDefaultBorderColor( ... )

void setDefaultBorderColor(const ofColor &color)

setDefaultEventsPriority( ... )

void setDefaultEventsPriority(ofEventOrder eventsPriority)

setDefaultFillColor( ... )

void setDefaultFillColor(const ofColor &color)

setDefaultHeaderBackgroundColor( ... )

void setDefaultHeaderBackgroundColor(const ofColor &color)

setDefaultHeight( ... )

void setDefaultHeight(int height)

setDefaultTextColor( ... )

void setDefaultTextColor(const ofColor &color)

setDefaultTextPadding( ... )

void setDefaultTextPadding(int padding)

setDefaultWidth( ... )

void setDefaultWidth(int width)

setFillColor( ... )

void setFillColor(const ofColor &color)

setHeaderBackgroundColor( ... )

void setHeaderBackgroundColor(const ofColor &color)

setName( ... )

void setName(const string &name)

setNeedsRedraw( )

void setNeedsRedraw()

setParent( ... )

void setParent(ofxBaseGui *parent)

setPosition( ... )

void setPosition(const ofPoint &p)

setPosition( ... )

void setPosition(float x, float y)

setShape( ... )

void setShape(ofRectangle r)

setShape( ... )

void setShape(float x, float y, float w, float h)

setSize( ... )

void setSize(float w, float h)

setTextColor( ... )

void setTextColor(const ofColor &color)

setUseTTF( ... )

void setUseTTF(bool bUseTTF)

setValue( ... )

bool setValue(float mx, float my, bool bCheckBounds)

sizeChangedCB( )

void sizeChangedCB()

unbindFontTexture( )

void unbindFontTexture()

unregisterMouseEvents( )

void unregisterMouseEvents()

~ofxBaseGui( )

~ofxBaseGui()