Feb. 6th, 2007

yorool_gui: (Default)
Чем принципиально отличаются эти вызовы:

m_pPropertyGrid = new CPropertyGrid(foo,bar,bazz);

и

m_pPropertyGrid = new CPropertyGrid();
m_pPropertyGrid->Create(foo, bar, bazz);

где

class CPropertyGrid : public wxPropertyGrid
{
public:
    CPropertyGrid(Foo foo, Bar bar Bazz baz) : wxPropertyGrid(foo,bar,bazz) {}

... some overrides...

}

цена вопроса - около часа геморроя

Profile

yorool_gui: (Default)
Michael Ilyin

April 2017

S M T W T F S
      1
2 345678
910 1112131415
16171819202122
23242526272829
30      

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Aug. 24th, 2025 12:17 pm
Powered by Dreamwidth Studios