|
| 1 | +/*! |
| 2 | +@var QtMvvm::DataSyncSettingsViewModel::paramSetup |
| 3 | + |
| 4 | +<b>Value:</b> `"setup"` |
| 5 | + |
| 6 | +@sa DataSyncSettingsViewModel::showParams |
| 7 | +*/ |
| 8 | + |
| 9 | +/*! |
| 10 | +@var QtMvvm::DataSyncSettingsViewModel::paramDataStore |
| 11 | + |
| 12 | +<b>Value:</b> `"dataStore"` |
| 13 | + |
| 14 | +@sa DataSyncSettingsViewModel::showParams |
| 15 | +*/ |
| 16 | + |
| 17 | +/*! |
| 18 | +@var QtMvvm::DataSyncSettingsViewModel::paramDataTypeStore |
| 19 | + |
| 20 | +<b>Value:</b> `"dataTypeStore"` |
| 21 | + |
| 22 | +@sa DataSyncSettingsViewModel::showParams |
| 23 | +*/ |
| 24 | + |
| 25 | +/*! |
| 26 | +@fn QtMvvm::DataSyncSettingsViewModel::showParams(const QString &, const QString &) |
| 27 | + |
| 28 | +@param setup The name of the QtDataSync::Setup to be passed to the internally used |
| 29 | +DataSyncSettingsAccessor |
| 30 | +@param setupFile The path to a file to be used to create the settings. Can be empty to use the |
| 31 | +default path |
| 32 | +@return A paramater hash to be passed to ViewModel::show |
| 33 | + |
| 34 | +It's a shortcut to generate parameters for the show methods to show a settings viewmodel. |
| 35 | + |
| 36 | +@note Unless you need to explicitly set the settings or setup file a normal show without any |
| 37 | +parameters will just do fine. |
| 38 | + |
| 39 | +@sa ViewModel::show, DataSyncSettingsViewModel::paramSetup, SettingsViewModel::paramSetupFile, |
| 40 | +DataSyncSettingsAccessor |
| 41 | +*/ |
| 42 | + |
| 43 | +/*! |
| 44 | +@fn QtMvvm::DataSyncSettingsViewModel::showParams(QtDataSync::DataStore*, const QString &) |
| 45 | + |
| 46 | +@param dataStore The store to be passed to the internally used DataSyncSettingsAccessor |
| 47 | +@param setupFile The path to a file to be used to create the settings. Can be empty to use the |
| 48 | +default path |
| 49 | +@return A paramater hash to be passed to ViewModel::show |
| 50 | + |
| 51 | +It's a shortcut to generate parameters for the show methods to show a settings viewmodel. |
| 52 | + |
| 53 | +@note Unless you need to explicitly set the settings or setup file a normal show without any |
| 54 | +parameters will just do fine. |
| 55 | + |
| 56 | +@sa ViewModel::show, DataSyncSettingsViewModel::paramDataStore, |
| 57 | +SettingsViewModel::paramSetupFile, DataSyncSettingsAccessor |
| 58 | +*/ |
| 59 | + |
| 60 | +/*! |
| 61 | +@fn QtMvvm::DataSyncSettingsViewModel::showParams(QtDataSync::DataTypeStore<DataSyncSettingsEntry>*, const QString &) |
| 62 | + |
| 63 | +@param dataStore The store to be passed to the internally used DataSyncSettingsAccessor |
| 64 | +@param setupFile The path to a file to be used to create the settings. Can be empty to use the |
| 65 | +default path |
| 66 | +@return A paramater hash to be passed to ViewModel::show |
| 67 | + |
| 68 | +It's a shortcut to generate parameters for the show methods to show a settings viewmodel. |
| 69 | + |
| 70 | +@note Unless you need to explicitly set the settings or setup file a normal show without any |
| 71 | +parameters will just do fine. |
| 72 | + |
| 73 | +@sa ViewModel::show, DataSyncSettingsViewModel::paramDataTypeStore, |
| 74 | +SettingsViewModel::paramSetupFile, DataSyncSettingsAccessor |
| 75 | +*/ |
| 76 | + |
0 commit comments