Package mines.SettingsDialog

Examples of mines.SettingsDialog.SettingsData


  /**
   * Signal handler, when the user wants to open the settings dialog.
   */
  void runSettingsDialog() {
    SettingsData data = new SettingsData();
    data.mMinefieldSize = mMinefieldSize;
    data.mMinesCount = mMines;
    data.mCoordinatesVisible = mCoordinatesVisible;

    mSettingShowSignal.emit(data);
View Full Code Here

TOP

Related Classes of mines.SettingsDialog.SettingsData

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.