mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-22 06:20:02 -04:00
J2DPane match
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
||||
void initiate();
|
||||
void makePaneStream(J2DPane* other, JSURandomInputStream* stream);
|
||||
bool insertChild(J2DPane* before, J2DPane* child);
|
||||
void draw(f32 a1, f32 a2, const J2DGrafContext* ctx, bool a4);
|
||||
void draw(f32 x, f32 y, const J2DGrafContext* ctx, bool clip);
|
||||
void clip(const JGeometry::TBox2<f32>& bounds);
|
||||
void setBasePosition(J2DBasePosition position);
|
||||
|
||||
|
||||
@@ -201,6 +201,8 @@ public:
|
||||
|
||||
bool operator!=(JSUTree<T>* other) { return this->mTree != other; }
|
||||
|
||||
operator bool() const { return this->mTree != NULL; }
|
||||
|
||||
JSUTreeIterator<T> operator++(int) {
|
||||
JSUTreeIterator<T> prev = *this;
|
||||
this->mTree = this->mTree->getNextChild();
|
||||
|
||||
Reference in New Issue
Block a user