Home
last modified time | relevance | path

Searched refs:KrBox (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/kyra/kyra/engine/
H A Dbox.cpp38 KrBox::KrBox( KrBoxResource* _resource ) in KrBox() function in KrBox
45 KrBox::KrBox( int width, int height, KrRGBA color, int boxtype ) in KrBox() function in KrBox
51 KrBox::~KrBox() in ~KrBox()
58 void KrBox::SetSize( int w, int h ) in SetSize()
74 void KrBox::SetBoxColor( KrRGBA color ) in SetBoxColor()
87 void KrBox::SetType( int boxtype ) in SetType()
103 void KrBox::Draw( KrPaintInfo* paintInfo, in Draw()
118 void KrBox::CalcTransform( int win ) in CalcTransform()
127 bool KrBox::HitTest( int x, int y, int flags, std::vector<KrImage*>* results, int window ) in HitTest()
153 void KrBox::QueryBoundingBox( Rectangle2I* boundingBox, int win ) in QueryBoundingBox()
[all …]
H A Dbox.h58 class KrBox : public KrImage
63 KrBox( KrBoxResource* resource );
64 KrBox( int width, int height, KrRGBA color, int boxtype );
66 virtual ~KrBox();
68 virtual KrBox* ToBox() { return this; } in ToBox()
H A Dimnode.h58 class KrBox; variable
158 virtual KrBox* ToBox() { return 0; } ///< Return a pointer if this is a box. in ToBox()
H A Dboxresource.h40 class KrBox; variable
/dports/devel/kyra/kyra/spriteed/
H A Ddom.h50 class KrBox; variable
96 virtual bool IsThisYours( KrBox* box) { return false; } in IsThisYours()
97 EdWidget* FindWidget( KrBox* box, int flags );
141 virtual bool IsThisYours( KrBox* _box) { //GLOUTPUT( "Check Tile\n" ); in IsThisYours()
156 KrBox* box;
175 virtual bool IsThisYours( KrBox* box) { //GLOUTPUT( "Check Sprite\n" ); in IsThisYours()
198 virtual bool IsThisYours( KrBox* box) { //GLOUTPUT( "Check Action\n" ); in IsThisYours()
222 virtual bool IsThisYours( KrBox* _box) { in IsThisYours()
247 KrBox* box;
248 KrBox* crossV;
[all …]
H A Ddom.cpp106 EdWidget* EdWidget::FindWidget( KrBox* box, int flags ) in FindWidget()
248 box = new KrBox( normalRes ); in EdWidgetFrame()
266 crossV = new KrBox( crossVRes ); in EdWidgetFrame()
272 crossH = new KrBox( crossHRes ); in EdWidgetFrame()
333 box = new KrBox( normalRes ); in SetFrameData()
409 box = new KrBox( normalRes ); in EdWidgetTile()
443 box = new KrBox( normalRes ); in Set()
H A Dsharedstate.h62 class KrBox; variable
172 KrBox* infoBoxBack;
H A Dstateview.cpp70 KrBox* box; in EdStateView()
71 box = new KrBox( alignVRes ); in EdStateView()
77 box = new KrBox( alignHRes ); in EdStateView()
464 krimNode = new KrBox( dragRes ); in Drag()
/dports/devel/kyra/kyra/guiExtended/
H A Dprogress.cpp31 m_progress = new KrBox(m_progressres); in KrProgress()
32 m_border = new KrBox(m_borderres); in KrProgress()
61 m_progress = new KrBox(m_progressres); in KrProgress()
62 m_border = new KrBox(m_borderres); in KrProgress()
105 m_progress = new KrBox(m_progressres); in SetBarColors()
106 m_border = new KrBox(m_borderres); in SetBarColors()
226 m_progress = new KrBox(m_progressres); in Update()
H A Dprogress.h27 KrBox* m_progress;
28 KrBox* m_border;
H A DKrImageListBox.h73 std::vector< KrBox* > objectViewImages;
H A DKrImageListBox.cpp60 objectViewImages[i] = new KrBox(width, imageHeight, scheme.primary, KrBoxResource::FILL); in AddedtoTree()
/dports/devel/kyra/kyra/encoder/
H A Doutput.cpp131 KrBox* box = new KrBox( boxRes ); in EncoderOutput()
156 KrBox* hotX = new KrBox( hotResX ); in EncoderOutput()
157 KrBox* hotY = new KrBox( hotResY ); in EncoderOutput()
189 KrBox* box = new KrBox( boxRes ); in EncoderOutput()
/dports/devel/kyra/kyra/gui/
H A Dwidget.cpp137 horD = new KrBox( horDR ); in AddToTree()
139 horL = new KrBox( horLR ); in AddToTree()
141 vertD = new KrBox( vertDR ); in AddToTree()
143 vertL = new KrBox( vertLR ); in AddToTree()
H A Dconsole.h57 class KrBox; variable
166 KrBox* background;
H A Dtextwidget.cpp111 plate = new KrBox( plateRes ); in AddedtoTree()
132 cursor = new KrBox( cursorRes ); in AddedtoTree()
H A Dtextwidget.h110 KrBox *plate, *cursor;
H A Dbutton.h98 KrBox *plate;
H A Dwidget.h179 KrBox *vertD, *vertL, *horD, *horL;
H A Dconsole.cpp127 background = new KrBox( backgroundRes ); in SetBackgroundColor()
H A Dbutton.cpp199 plate = new KrBox( plateRes ); in AddedtoTree()
/dports/devel/kyra/kyra/tests/
H A Dscale.cpp144 center = new KrBox( centerRes ); in ScalingTest()
279 KrBox* box = new KrBox( boxRes ); in DrawFrame()
H A Ddemos.h51 class KrBox; variable
340 KrBox* track;
510 KrBox* box[NUM_TEXT_BOX];
539 KrBox* center;
H A Dtext.cpp141 box[i] = new KrBox( boxRes ); in TextTest()
145 box[i] = new KrBox( boxResSolid ); in TextTest()
/dports/devel/kyra/kyra/mapmaker/
H A Dmapmaker.cpp76 KrBox* whereBox = new KrBox( layout.Engine()->ScreenBounds( Layout::MAIN_VIEW ).Width(), in main()

12