![]() |
Community Core Vision 1.3
Cross platform, user friendly computer vision.
|
#include <ofxGuiPanel.h>
Public Member Functions | |
| ofxGuiPanel () | |
| void | init (int id, string name, int x, int y, int border, int spacing) |
| bool | update (int parameterId, int task, void *data, int length) |
| void | draw () |
| bool | mouseDragged (int x, int y, int button) |
| bool | mousePressed (int x, int y, int button) |
| bool | mouseReleased (int x, int y, int button) |
| ofxGuiSlider * | addSlider (int id, string name, int width, int height, float min, float max, float value, int display, int steps) |
| ofxGuiXYPad * | addXYPad (int id, string name, int width, int height, ofxPoint2f min, ofxPoint2f max, ofxPoint2f value, int display, int steps) |
| ofxGuiPoints * | addPoints (int id, string name, int width, int height, ofxPoint2f min, ofxPoint2f max, ofxPoint2f value, int display, int steps) |
| ofxGuiButton * | addButton (int id, string name, int width, int height, bool value, int mode, string image) |
| ofxGuiFiles * | addFiles (int id, string name, int width, int height, string value, string subPath, string suffix) |
| ofxGuiColor * | addColor (int id, string name, int width, int height, ofRGBA value, int mode) |
| ofxGuiMatrix * | addMatrix (int id, string name, int width, int height, int xGrid, int yGrid, int value, int mode, int spacing) |
| ofxGuiScope * | addScope (int id, string name, int width, int height, int length, ofxPoint2f value, int mode) |
| ofxGuiKnob * | addKnob (int id, string name, int width, int height, float min, float max, float value, int display, int steps) |
| void | adjustToNewContent (int w, int h) |
| void | buildFromXml () |
| void | saveToXml () |
Public Attributes | |
| int | mBorder |
| int | mSpacing |
| vector< ofxGuiObject * > | mObjects |
Definition at line 31 of file ofxGuiPanel.h.
| ofxGuiPanel::ofxGuiPanel | ( | ) |
Definition at line 16 of file ofxGuiPanel.cpp.
| ofxGuiButton * ofxGuiPanel::addButton | ( | int | id, |
| string | name, | ||
| int | width, | ||
| int | height, | ||
| bool | value, | ||
| int | mode, | ||
| string | image = "" |
||
| ) |
Definition at line 216 of file ofxGuiPanel.cpp.
| ofxGuiColor * ofxGuiPanel::addColor | ( | int | id, |
| string | name, | ||
| int | width, | ||
| int | height, | ||
| ofRGBA | value, | ||
| int | mode | ||
| ) |
Definition at line 246 of file ofxGuiPanel.cpp.
| ofxGuiFiles * ofxGuiPanel::addFiles | ( | int | id, |
| string | name, | ||
| int | width, | ||
| int | height, | ||
| string | value, | ||
| string | subPath, | ||
| string | suffix | ||
| ) |
Definition at line 231 of file ofxGuiPanel.cpp.
| ofxGuiKnob * ofxGuiPanel::addKnob | ( | int | id, |
| string | name, | ||
| int | width, | ||
| int | height, | ||
| float | min, | ||
| float | max, | ||
| float | value, | ||
| int | display, | ||
| int | steps | ||
| ) |
Definition at line 294 of file ofxGuiPanel.cpp.
| ofxGuiMatrix * ofxGuiPanel::addMatrix | ( | int | id, |
| string | name, | ||
| int | width, | ||
| int | height, | ||
| int | xGrid, | ||
| int | yGrid, | ||
| int | value, | ||
| int | mode, | ||
| int | spacing | ||
| ) |
Definition at line 261 of file ofxGuiPanel.cpp.
| ofxGuiPoints * ofxGuiPanel::addPoints | ( | int | id, |
| string | name, | ||
| int | width, | ||
| int | height, | ||
| ofxPoint2f | min, | ||
| ofxPoint2f | max, | ||
| ofxPoint2f | value, | ||
| int | display, | ||
| int | steps | ||
| ) |
Definition at line 201 of file ofxGuiPanel.cpp.
| ofxGuiScope * ofxGuiPanel::addScope | ( | int | id, |
| string | name, | ||
| int | width, | ||
| int | height, | ||
| int | length, | ||
| ofxPoint2f | value, | ||
| int | mode | ||
| ) |
Definition at line 276 of file ofxGuiPanel.cpp.
| ofxGuiSlider * ofxGuiPanel::addSlider | ( | int | id, |
| string | name, | ||
| int | width, | ||
| int | height, | ||
| float | min, | ||
| float | max, | ||
| float | value, | ||
| int | display, | ||
| int | steps | ||
| ) |
Definition at line 171 of file ofxGuiPanel.cpp.
| ofxGuiXYPad * ofxGuiPanel::addXYPad | ( | int | id, |
| string | name, | ||
| int | width, | ||
| int | height, | ||
| ofxPoint2f | min, | ||
| ofxPoint2f | max, | ||
| ofxPoint2f | value, | ||
| int | display, | ||
| int | steps | ||
| ) |
Definition at line 186 of file ofxGuiPanel.cpp.
| void ofxGuiPanel::adjustToNewContent | ( | int | w, |
| int | h | ||
| ) |
Definition at line 309 of file ofxGuiPanel.cpp.
| void ofxGuiPanel::buildFromXml | ( | ) | [virtual] |
Reimplemented from ofxGuiObject.
Definition at line 321 of file ofxGuiPanel.cpp.
| void ofxGuiPanel::draw | ( | ) | [virtual] |
Reimplemented from ofxGuiObject.
Definition at line 60 of file ofxGuiPanel.cpp.
| void ofxGuiPanel::init | ( | int | id, |
| string | name, | ||
| int | x, | ||
| int | y, | ||
| int | border, | ||
| int | spacing | ||
| ) |
Definition at line 23 of file ofxGuiPanel.cpp.
| bool ofxGuiPanel::mouseDragged | ( | int | x, |
| int | y, | ||
| int | button | ||
| ) | [virtual] |
Reimplemented from ofxGuiObject.
Definition at line 97 of file ofxGuiPanel.cpp.
| bool ofxGuiPanel::mousePressed | ( | int | x, |
| int | y, | ||
| int | button | ||
| ) | [virtual] |
Reimplemented from ofxGuiObject.
Definition at line 122 of file ofxGuiPanel.cpp.
| bool ofxGuiPanel::mouseReleased | ( | int | x, |
| int | y, | ||
| int | button | ||
| ) | [virtual] |
Reimplemented from ofxGuiObject.
Definition at line 148 of file ofxGuiPanel.cpp.
| void ofxGuiPanel::saveToXml | ( | ) | [virtual] |
Reimplemented from ofxGuiObject.
Definition at line 442 of file ofxGuiPanel.cpp.
| bool ofxGuiPanel::update | ( | int | parameterId, |
| int | task, | ||
| void * | data, | ||
| int | length | ||
| ) | [virtual] |
Reimplemented from ofxGuiObject.
Definition at line 41 of file ofxGuiPanel.cpp.
Definition at line 62 of file ofxGuiPanel.h.
| vector<ofxGuiObject*> ofxGuiPanel::mObjects |
Definition at line 64 of file ofxGuiPanel.h.
Definition at line 62 of file ofxGuiPanel.h.
1.7.4