#include <agent_rom_sync_panel.h>
Public Member Functions | |
| AgentRomSyncPanel ()=default | |
| void | Draw (AgentUIContext *context, const RomSyncCallbacks &callbacks, ToastManager *toast_manager) |
Definition at line 14 of file agent_rom_sync_panel.h.
|
default |
| void yaze::editor::AgentRomSyncPanel::Draw | ( | AgentUIContext * | context, |
| const RomSyncCallbacks & | callbacks, | ||
| ToastManager * | toast_manager ) |
Definition at line 14 of file agent_rom_sync_panel.cc.
References yaze::editor::AgentUIContext::collaboration_state(), yaze::editor::RomSyncCallbacks::generate_rom_diff, yaze::editor::RomSyncCallbacks::get_rom_hash, ICON_MD_CLOUD_DONE, ICON_MD_CLOUD_UPLOAD, ICON_MD_CONTENT_COPY, ICON_MD_ERROR, ICON_MD_PENDING, ICON_MD_STORAGE, yaze::editor::kError, yaze::editor::kInfo, yaze::editor::kNetwork, yaze::editor::kSuccess, yaze::editor::AgentUIContext::rom_sync_state(), and yaze::editor::ToastManager::Show().
