Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CToolsLayouts.cpp File Reference
Include dependency graph for CToolsLayouts.cpp:

Classes

class  CPrvIsAcceptSelectedList
 
class  CPrvClickFolderSelected
 

Functions

AbstractComponentGUIprvCreatePanelNoReport (const std::string &nameElement, const std::string &imageElement)
 
static AbstractComponentGUIprvCreatePanelWithImage (uint64_t sizeXIcon, uint64_t sizeYIcon, const std::string &strNameIcon, CEnumComponentsGUI::EAlignmentHorizontal alignH, CEnumComponentsGUI::EAlignmentVertical alignV, AbstractComponentGUI *component)
 
static AbstractComponentGUIprvCreateWithTitle (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 AbstractComponentGUIprvPanelMessage (const std::string &iconMsg, const std::string &txtMsg)
 
static std::shared_ptr< CDialogprvCreateDialogClick (CEventClick *evt, AbstractComponentGUI **panel)
 

Function Documentation

◆ prvCreateDialogClick()

static std::shared_ptr< CDialog > prvCreateDialogClick ( CEventClick * evt,
AbstractComponentGUI ** panel )
static

◆ prvCreatePanelNoReport()

AbstractComponentGUI * prvCreatePanelNoReport ( const std::string & nameElement,
const std::string & imageElement )

◆ prvCreatePanelWithImage()

static AbstractComponentGUI * prvCreatePanelWithImage ( uint64_t sizeXIcon,
uint64_t sizeYIcon,
const std::string & strNameIcon,
CEnumComponentsGUI::EAlignmentHorizontal alignH,
CEnumComponentsGUI::EAlignmentVertical alignV,
AbstractComponentGUI * component )
static

◆ prvCreateWithTitle()

static AbstractComponentGUI * prvCreateWithTitle ( const std::string & strTitle,
CEnumComponentsGUI::EAlignmentHorizontal alignH,
AbstractComponentGUI * component )
static

◆ prvPanelMessage()

static AbstractComponentGUI * prvPanelMessage ( const std::string & iconMsg,
const std::string & txtMsg )
static

◆ prvSetComponentEditToGrid()

static void prvSetComponentEditToGrid ( CLayoutGrid * layout,
uint64_t indRow,
const std::string & nameField,
std::string * value )
static