AccountingForm::AccountingForm(const int& pat_id) : m_patient(pat_id)
{
	createLayout();
	makeConnections();
	initDB();
	initialUpdate();
}
		bool ListBoxElement::load()
		{
			mutex.lock();
			element = h3dguiAddListBox(node->getNode(),
				h3dguiGetRoot(node->getNode()));
			mutex.unlock();
			initialUpdate();
			return true;
		}
Esempio n. 3
0
void MeshView::fullUpdate( const FractalData* data )
{
    initialUpdate( data );
}