changeset 31 | e7a04a6385be |
parent 28 | 4cc0d1a608c1 |
30:d8e625c87f33 | 31:e7a04a6385be |
---|---|
62 |
62 |
63 /** |
63 /** |
64 * Get memory details |
64 * Get memory details |
65 */ |
65 */ |
66 MemoryDetails GetMemoryDetails(); |
66 MemoryDetails GetMemoryDetails(); |
67 |
|
68 /** |
|
69 * Get memory details list |
|
70 */ |
|
71 QList<MemoryDetails> GetMemoryDetailsList(); |
|
67 |
72 |
68 public: |
73 public: |
69 |
74 |
70 /* Functions that are called from UI */ |
75 /* Functions that are called from UI */ |
71 bool ExecuteOptionsMenuCommand(int commandId); |
76 bool ExecuteOptionsMenuCommand(int commandId); |