#include <J2DPane.h>
|
| J2DPane () |
|
| J2DPane (J2DPane *, bool, u64, const JGeometry::TBox2< f32 > &) |
|
| J2DPane (u64, const JGeometry::TBox2< f32 > &) |
|
| J2DPane (J2DPane *other, JSURandomInputStream *stream, u8 arg3) |
|
void | initiate () |
|
void | initialize (J2DPane *, bool, u64, const JGeometry::TBox2< f32 > &) |
|
void | initialize (u64 tag, const JGeometry::TBox2< f32 > &dim) |
|
void | makePaneStream (J2DPane *other, JSURandomInputStream *stream) |
|
void | changeUseTrans (J2DPane *other) |
|
bool | appendChild (J2DPane *child) |
|
bool | insertChild (J2DPane *before, J2DPane *child) |
|
void | draw (f32 a1, f32 a2, const J2DGrafContext *ctx, bool a4, bool a5) |
|
void | place (const JGeometry::TBox2< f32 > &dim) |
|
JGeometry::TBox2< f32 > & | getBounds () |
|
void | rotate (f32 offsetX, f32 offsetY, J2DRotateAxis axis, f32 angle) |
|
void | rotate (f32 angle) |
|
void | clip (const JGeometry::TBox2< f32 > &bounds) |
|
void | setBasePosition (J2DBasePosition position) |
|
void | setInfluencedAlpha (bool arg1, bool arg2) |
|
Vec | getGlbVtx (u8 arg1) const |
|
J2DPane * | getFirstChildPane () |
|
J2DPane * | getNextChildPane () |
|
J2DPane * | getParentPane () |
|
void | makePaneExStream (J2DPane *other, JSURandomInputStream *stream) |
|
void * | getPointer (JSURandomInputStream *stream, u32 size, JKRArchive *archive) |
|
void | animationTransform () |
|
void | updateTransform (const J2DAnmTransform *transform) |
|
virtual | ~J2DPane () |
|
virtual u16 | getTypeID () const |
|
virtual void | move (f32 x, f32 y) |
|
virtual void | add (f32 x, f32 y) |
|
virtual void | resize (f32 x, f32 y) |
|
virtual void | setCullBack (bool cull) |
|
virtual void | setCullBack (_GXCullMode cmode) |
|
virtual void | setAlpha (u8) |
|
virtual bool | setConnectParent (bool connected) |
|
virtual void | calcMtx () |
|
virtual void | update () |
|
virtual void | drawSelf (f32 arg1, f32 arg2) |
|
virtual void | drawSelf (f32 arg1, f32 arg2, Mtx *mtx) |
|
virtual J2DPane * | search (u64 tag) |
|
virtual J2DPane * | searchUserInfo (u64 tag) |
|
virtual void | makeMatrix (f32 a, f32 b) |
|
virtual void | makeMatrix (f32 a, f32 b, f32 c, f32 d) |
|
virtual bool | isUsed (const ResTIMG *timg) |
|
virtual bool | isUsed (const ResFONT *font) |
|
virtual void | clearAnmTransform () |
|
virtual void | rewriteAlpha () |
|
virtual void | setAnimation (J2DAnmBase *anm) |
|
virtual void | setAnimation (J2DAnmTransform *anm) |
|
virtual void | setAnimation (J2DAnmColor *anm) |
|
virtual void | setAnimation (J2DAnmTexPattern *anm) |
|
virtual void | setAnimation (J2DAnmTextureSRTKey *anm) |
|
virtual void | setAnimation (J2DAnmTevRegKey *anm) |
|
virtual void | setAnimation (J2DAnmVisibilityFull *anm) |
|
virtual void | setAnimation (J2DAnmVtxColor *anm) |
|
virtual const J2DAnmTransform * | animationTransform (const J2DAnmTransform *transform) |
|
virtual void | setVisibileAnimation (J2DAnmVisibilityFull *visibility) |
|
virtual void | setAnimationVF (J2DAnmVisibilityFull *visibility) |
|
virtual void | setVtxColorAnimation (J2DAnmVtxColor *vtx_color) |
|
virtual void | setAnimationVC (J2DAnmVtxColor *vtx_color) |
|
virtual const J2DAnmTransform * | animationPane (const J2DAnmTransform *transform) |
|
f32 | getHeight () const |
|
f32 | getWidth () const |
|
JSUTree< J2DPane > * | getFirstChild () |
|
JSUTree< J2DPane > * | getEndChild () |
|
const JSUTree< J2DPane > * | getPaneTree () |
|
u8 | getAlpha () const |
|
f32 | getScaleX () const |
|
f32 | getScaleY () const |
|
f32 | getTranslateX () const |
|
f32 | getTranslateY () const |
|
f32 | getRotateZ () const |
|
f32 | getRotOffsetX () const |
|
f32 | getRotOffsetY () const |
|
MtxP | getGlbMtx () |
|
JGeometry::TBox2< f32 > & | getGlbBounds () |
|
void | setMtx (Mtx m) |
|
void | translate (f32 transX, f32 transY) |
|
void | scale (f32 scaleH, f32 scaleV) |
|
int | getKind () const |
|
bool | isVisible () const |
|
void | show () |
|
void | hide () |
|
bool | isConnectParent () const |
|
void | setUserInfo (u64 info) |
|
const Mtx * | getMtx () const |
|
◆ J2DPane() [1/4]
◆ J2DPane() [2/4]
◆ J2DPane() [3/4]
◆ J2DPane() [4/4]
◆ ~J2DPane()
◆ add()
◆ animationPane()
◆ animationTransform() [1/2]
void J2DPane::animationTransform |
( |
| ) |
|
◆ animationTransform() [2/2]
◆ appendChild()
◆ calcMtx()
◆ changeUseTrans()
◆ clearAnmTransform()
void J2DPane::clearAnmTransform |
( |
| ) |
|
|
virtual |
◆ clip()
◆ draw()
◆ drawSelf() [1/2]
◆ drawSelf() [2/2]
◆ getAlpha()
u8 J2DPane::getAlpha |
( |
| ) |
const |
|
inline |
◆ getBounds()
◆ getEndChild()
◆ getFirstChild()
◆ getFirstChildPane()
J2DPane * J2DPane::getFirstChildPane |
( |
| ) |
|
◆ getGlbBounds()
◆ getGlbMtx()
MtxP J2DPane::getGlbMtx |
( |
| ) |
|
|
inline |
◆ getGlbVtx()
Vec J2DPane::getGlbVtx |
( |
u8 |
arg1 | ) |
const |
◆ getHeight()
f32 J2DPane::getHeight |
( |
| ) |
const |
|
inline |
◆ getKind()
int J2DPane::getKind |
( |
| ) |
const |
|
inline |
◆ getMtx()
◆ getNextChildPane()
J2DPane * J2DPane::getNextChildPane |
( |
| ) |
|
◆ getPaneTree()
◆ getParentPane()
J2DPane * J2DPane::getParentPane |
( |
| ) |
|
◆ getPointer()
◆ getRotateZ()
f32 J2DPane::getRotateZ |
( |
| ) |
const |
|
inline |
◆ getRotOffsetX()
f32 J2DPane::getRotOffsetX |
( |
| ) |
const |
|
inline |
◆ getRotOffsetY()
f32 J2DPane::getRotOffsetY |
( |
| ) |
const |
|
inline |
◆ getScaleX()
f32 J2DPane::getScaleX |
( |
| ) |
const |
|
inline |
◆ getScaleY()
f32 J2DPane::getScaleY |
( |
| ) |
const |
|
inline |
◆ getTranslateX()
f32 J2DPane::getTranslateX |
( |
| ) |
const |
|
inline |
◆ getTranslateY()
f32 J2DPane::getTranslateY |
( |
| ) |
const |
|
inline |
◆ getTypeID()
◆ getWidth()
f32 J2DPane::getWidth |
( |
| ) |
const |
|
inline |
◆ hide()
◆ initialize() [1/2]
◆ initialize() [2/2]
◆ initiate()
void J2DPane::initiate |
( |
| ) |
|
◆ insertChild()
◆ isConnectParent()
bool J2DPane::isConnectParent |
( |
| ) |
const |
|
inline |
◆ isUsed() [1/2]
◆ isUsed() [2/2]
◆ isVisible()
bool J2DPane::isVisible |
( |
| ) |
const |
|
inline |
◆ J2DCast_F32_to_S16()
s16 J2DPane::J2DCast_F32_to_S16 |
( |
f32 |
value, |
|
|
u8 |
arg2 |
|
) |
| |
|
static |
◆ makeMatrix() [1/2]
◆ makeMatrix() [2/2]
◆ makePaneExStream()
◆ makePaneStream()
◆ move()
◆ place()
◆ resize()
◆ rewriteAlpha()
void J2DPane::rewriteAlpha |
( |
| ) |
|
|
virtual |
◆ rotate() [1/2]
◆ rotate() [2/2]
◆ scale()
◆ search()
◆ searchUserInfo()
◆ setAlpha()
void J2DPane::setAlpha |
( |
u8 |
alpha | ) |
|
|
virtual |
◆ setAnimation() [1/8]
◆ setAnimation() [2/8]
◆ setAnimation() [3/8]
◆ setAnimation() [4/8]
◆ setAnimation() [5/8]
◆ setAnimation() [6/8]
◆ setAnimation() [7/8]
◆ setAnimation() [8/8]
◆ setAnimationVC()
◆ setAnimationVF()
◆ setBasePosition()
◆ setConnectParent()
bool J2DPane::setConnectParent |
( |
bool |
connected | ) |
|
|
virtual |
◆ setCullBack() [1/2]
◆ setCullBack() [2/2]
◆ setInfluencedAlpha()
◆ setMtx()
◆ setUserInfo()
void J2DPane::setUserInfo |
( |
u64 |
info | ) |
|
|
inline |
◆ setVisibileAnimation()
◆ setVtxColorAnimation()
◆ show()
◆ translate()
void J2DPane::translate |
( |
f32 |
transX, |
|
|
f32 |
transY |
|
) |
| |
|
inline |
◆ update()
◆ updateTransform()
◆ _fc
◆ field_0x4
◆ mAlpha
◆ mBasePosition
u8 J2DPane::mBasePosition |
◆ mBounds
◆ mClipRect
◆ mColorAlpha
◆ mConnected
◆ mCullMode
◆ mGlobalBounds
◆ mGlobalMtx
◆ mInfoTag
◆ mIsInfluencedAlpha
bool J2DPane::mIsInfluencedAlpha |
◆ mKind
◆ mPaneTree
◆ mPositionMtx
Mtx J2DPane::mPositionMtx |
◆ mRotateOffsetX
f32 J2DPane::mRotateOffsetX |
◆ mRotateOffsetY
f32 J2DPane::mRotateOffsetY |
◆ mRotateX
◆ mRotateY
◆ mRotateZ
◆ mRotAxis
◆ mScaleX
◆ mScaleY
◆ mTransform
◆ mTranslateX
◆ mTranslateY
◆ mUserInfoTag
u64 J2DPane::mUserInfoTag |
◆ mVisible
◆ static_mBounds
The documentation for this class was generated from the following files: