====== CmdSDASection ====== **//Inherited from//** [[class:sdap:icommand|ICommand]], **//Inherited by//** NULL **//Friend class//** NULL **//Description//** **//Members//** * ParamSDASection [[cmdsdasection#m_oparam|m_oParam]] * Section [[cmdsdasection#m_section|m_Section]] * SDADocument* [[cmdsdasection#m_pdoc|m_pDoc]] **//Public interface//** * [[cmdsdasection#cmdsdasection1|CmdSDASection]](IMainFrame * pMain) * void [[cmdsdasection#initwindow|initWindow]](ICommandWindow * pWnd) * void [[cmdsdasection#updatetowindow|updateToWindow]](ICommandWindow * pWnd) * void [[cmdsdasection#updatefromwindow|updateFromWindow]](ICommandWindow * pWnd) * void [[cmdsdasection#oncontrolchanged|onControlChanged]](ControlItem & item,ICommandWindow * pWnd) * ErrorCode [[cmdsdasection#execute|execute]]() * void [[cmdsdasection#setparam|setParam]](IParameter * param) * IParameter * [[cmdsdasection#getparam|getParam]]() * CommandType [[cmdsdasection#gettype|getType]]() * const char * [[cmdsdasection#getname|getName]]() * ulong [[cmdsdasection#getid|getId]]() * void [[cmdsdasection#updateframe|updateFrame]]() ---- {{anchor:m_oparam}} **ParamSDASection m_oParam** {{anchor:m_section}} **Section m_Section** {{anchor:m_pdoc}} **SDADocument* m_pDoc** ---- {{anchor:cmdsdasection1}} **CmdSDASection(IMainFrame * pMain)** *function: *parameters: - [i]IMainFrame * pMain: *return value: {{anchor:initwindow}} **void initWindow(ICommandWindow * pWnd)** *function: *parameters: - [i]ICommandWindow * pWnd: *return value: {{anchor:updatetowindow}} **void updateToWindow(ICommandWindow * pWnd)** *function: *parameters: - [i]ICommandWindow * pWnd: *return value: {{anchor:updatefromwindow}} **void updateFromWindow(ICommandWindow * pWnd)** *function: *parameters: - [i]ICommandWindow * pWnd: *return value: {{anchor:oncontrolchanged}} **void onControlChanged(ControlItem & item,ICommandWindow * pWnd)** *function: *parameters: - [i]ControlItem & item: - [i]ICommandWindow * pWnd: *return value: {{anchor:execute}} **ErrorCode execute()** *function: *parameters: NULL *return value: {{anchor:setparam}} **void setParam(IParameter * param)** *function: *parameters: - [i]IParameter * param: *return value: {{anchor:getparam}} **IParameter * getParam()** *function: *parameters: NULL *return value: {{anchor:gettype}} **CommandType getType()** *function: *parameters: NULL *return value: {{anchor:getname}} **const char * getName()** *function: *parameters: NULL *return value: {{anchor:getid}} **ulong getId()** *function: *parameters: NULL *return value: {{anchor:updateframe}} **void updateFrame()** *function: *parameters: NULL *return value: