MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / DropDownLayer

Class DropDownLayer

Source/DropDownLayer.h:29–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29class DropDownLayer : public ax::LayerColor {
30protected:
31 virtual bool init(ax::Node* scrollLayer, const char* label);
32 virtual void customSetup() {};
33 MenuItemSpriteExtra *_backBtn;
34public:
35 ax::Layer* _dropLayer;
36
37 static DropDownLayer* create(ax::Node* scrollLayer, const char* label);
38 void showLayer(bool attachToScene = true, bool bounce = false);
39 void hideLayer();
40 virtual void hideBackButton();
41 void keyBackClicked();
42};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected