Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CLayoutGrid.cpp File Reference
#include "CLayoutGrid.hpp"
#include "core/assert.hpp"
#include "core/color.hpp"
#include "ui/gui/CLabel.hpp"
#include "ui/gui/IComponentsGUI.hpp"
#include "ui/gui/IListenerAccept.hpp"
#include "ui/gui/IListenerIsAccept.hpp"
#include <string>
Include dependency graph for CLayoutGrid.cpp:

Classes

class  CPrvListenerLayoutGridIsAccept
 
class  CPrvListenerLayoutGridAccept
 

Functions

static void prvSetRowWidgets (CDialog *dlgFather, AbstractComponentGUI *compFather, IWidget *compLayoutGrid, CLayoutGrid::SLayoutGridData &layoutGridData, uint64_t indRow, const std::shared_ptr< IComponentsGUI > &frame)
 
static void prvSetComponentsLayoutGrid (CDialog *dlgFather, AbstractComponentGUI *compFather, IWidget *compLayoutGrid, CLayoutGrid::SLayoutGridData &layoutGridData, const std::shared_ptr< IComponentsGUI > &frame)
 

Function Documentation

◆ prvSetComponentsLayoutGrid()

static void prvSetComponentsLayoutGrid ( CDialog * dlgFather,
AbstractComponentGUI * compFather,
IWidget * compLayoutGrid,
CLayoutGrid::SLayoutGridData & layoutGridData,
const std::shared_ptr< IComponentsGUI > & frame )
static

◆ prvSetRowWidgets()

static void prvSetRowWidgets ( CDialog * dlgFather,
AbstractComponentGUI * compFather,
IWidget * compLayoutGrid,
CLayoutGrid::SLayoutGridData & layoutGridData,
uint64_t indRow,
const std::shared_ptr< IComponentsGUI > & frame )
static