DiskIOController Class Reference

controlls loading and storing memory data on disk More...

#include <RobotAPI/libraries/armem_gui/controller/DiskIOController.h>

+ Inheritance diagram for DiskIOController:

Public Slots

void onLoadFromDisk (QString directory)
 
void onStoreOnDisk (QString directory)
 

Public Member Functions

 DiskIOController (MemoryViewerUIContext &uiContext, std::shared_ptr< armem::gui::model::MemoryViewerModel > model)
 

Detailed Description

controlls loading and storing memory data on disk

Definition at line 41 of file DiskIOController.h.

Constructor & Destructor Documentation

◆ DiskIOController()

Definition at line 45 of file DiskIOController.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ onLoadFromDisk

void onLoadFromDisk ( QString directory)
slot

Definition at line 70 of file DiskIOController.cpp.

+ Here is the caller graph for this function:

◆ onStoreOnDisk

void onStoreOnDisk ( QString directory)
slot

Definition at line 104 of file DiskIOController.cpp.

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: