3Depict
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Functions
propertyGridUpdater.cpp File Reference
#include "propertyGridUpdater.h"
#include "wxcommon.h"
#include "common/stringFuncs.h"
#include "common/basics.h"
#include <wx/propgrid/advprops.h>
#include <wx/numformatter.h>
#include <vector>
#include <string>
Include dependency graph for propertyGridUpdater.cpp:

Functions

void updateFilterPropertyGrid (wxPropertyGrid *g, const Filter *f, const string &stateString)
 
void updateCameraPropertyGrid (wxPropertyGrid *g, const Camera *c)
 
std::string getPropValueFromEvent (wxPropertyGridEvent &event)
 

Function Documentation

◆ getPropValueFromEvent()

std::string getPropValueFromEvent ( wxPropertyGridEvent &  event)

References ColourRGBA::rgbString(), and stream_cast().

Referenced by PrefDialog::OnFilterCellChange(), and MainWindowFrame::OnGridFilterPropertyChange().

Here is the caller graph for this function:

◆ updateCameraPropertyGrid()

void updateCameraPropertyGrid ( wxPropertyGrid *  g,
const Camera c 
)

◆ updateFilterPropertyGrid()

void updateFilterPropertyGrid ( wxPropertyGrid *  g,
const Filter f,
const string &  stateString 
)