diff options
Diffstat (limited to 'src/JSystem/J2DGraph/J2DTextBox.cpp')
| -rw-r--r-- | src/JSystem/J2DGraph/J2DTextBox.cpp | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/src/JSystem/J2DGraph/J2DTextBox.cpp b/src/JSystem/J2DGraph/J2DTextBox.cpp new file mode 100644 index 00000000..b04bc13b --- /dev/null +++ b/src/JSystem/J2DGraph/J2DTextBox.cpp @@ -0,0 +1,77 @@ +// +// Generated by dtk +// Translation Unit: J2DTextBox.cpp +// + +#include "JSystem/J2DGraph/J2DTextBox.h" +#include "dolphin/types.h" + +/* 802D51D8-802D5268 .text __ct__10J2DTextBoxFPCcPCc */ +J2DTextBox::J2DTextBox(const char*, const char*) { + /* Nonmatching */ +} + +/* 802D5268-802D55D4 .text __ct__10J2DTextBoxFP7J2DPaneP20JSURandomInputStream */ +J2DTextBox::J2DTextBox(J2DPane*, JSURandomInputStream*) { + /* Nonmatching */ +} + +/* 802D55D4-802D5660 .text __ct__10J2DTextBoxFUlRCQ29JGeometry8TBox2<f>PC7ResFONTPCc18J2DTextBoxHBinding18J2DTextBoxVBinding */ +J2DTextBox::J2DTextBox(unsigned long, const JGeometry::TBox2<float>&, const ResFONT*, const char*, J2DTextBoxHBinding, J2DTextBoxVBinding) { + /* Nonmatching */ +} + +/* 802D5660-802D5820 .text initiate__10J2DTextBoxFPC7ResFONTPCc18J2DTextBoxHBinding18J2DTextBoxVBinding */ +void J2DTextBox::initiate(const ResFONT*, const char*, J2DTextBoxHBinding, J2DTextBoxVBinding) { + /* Nonmatching */ +} + +/* 802D5820-802D58B8 .text __dt__10J2DTextBoxFv */ +J2DTextBox::~J2DTextBox() { + /* Nonmatching */ +} + +/* 802D58B8-802D5928 .text setFont__10J2DTextBoxFP7JUTFont */ +void J2DTextBox::setFont(JUTFont*) { + /* Nonmatching */ +} + +/* 802D5928-802D5AA4 .text draw__10J2DTextBoxFfff18J2DTextBoxHBinding */ +void J2DTextBox::draw(float, float, float, J2DTextBoxHBinding) { + /* Nonmatching */ +} + +/* 802D5AA4-802D5AAC .text getStringPtr__10J2DTextBoxCFv */ +void J2DTextBox::getStringPtr() const { + /* Nonmatching */ +} + +/* 802D5AAC-802D5B6C .text setString__10J2DTextBoxFPCce */ +void J2DTextBox::setString(const char*, ...) { + /* Nonmatching */ +} + +/* 802D5B6C-802D5BE4 .text setConnectParent__10J2DTextBoxFb */ +void J2DTextBox::setConnectParent(bool) { + /* Nonmatching */ +} + +/* 802D5BE4-802D5C4C .text drawSelf__10J2DTextBoxFff */ +void J2DTextBox::drawSelf(float, float) { + /* Nonmatching */ +} + +/* 802D5C4C-802D5DA4 .text drawSelf__10J2DTextBoxFffPA3_A4_f */ +void J2DTextBox::drawSelf(float, float, float(*)[3][4]) { + /* Nonmatching */ +} + +/* 802D5DA4-802D5EB0 .text resize__10J2DTextBoxFff */ +void J2DTextBox::resize(float, float) { + /* Nonmatching */ +} + +/* 802D5EB0-802D5EB8 .text getTypeID__10J2DTextBoxFv */ +void J2DTextBox::getTypeID() { + /* Nonmatching */ +} |
