42GUITextureBaseNode::GUITextureBaseNode(
50 const string& backgroundImage,
52 const GUIColor& backgroundImageEffectColorMul,
53 const GUIColor& backgroundImageEffectColorAdd,
67 GUINode(screenNode, parentNode, id, flow, alignments, requestedConstraints, backgroundColor, backgroundImage, backgroundImageScale9Grid, backgroundImageEffectColorMul, backgroundImageEffectColorAdd, border, padding, showOn, hideOn)
129 auto renderAreaLeft = ((left) / (screenWidth / 2.0f)) - 1.0f;
130 auto renderAreaTop = ((screenHeight - top) / (screenHeight / 2.0f)) + renderOffsetYCurrent - 1.0f;
131 auto renderAreaRight = ((left + width) / (screenWidth / 2.0f)) - 1.0f;
132 auto renderAreaBottom = ((screenHeight - top - height) / (screenHeight / 2.0f)) + renderOffsetYCurrent - 1.0f;
160 ((left) / (screenWidth / 2.0f)) - 1.0f,
161 ((screenHeight - top) / (screenHeight / 2.0f)) - 1.0f,
162 1.0f, 1.0f, 1.0f, 1.0f,
165 ((left + width) / (screenWidth / 2.0f)) - 1.0f,
166 ((screenHeight - top) / (screenHeight / 2.0f)) - 1.0f,
167 1.0f, 1.0f, 1.0f, 1.0f,
170 ((left + width) / (screenWidth / 2.0f)) - 1.0f,
171 ((screenHeight - top - height) / (screenHeight / 2.0f)) - 1.0f,
172 1.0f, 1.0f, 1.0f, 1.0f,
175 ((left) / (screenWidth / 2.0f)) - 1.0f,
176 ((screenHeight - top - height) / (screenHeight / 2.0f)) - 1.0f,
177 1.0f, 1.0f, 1.0f, 1.0f,
212 float imageScreenScale9Left = imageScreenLeft + scaledScale9Grid.
left;
213 float imageScreenScale9Top = imageScreenTop + scaledScale9Grid.
top;
216 float imageScreenScale9Right = imageScreenLeft + imageScreenWidth - scaledScale9Grid.
right;
217 float imageScreenScale9Bottom = imageScreenTop + imageScreenHeight - scaledScale9Grid.
bottom;
221 if (scaledScale9Grid.
left > 0 && scaledScale9Grid.
top > 0) {
222 float left = imageScreenLeft;
223 float top = imageScreenTop;
224 float width = scaledScale9Grid.
left;
225 float height = scaledScale9Grid.
top;
227 ((left) / (screenWidth / 2.0f)) - 1.0f,
228 ((screenHeight - top) / (screenHeight / 2.0f)) - 1.0f,
229 1.0f, 1.0f, 1.0f, 1.0f,
232 ((left + width) / (screenWidth / 2.0f)) - 1.0f,
233 ((screenHeight - top) / (screenHeight / 2.0f)) - 1.0f,
234 1.0f, 1.0f, 1.0f, 1.0f,
237 ((left + width) / (screenWidth / 2.0f)) - 1.0f,
238 ((screenHeight - top - height) / (screenHeight / 2.0f)) - 1.0f,
239 1.0f, 1.0f, 1.0f, 1.0f,
242 ((left) / (screenWidth / 2.0f)) - 1.0f,
243 ((screenHeight - top - height) / (screenHeight / 2.0f)) - 1.0f,
244 1.0f, 1.0f, 1.0f, 1.0f,
250 if (scaledScale9Grid.
top > 0) {
251 float left = imageScreenScale9Left;
252 float top = imageScreenTop;
253 float width = imageScreenWidth - scaledScale9Grid.
left - scaledScale9Grid.
right;
254 float height = scaledScale9Grid.
top;
256 ((left) / (screenWidth / 2.0f)) - 1.0f,
257 ((screenHeight - top) / (screenHeight / 2.0f)) - 1.0f,
258 1.0f, 1.0f, 1.0f, 1.0f,
261 ((left + width) / (screenWidth / 2.0f)) - 1.0f,
262 ((screenHeight - top) / (screenHeight / 2.0f)) - 1.0f,
263 1.0f, 1.0f, 1.0f, 1.0f,
266 ((left + width) / (screenWidth / 2.0f)) - 1.0f,
267 ((screenHeight - top - height) / (screenHeight / 2.0f)) - 1.0f,
268 1.0f, 1.0f, 1.0f, 1.0f,
271 ((left) / (screenWidth / 2.0f)) - 1.0f,
272 ((screenHeight - top - height) / (screenHeight / 2.0f)) - 1.0f,
273 1.0f, 1.0f, 1.0f, 1.0f,
279 if (scaledScale9Grid.
right > 0 && scaledScale9Grid.
top > 0) {
280 float left = imageScreenScale9Right;
281 float top = imageScreenTop;
282 float width = scaledScale9Grid.
right;
283 float height = scaledScale9Grid.
top;
285 ((left) / (screenWidth / 2.0f)) - 1.0f,
286 ((screenHeight - top) / (screenHeight / 2.0f)) - 1.0f,
287 1.0f, 1.0f, 1.0f, 1.0f,
290 ((left + width) / (screenWidth / 2.0f)) - 1.0f,
291 ((screenHeight - top) / (screenHeight / 2.0f)) - 1.0f,
292 1.0f, 1.0f, 1.0f, 1.0f,
295 ((left + width) / (screenWidth / 2.0f)) - 1.0f,
296 ((screenHeight - top - height) / (screenHeight / 2.0f)) - 1.0f,
297 1.0f, 1.0f, 1.0f, 1.0f,
300 ((left) / (screenWidth / 2.0f)) - 1.0f,
301 ((screenHeight - top - height) / (screenHeight / 2.0f)) - 1.0f,
302 1.0f, 1.0f, 1.0f, 1.0f,
308 if (scaledScale9Grid.
right > 0 && scaledScale9Grid.
bottom > 0) {
309 float left = imageScreenScale9Right;
310 float top = imageScreenScale9Bottom;
311 float width = scaledScale9Grid.
right;
312 float height = scaledScale9Grid.
bottom;
314 ((left) / (screenWidth / 2.0f)) - 1.0f,
315 ((screenHeight - top) / (screenHeight / 2.0f)) - 1.0f,
316 1.0f, 1.0f, 1.0f, 1.0f,
319 ((left + width) / (screenWidth / 2.0f)) - 1.0f,
320 ((screenHeight - top) / (screenHeight / 2.0f)) - 1.0f,
321 1.0f, 1.0f, 1.0f, 1.0f,
324 ((left + width) / (screenWidth / 2.0f)) - 1.0f,
325 ((screenHeight - top - height) / (screenHeight / 2.0f)) - 1.0f,
326 1.0f, 1.0f, 1.0f, 1.0f,
329 ((left) / (screenWidth / 2.0f)) - 1.0f,
330 ((screenHeight - top - height) / (screenHeight / 2.0f)) - 1.0f,
331 1.0f, 1.0f, 1.0f, 1.0f,
337 if (scaledScale9Grid.
bottom > 0) {
338 float left = imageScreenScale9Left;
339 float top = imageScreenScale9Bottom;
340 float width = imageScreenWidth - scaledScale9Grid.
left - scaledScale9Grid.
right;
341 float height = scaledScale9Grid.
bottom;
343 ((left) / (screenWidth / 2.0f)) - 1.0f,
344 ((screenHeight - top) / (screenHeight / 2.0f)) - 1.0f,
345 1.0f, 1.0f, 1.0f, 1.0f,
348 ((left + width) / (screenWidth / 2.0f)) - 1.0f,
349 ((screenHeight - top) / (screenHeight / 2.0f)) - 1.0f,
350 1.0f, 1.0f, 1.0f, 1.0f,
353 ((left + width) / (screenWidth / 2.0f)) - 1.0f,
354 ((screenHeight - top - height) / (screenHeight / 2.0f)) - 1.0f,
355 1.0f, 1.0f, 1.0f, 1.0f,
358 ((left) / (screenWidth / 2.0f)) - 1.0f,
359 ((screenHeight - top - height) / (screenHeight / 2.0f)) - 1.0f,
360 1.0f, 1.0f, 1.0f, 1.0f,
366 if (scaledScale9Grid.
left > 0 && scaledScale9Grid.
bottom > 0) {
367 float left = imageScreenLeft;
368 float top = imageScreenScale9Bottom;
369 float width = scaledScale9Grid.
left;
370 float height = scaledScale9Grid.
bottom;
372 ((left) / (screenWidth / 2.0f)) - 1.0f,
373 ((screenHeight - top) / (screenHeight / 2.0f)) - 1.0f,
374 1.0f, 1.0f, 1.0f, 1.0f,
377 ((left + width) / (screenWidth / 2.0f)) - 1.0f,
378 ((screenHeight - top) / (screenHeight / 2.0f)) - 1.0f,
379 1.0f, 1.0f, 1.0f, 1.0f,
382 ((left + width) / (screenWidth / 2.0f)) - 1.0f,
383 ((screenHeight - top - height) / (screenHeight / 2.0f)) - 1.0f,
384 1.0f, 1.0f, 1.0f, 1.0f,
387 ((left) / (screenWidth / 2.0f)) - 1.0f,
388 ((screenHeight - top - height) / (screenHeight / 2.0f)) - 1.0f,
389 1.0f, 1.0f, 1.0f, 1.0f,
395 if (scaledScale9Grid.
left > 0) {
396 float left = imageScreenLeft;
397 float top = imageScreenScale9Top;
398 float width = scaledScale9Grid.
left;
399 float height = imageScreenHeight - scaledScale9Grid.
top - scaledScale9Grid.
bottom;
401 ((left) / (screenWidth / 2.0f)) - 1.0f,
402 ((screenHeight - top) / (screenHeight / 2.0f)) - 1.0f,
403 1.0f, 1.0f, 1.0f, 1.0f,
406 ((left + width) / (screenWidth / 2.0f)) - 1.0f,
407 ((screenHeight - top) / (screenHeight / 2.0f)) - 1.0f,
408 1.0f, 1.0f, 1.0f, 1.0f,
411 ((left + width) / (screenWidth / 2.0f)) - 1.0f,
412 ((screenHeight - top - height) / (screenHeight / 2.0f)) - 1.0f,
413 1.0f, 1.0f, 1.0f, 1.0f,
416 ((left) / (screenWidth / 2.0f)) - 1.0f,
417 ((screenHeight - top - height) / (screenHeight / 2.0f)) - 1.0f,
418 1.0f, 1.0f, 1.0f, 1.0f,
424 if (scaledScale9Grid.
right > 0) {
425 float left = imageScreenScale9Right;
426 float top = imageScreenScale9Top;
427 float width = scaledScale9Grid.
right;
428 float height = imageScreenHeight - scaledScale9Grid.
top - scaledScale9Grid.
bottom;
430 ((left) / (screenWidth / 2.0f)) - 1.0f,
431 ((screenHeight - top) / (screenHeight / 2.0f)) - 1.0f,
432 1.0f, 1.0f, 1.0f, 1.0f,
435 ((left + width) / (screenWidth / 2.0f)) - 1.0f,
436 ((screenHeight - top) / (screenHeight / 2.0f)) - 1.0f,
437 1.0f, 1.0f, 1.0f, 1.0f,
440 ((left + width) / (screenWidth / 2.0f)) - 1.0f,
441 ((screenHeight - top - height) / (screenHeight / 2.0f)) - 1.0f,
442 1.0f, 1.0f, 1.0f, 1.0f,
445 ((left) / (screenWidth / 2.0f)) - 1.0f,
446 ((screenHeight - top - height) / (screenHeight / 2.0f)) - 1.0f,
447 1.0f, 1.0f, 1.0f, 1.0f,
454 float left = imageScreenScale9Left;
455 float top = imageScreenScale9Top;
456 float width = imageScreenWidth - scaledScale9Grid.
left - scaledScale9Grid.
right;
457 float height = imageScreenHeight - scaledScale9Grid.
top - scaledScale9Grid.
bottom;
459 ((left) / (screenWidth / 2.0f)) - 1.0f,
460 ((screenHeight - top) / (screenHeight / 2.0f)) - 1.0f,
461 1.0f, 1.0f, 1.0f, 1.0f,
464 ((left + width) / (screenWidth / 2.0f)) - 1.0f,
465 ((screenHeight - top) / (screenHeight / 2.0f)) - 1.0f,
466 1.0f, 1.0f, 1.0f, 1.0f,
469 ((left + width) / (screenWidth / 2.0f)) - 1.0f,
470 ((screenHeight - top - height) / (screenHeight / 2.0f)) - 1.0f,
471 1.0f, 1.0f, 1.0f, 1.0f,
474 ((left) / (screenWidth / 2.0f)) - 1.0f,
475 ((screenHeight - top - height) / (screenHeight / 2.0f)) - 1.0f,
476 1.0f, 1.0f, 1.0f, 1.0f,
536 Engine::getInstance()->getTextureManager()->removeTexture(
maskTexture->
getId());
546 if (width.empty() ==
false) {
547 if (StringTools::endsWith(width,
"%")) {
548 constraints.
horizontalScale = Float::parse(width.substr(0, width.length() - 1)) / 100.0f;
553 if (height.empty() ==
false) {
554 if (StringTools::endsWith(height,
"%")) {
555 constraints.
verticalScale = Float::parse(height.substr(0, height.length() - 1)) / 100.0f;
const string & getId() const
static Texture * getImage(const string &applicationRootPath, const string &fileName)
Get image.
GUI element node conditions.
GUI node requested constraints requested constraints type enum.
static STATIC_DLL_IMPEXT GUINode_RequestedConstraints_RequestedConstraintsType * AUTO
virtual void render(GUIRenderer *guiRenderer)
Render.
static int getRequestedPixelValue(const string &value, int defaultValue)
Get requested pixel value.
GUINode_ComputedConstraints computedConstraints
GUIScreenNode * screenNode
GUINode_RequestedConstraints requestedConstraints
bool shouldRender()
Determine if to render.
virtual void dispose()
Dispose node.
GUI parent node base class thats supporting child nodes.
GUI screen node that represents a screen that can be rendered via GUI system.
const string & getApplicationRootPathName()
static GUINode_Clipping createClipping(const string &allClipping, const string &left, const string &top, const string &right, const string &bottom)
Create clipping.
void setEffectColorMul(const GUIColor &effectColorMul)
Set effect color mul.
void dispose() override
Dispose node.
int getContentWidth() override
static RequestedDimensionConstraints createRequestedDimensionConstraints(const string &width, const string &height)
Create requested dimension constraints.
const GUIColor & getEffectColorMul()
int getContentHeight() override
GUINode_Scale9Grid scale9Grid
GUINode_Clipping clipping
void setTextureMatrix(const Matrix2D3x3 &textureMatrix)
Set texture matrix.
void setMask(const string &mask)
Set mask source.
Matrix2D3x3 textureMatrix
RequestedDimensionConstraints requestedDimensionConstraints
const GUIColor & getEffectColorAdd()
void render(GUIRenderer *guiRenderer) override
Render.
bool isContentNode() override
void setEffectColorAdd(const GUIColor &effectColorAdd)
Set effect color add.
GUINode_Clipping & getClipping()
Matrix2D3x3 mirrorTextureMatrix
void setSubRenderAreaBottom(float renderAreaBottom)
Set sub render area bottom.
void setMaskMaxValue(float maskMaxValue)
Set mask max value.
void setTexureMatrix(const Matrix2D3x3 &textureMatrix)
Set texture matrix.
void bindTexture(int32_t textureId)
Bind texture.
void setSubRenderAreaRight(float renderAreaRight)
Set sub render area right.
void setSubRenderAreaLeft(float renderAreaLeft)
Set sub render area left.
void setEffectColorAdd(const GUIColor &color)
Set effect color add.
void setSubRenderAreaTop(float renderAreaTop)
Set sub render area top.
void setEffectColorMul(const GUIColor &color)
Set effect color mul.
void bindMask(int32_t textureId)
Bind mask texture.
void addQuad(float x1, float y1, float colorR1, float colorG1, float colorB1, float colorA1, float tu1, float tv1, float x2, float y2, float colorR2, float colorG2, float colorB2, float colorA2, float tu2, float tv2, float x3, float y3, float colorR3, float colorG3, float colorB3, float colorA3, float tu3, float tv3, float x4, float y4, float colorR4, float colorG4, float colorB4, float colorA4, float tu4, float tv4)
Add quad Note: quad vertices order 1 2 +-—+ | | | | +-—+ 4 3.
Matrix2D3x3 & translate(const Vector2 &v)
Sets up a translation matrix.
Matrix2D3x3 & identity()
Setup identity matrix.
Matrix2D3x3 & set(float r0c0, float r1c0, float r2c0, float r0c1, float r1c1, float r2c1, float r0c2, float r1c2, float r2c2)
Set up matrix by values.
Matrix2D3x3 & multiply(const Matrix2D3x3 &m)
Multiplies this matrix with another matrix.
Matrix2D3x3 & scale(float s)
Scales this matrix.
GUI node clipping entity.
GUI node computed constraints.
int additionalAlignmentLeft
int additionalAlignmentTop
GUI node requested constraints entity.
GUINode_RequestedConstraints_RequestedConstraintsType * widthType
GUINode_RequestedConstraints_RequestedConstraintsType * heightType
GUI node scale 9 grid entity.