示例#1
0
Portrait::Portrait(float _x, float _y, float _w, float _h)
{    
	x = _x;
	y = _y;
	w = _w;
    h = _h;
	
    imgIndex = 0;
    
    //loading=false;
    loadingIndex=0;
    FIRST_LOAD=true;
    
	//ofRegisterURLNotification(this);
    
    count = 0;
    
    loadFirst();
}
示例#2
0
void MyWidget::paintEvent(QPaintEvent *event)
{
	loadFirst();
}