Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
General
»
SFML wiki
»
Object Properties
Print
Pages: [
1
]
Author
Topic: Object Properties (Read 9940 times)
0 Members and 1 Guest are viewing this topic.
Kyoukan97
Newbie
Posts: 6
Object Properties
«
on:
August 23, 2015, 10:49:58 pm »
Hi,
i was looking through the SFML-Wiki and I found this article about object property management :
https://github.com/SFML/SFML/wiki/Tutorial%3A-Object-Properties
Can someone explain, how he is able to call "getValue()" & "setValue()" in the member functions get/set of the PropertyManager ? The member variable mList stores an object of type IProperty* , and those functions are no members of that class? I don't get how he does that ^^
P.s My english isnt the best, dont judge
Logged
Hapax
Hero Member
Posts: 3379
My number of posts is shown in hexadecimal.
Re: Object Properties
«
Reply #1 on:
August 23, 2015, 11:41:53 pm »
Looks a lot more like TProperty than IProperty.
Logged
Selba Ward
-SFML drawables
Cheese Map
-Drawable Layered Tile Map
Kairos
-Timing Library
Grambol
*
Hapaxia Links
*
Print
Pages: [
1
]
SFML community forums
»
General
»
SFML wiki
»
Object Properties