@GridPlaneLevel.h 637 B

12345678910111213141516
  1. /******************************************************************************/
  2. /******************************************************************************/
  3. class GridPlaneLevel : ClosableWindow
  4. {
  5. Tabs mode;
  6. Memx<Property> props;
  7. TextBlack ts;
  8. void create();
  9. virtual Window& show()override;
  10. virtual void update(C GuiPC &gpc)override;
  11. void set();
  12. };
  13. /******************************************************************************/
  14. /******************************************************************************/
  15. /******************************************************************************/