|
@@ -1814,7 +1814,7 @@ METHODS[144] = {
|
|
|
1814
1814
|
|
|
1815
1815
|
INTERFACES[145] = "Exchange::IPower::INotification"
|
|
1816
1816
|
METHODS[145] = {
|
|
1817
|
-
[3] = { name = "StateChange", signature = "virtual
|
|
1817
|
+
[3] = { name = "StateChange", signature = "virtual void StateChange(const Exchange::IPower::PCState, const Exchange::IPower::PCState, const Exchange::IPower::PCPhase) = 0", params = { { name = "origin", type = Type.ENUMU8, class = "Exchange::IPower::PCState" }, { name = "destination", type = Type.ENUMU8, class = "Exchange::IPower::PCState" }, { name = "phase", type = Type.ENUMU8, class = "Exchange::IPower::PCPhase" } } }
|
|
1818
1818
|
}
|
|
1819
1819
|
|
|
1820
1820
|
-- IProvisioning.h
|
|
@@ -2279,10 +2279,11 @@ METHODS[1424] = {
|
|
|
2279
2279
|
[7] = { name = "ShowWatermark", signature = "virtual bool ShowWatermark(const bool) = 0", retvals = { { type = Type.BOOL, class = "bool" } }, params = { { name = "show", type = Type.BOOL, class = "bool" } } },
|
|
2280
2280
|
[8] = { name = "CreateWatermark", signature = "virtual bool CreateWatermark(uint32_t, uint32_t) = 0", retvals = { { type = Type.BOOL, class = "bool" } }, params = { { name = "id", type = Type.UINT32, class = "uint32_t" }, { name = "zorder", type = Type.UINT32, class = "uint32_t" } } },
|
|
2281
2281
|
[9] = { name = "UpdateWatermark", signature = "virtual bool UpdateWatermark(uint32_t, uint32_t, uint32_t) = 0", retvals = { { type = Type.BOOL, class = "bool" } }, params = { { name = "id", type = Type.UINT32, class = "uint32_t" }, { name = "key", type = Type.UINT32, class = "uint32_t" }, { name = "size", type = Type.UINT32, class = "uint32_t" } } },
|
|
2282
|
-
[10] = { name = "
|
|
2283
|
-
[11] = { name = "
|
|
2284
|
-
[12] = { name = "
|
|
2285
|
-
[13] = { name = "
|
|
2282
|
+
[10] = { name = "PersistLoadWatermark", signature = "virtual bool PersistLoadWatermark(uint32_t) = 0", retvals = { { type = Type.BOOL, class = "bool" } }, params = { { name = "id", type = Type.UINT32, class = "uint32_t" } } },
|
|
2283
|
+
[11] = { name = "AdjustWatermark", signature = "virtual bool AdjustWatermark(uint32_t, uint32_t) = 0", retvals = { { type = Type.BOOL, class = "bool" } }, params = { { name = "id", type = Type.UINT32, class = "uint32_t" }, { name = "zorder", type = Type.UINT32, class = "uint32_t" } } },
|
|
2284
|
+
[12] = { name = "DeleteWatermark", signature = "virtual bool DeleteWatermark(uint32_t) = 0", retvals = { { type = Type.BOOL, class = "bool" } }, params = { { name = "id", type = Type.UINT32, class = "uint32_t" } } },
|
|
2285
|
+
[13] = { name = "GetPalettedWatermark", signature = "virtual Exchange::PalettedImageData GetPalettedWatermark(uint32_t) = 0", retvals = { { type = Type.POD, class = "Exchange::PalettedImageData", element = { { name = "imageKey", type = Type.UINT32, class = "uint32_t" }, { name = "imageWidth", type = Type.UINT32, class = "uint32_t" }, { name = "imageHeight", type = Type.UINT32, class = "uint32_t" }, { name = "clutKey", type = Type.UINT32, class = "uint32_t" }, { name = "clutSize", type = Type.UINT32, class = "uint32_t" }, { name = "clutType", type = Type.STRING16, class = "string" } } } }, params = { { name = "id", type = Type.UINT32, class = "uint32_t" } } },
|
|
2286
|
+
[14] = { name = "ModifyPalettedWatermark", signature = "virtual bool ModifyPalettedWatermark(uint32_t, Exchange::PalettedImageData) = 0", retvals = { { type = Type.BOOL, class = "bool" } }, params = { { name = "id", type = Type.UINT32, class = "uint32_t" }, { name = "data", type = Type.POD, class = "Exchange::PalettedImageData", element = { { name = "imageKey", type = Type.UINT32, class = "uint32_t" }, { name = "imageWidth", type = Type.UINT32, class = "uint32_t" }, { name = "imageHeight", type = Type.UINT32, class = "uint32_t" }, { name = "clutKey", type = Type.UINT32, class = "uint32_t" }, { name = "clutSize", type = Type.UINT32, class = "uint32_t" }, { name = "clutType", type = Type.STRING16, class = "string" } } } } }
|
|
2286
2287
|
}
|
|
2287
2288
|
|
|
2288
2289
|
INTERFACES[1426] = "Exchange::IWatermark::INotification"
|