Esempio n. 1
0
void SVDependTable::initForm()
{
    createTitle();
    int nRow = numRows();
    m_pSub = new WTable(elementAt(nRow, 0));
    if(m_pSub)
    {

        m_pSub->setStyleClass("t3");
        createDesc();
        createDependList();
        createCondition();
    } 
    createHideEdit(); 
}
Esempio n. 2
0
string Task::getDesc()
{
    return (description == "") ? (description = createDesc()) : description;
}