summaryrefslogtreecommitdiff
path: root/indra/llui/llfloater.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2024-03-12 16:48:49 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2024-03-12 16:48:49 +0200
commit72d68cbc078cf2c1b9dc3ff81c2c1965f5d6f8c5 (patch)
tree43711174b0f5cc30c2bc9b95d3731f494749e2a6 /indra/llui/llfloater.h
parentee8bc528bbf97ee8cc488651fb263b07b5c1c818 (diff)
Initial implementation of LLLuaFloater
Diffstat (limited to 'indra/llui/llfloater.h')
-rw-r--r--indra/llui/llfloater.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/llfloater.h b/indra/llui/llfloater.h
index 88f9e77777..9d49c4538e 100644
--- a/indra/llui/llfloater.h
+++ b/indra/llui/llfloater.h
@@ -372,6 +372,9 @@ public:
void enableResizeCtrls(bool enable, bool width = true, bool height = true);
bool isPositioning(LLFloaterEnums::EOpenPositioning p) const { return (p == mPositioning); }
+
+ static bool isDefaultBtnName(const std::string& name);
+
protected:
void applyControlsAndPosition(LLFloater* other);