creator/inc/enginewrapper.h
changeset 35 98924d2efce9
parent 23 c9bf25a20c9f
equal deleted inserted replaced
34:e0ec97ec3cc4 35:98924d2efce9
    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);