ItemsRefreshManager is a manager that allows you to add an item of a certain type to the queue for a forced refresh. It can be use with custom implementation of one of the types: shape, text, image. For example: a Bitmap change in an IImageItem implementation, a shape change in an IBaseItem implementation.
More...
|
static bool | SetRefreshShape (IBaseItem item) |
| Adding an IBaseItem implementation to the queue for a forced refresh. Tips: use this function only if you want to refresh shape of an item, ITextContainer and IImageItem are not shapes. More...
|
|
static bool | SetRefreshText (ITextContainer item) |
| Adding an ITextContainer implementation to the queue for a forced refresh. Tips: use this function only if you want to refresh text of an item, IBaseItem and IImageItem are not text. More...
|
|
static bool | SetRefreshImage (IImageItem item) |
| Adding an IImageItem implementation to the queue for a forced refresh. Tips: use this function only if you want to refresh image of an item, IBaseItem and ITextContainer are not images. More...
|
|
ItemsRefreshManager is a manager that allows you to add an item of a certain type to the queue for a forced refresh. It can be use with custom implementation of one of the types: shape, text, image. For example: a Bitmap change in an IImageItem implementation, a shape change in an IBaseItem implementation.
◆ SetRefreshImage()
static bool SpaceVIL.ItemsRefreshManager.SetRefreshImage |
( |
IImageItem |
item | ) |
|
|
static |
Adding an IImageItem implementation to the queue for a forced refresh. Tips: use this function only if you want to refresh image of an item, IBaseItem and ITextContainer are not images.
- Parameters
-
- Returns
- True: if adding is successfull. False: if an item is already in the refresh queue.
◆ SetRefreshShape()
static bool SpaceVIL.ItemsRefreshManager.SetRefreshShape |
( |
IBaseItem |
item | ) |
|
|
static |
Adding an IBaseItem implementation to the queue for a forced refresh. Tips: use this function only if you want to refresh shape of an item, ITextContainer and IImageItem are not shapes.
- Parameters
-
- Returns
- True: if adding is successfull. False: if an item is already in the refresh queue.
◆ SetRefreshText()
static bool SpaceVIL.ItemsRefreshManager.SetRefreshText |
( |
ITextContainer |
item | ) |
|
|
static |
Adding an ITextContainer implementation to the queue for a forced refresh. Tips: use this function only if you want to refresh text of an item, IBaseItem and IImageItem are not text.
- Parameters
-
- Returns
- True: if adding is successfull. False: if an item is already in the refresh queue.
The documentation for this class was generated from the following file: