Examples of SettingsData


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
Copyright © 2018 www.massapi.com. 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.