Adding new files to register objects that require to be notified when resolution changes.
Also added a structure that holds the resolution and the current scaling ratio.
This commit is contained in:
parent
b627b69221
commit
f0a38a2f8a
7 changed files with 185 additions and 25 deletions
8
src/sizenotifiable.cpp
Normal file
8
src/sizenotifiable.cpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include "sizenotifiable.hpp"
|
||||
|
||||
namespace cloonel {
|
||||
///--------------------------------------------------------------------------
|
||||
///--------------------------------------------------------------------------
|
||||
void SizeNotifiable::NotifyResChanged (const SizeRatio& parSize) {
|
||||
}
|
||||
} //namespace cloonel
|
Loading…
Add table
Add a link
Reference in a new issue