FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

What does OpaqueIconRef mean?

 
Post new topic   Reply to topic     Forum Index -> Descent
View previous topic :: View next topic  
Author Message
doob



Joined: 06 Jan 2007
Posts: 367

PostPosted: Tue Jan 27, 2009 7:42 am    Post subject: What does OpaqueIconRef mean? Reply with quote

When viewing the autocompletion list on some types like ClassInfo and delegates shows the type "OpaqueIconRef" on some items. Does that mean that it's not available?
Back to top
View user's profile Send private message
asterite



Joined: 01 Jun 2006
Posts: 235
Location: Buenos Aires, Argentina

PostPosted: Tue Jan 27, 2009 2:13 pm    Post subject: Reply with quote

Maybe you have them declared in object.d? Very Happy

I search that string in Descent's source code and found nothing. I also searched "OpaqueIcon" and still nothing. Confused
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
doob



Joined: 06 Jan 2007
Posts: 367

PostPosted: Thu Jan 29, 2009 6:43 am    Post subject: Reply with quote

I noticed that I have the type "OpaqueIconRef" in one of my project that is an alias to void*. Perhaps it has something to do with ticket #159
Back to top
View user's profile Send private message
asterite



Joined: 01 Jun 2006
Posts: 235
Location: Buenos Aires, Argentina

PostPosted: Thu Jan 29, 2009 6:47 am    Post subject: Reply with quote

Yes, most probably... I'll have to look into that bug... It seems really hard to fix.
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
doob



Joined: 06 Jan 2007
Posts: 367

PostPosted: Wed Feb 25, 2009 2:32 pm    Post subject: Reply with quote

I find a really small test case for this:
Code:
alias char[] string;
string s;

void  main()
{
   Object o;
   o.|
}

In the above code (| is the cursor, as usual) "string" shows up in the autocompletion list instead of char[] for toString.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Descent All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group