Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
|
#include "CToolsLayouts.hpp"
#include "core/assert.hpp"
#include "core/defines.hpp"
#include "core/file.hpp"
#include "core/system.hpp"
#include "ui/gui/CButton.hpp"
#include "ui/gui/CDialog.hpp"
#include "ui/gui/CEdit.hpp"
#include "ui/gui/CEnumComponentsGUI.hpp"
#include "ui/gui/CEventClick.hpp"
#include "ui/gui/CLabel.hpp"
#include "ui/gui/CLayoutGrid.hpp"
#include "ui/gui/CLayoutHorizontal.hpp"
#include "ui/gui/CLayoutVertical.hpp"
#include "ui/gui/IListenerClick.hpp"
#include "ui/gui/IListenerIsAccept.hpp"
Classes | |
class | CPrvIsAcceptSelectedList |
class | CPrvClickFolderSelected |
Functions | |
AbstractComponentGUI * | prvCreatePanelNoReport (const std::string &nameElement, const std::string &imageElement) |
static AbstractComponentGUI * | prvCreatePanelWithImage (uint64_t sizeXIcon, uint64_t sizeYIcon, const std::string &strNameIcon, CEnumComponentsGUI::EAlignmentHorizontal alignH, CEnumComponentsGUI::EAlignmentVertical alignV, AbstractComponentGUI *component) |
static AbstractComponentGUI * | prvCreateWithTitle (const std::string &strTitle, CEnumComponentsGUI::EAlignmentHorizontal alignH, AbstractComponentGUI *component) |
static void | prvSetComponentEditToGrid (CLayoutGrid *layout, uint64_t indRow, const std::string &nameField, std::string *value) |
static AbstractComponentGUI * | prvPanelMessage (const std::string &iconMsg, const std::string &txtMsg) |
static std::shared_ptr< CDialog > | prvCreateDialogClick (CEventClick *evt, AbstractComponentGUI **panel) |
|
static |
AbstractComponentGUI * prvCreatePanelNoReport | ( | const std::string & | nameElement, |
const std::string & | imageElement ) |
|
static |
|
static |
|
static |
|
static |