[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Dr. Geo] A DrGeo object is the application model. Is the class comm
From: |
H. Hirzel |
Subject: |
Re: [Dr. Geo] A DrGeo object is the application model. Is the class comment up to date? |
Date: |
Thu, 4 Oct 2018 08:06:22 +0200 |
Hello Hilaire
I understand that a DrGeo object is still the application model but
that it has changed to what you write in the now updated comment in
the most recent developer version
Thank you
--Hannes
----------------------------------------------------------
This is the DrGeo application model. It holds references to:
- the domain, the geometric items constituting the sketch
- the costumes, the views of the geometric items
- the presenter, the way for the user to interact with the application
- isNotInteractive, it indicates if the app is under the user interaction or
is used by the system (for example to load a sketch), in that case no
user interaction
are authorized.
To instantiate an application, do:
- 'DrGeo new' for a complete application
- 'DrGeo applicationToolbarless' for an app without the toolbar
- service mode, view without any UI element
---------------------------------------------
On 10/2/18, Hliaire Fernandes <address@hidden> wrote:
> HJH wrote
>> Hello Hilaire
>>
>> Another question:
>>
>> Is the geometry model composed of DrGMathItem objects?
>>
>> --Hannes
>
>
> Indeed, DrGMathItem instances and their inter-dependencies make the
> geometric model. They are managed by a factory, DrGFactory
>
> Hilaire
>
>
>
> --
> Sent from: http://forum.drgeo.eu/Developers-f4023912.html
>
>